I did noticed something in the personal.ini and I am not a Dev by any means but this just does not seem right to me
Code: Select all
||||||||||||||||||||||||
|Non INI vars.
/declare LomTimer global
/return
I sort of looked at some of the other code that Grim and Lord wrote and I came up with this
Code: Select all
/declare LomTimer global
/varset LomTimer "$ini(@IniFile,"Personal",LomTimer)"
/if "@LomTimer"=="NOTFOUND" /ini "@IniFile" Personal LomTimer 0
/return
the problem with is is that one the bot gets below XX% of mana it tells the master - "Only" and does not give the percentage and it spams the master
Is there a way that the bot will check the mana pool and at every 10% tell you
Only 30% of mana left
Only 40% of mana left
Only 50% of mana left
Only 60% of mana left
Only 70% of mana left
Only 80% of mana left
and have it at a certain percent, in this instance, lets say at 90% stop spamming the master




