I want THIS as well!
Printable View
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)
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?
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?
You can put mana potion as a looted item on counter, worth 50gp. So it will even out
The hud counts on the bot moving the item successfully to backpack.If you really want that, I would suggest converting SIRMATE's hud from ibot to windbot:)
Just reset the lootcounter on top right
@BUgWT
Yeah I know I can do that, but it's the bot relogging my chars when they reaches below 15h of stamina and when I'm out of home for 2 days sometimes I don't know how much per hour they were making :p
@BUgWT
Yep, I had worked it out. Thx!
How can I use money spent? At supplies tab I couldnt see any code window D:
i have a problem, my monitor is not counting the supplies used :/ not even cash spent :/
it dont show my wasted supplies and i dont know why but it shows the items looted O_O
edit: NVM just checked what was the problem sowy
Is it possible to make it show the staked/skinned items in the lootcounter somehow?
well pastebin sent me an error might be the hr of the day ill check that tomorrow, but if its not on paste bin, can you reupload it ?
----- forget it already in the bot ---
ty anyways
My list of items not appear complete, how do I see but the items that are below.?
Attachment 2551
hello sirmate, im new to the bot, like 5 minutes new =D
ive just started using ur hud on one script of mine converted, and
boom, i dont know how to make it count potions and assassin starts :( help please
how to add a demon dusty with stake?
Anyone else getting some looted item's being counted as x3 or x4? very annoying bug
LIke @Encor said - does this problem accur for others aswell, only for some of my scripts it counts looted items like 2-3x and gives the wrong profit/hour.
Even if I have same HUD script it only happens on some scripts, so fucked up.
how to add a demon dusty with stake?
Hey can someone tell me why the HUD dont show me the used Supplies? =/
thy it works now
anyone know hwo to change price of items? Like red POC it says 20k, but its like 10k on my server
I have a script that relogs 4 char on low stamina...
When tha change is made, the MMH bounces the profit/h like for too much (500k/h)
Is there a way to calculate profit based on BOT running time instead of CHARACTER online time?
Thanks!
This HUD isn't working anymore, does someone knows how to solve it ?
Getting this error :
error in HUD script MonitorMyHunting1:
[""]:MonitorMyHunting1:154 attempt to call global 'num' (a string value)
But its weird because when I load existing scripts with this hud already inside the script on other characters, scripts that were made before the update, they work smoothly ...
If I load this HUD on a random character it keeps giving me that same error.
Try it out yourself, log in onto a character, go to your huds, insert this HUD, activate it and it gives always an error and nothing it shows nothing..
Does someone knows how to fix it ?
Thx in advance
Greetz
Hello guys am new User of windbot and am learning to configure it now, anyway I noticed that the HUD MONITOR MY HUNTING is not marking the potions that are being worn during the hunt, so that I have a little illusion of a profit as well most of what I'm doing! can anyone solve this problem? SIRMATE? Thank you all in advance!
Sorry I'm English!
Att 'Iago Gurgel
@iagobrunogurgel
just add to Supplies > Supplylist mana potion with prize and other potions :)
Anyone know how to remove certain items from the HUD counter without removing the item from looting list?