05-07-2014, 03:09 PM
Well, it doesn't really work... but it might be me doing something wrong. So: ID of small health potion is: 7876. I want to close tibia if there are less than 5 of them. Do I have to set BOTH: protector and macro or only macro? (Maybe protector with macro link?) Is this one fine?
10000 {Exit whithout HP pots}Macro.Wait(10000) Cavebot.Start() Misc.ItemCountEx(7876)<5 Cavebot.Stop() Status.Battle()==0 Tibia.Close()
I'm really sorry for all these questions but it isn't so clear for me.
10000 {Exit whithout HP pots}Macro.Wait(10000) Cavebot.Start() Misc.ItemCountEx(7876)<5 Cavebot.Stop() Status.Battle()==0 Tibia.Close()
I'm really sorry for all these questions but it isn't so clear for me.