i love u <3
the link doesnt work for me
Don't know if it's my fault and I didn't check for answers, sorry on that part.
My "Monitor My Hunting" does not show gold spent (manas used etc), the looting part still works though.
You need have Supplies in Supply Tab , and about money spent you can add it by increasemoneyspent(130) and it will add to money spent 130 GP
Regards
For you use money spent, make somethings like this.
PHP Code:
npcsay('withdraw ' ..howmuch)
wait(600)
increasemoneyspent(howmuch)
Money spent count all cash waste from suplies change
toPHP Code:
drawtext(num($moneyspent) .. ' (' .. math.floor($moneyspent / 100) / 10 .. 'K)', 136, 87 + ROW_QUANTITY * 18 + 15 / 2 - STRING_HEIGHT * 0.5)
and put your Supplies in Supply TabPHP Code:
-- calculate how much cash you have spent
local cashSpent = $moneyspent
foreach supplyitem i do
cashSpent = cashSpent + i.amountused*i.buyprice
end
drawtext(num(cashSpent) .. 'K', 136, 87 + ROW_QUANTITY * 18 + 15 / 2 - STRING_HEIGHT * 0.5)
Last edited by tryller; 03-17-2014 at 06:34 PM.
On a script of mine I have mana potion to be used (as a supply) and to be looted (from corpses).
The thing is, whenever a mana potions is looted, it's counted as if it was used.
What can be done to change/fix that?
Yours,
pvzin
I still need to open the loot for it to count in the hud? I wanna hunt manually with loot calculator so i dont have to see the item before it count it ^^ ?
@sirmate
It's actually not showing the right cash amount per hour if you relog to another character. Do you think you can fix this?