02-08-2017, 03:38 PM
(02-08-2017, 11:08 AM)Tibiaguy Wrote: I need a a macro that will :
When I reach under 200 of an item it will walk to a safe location and log out...
Can you give me the template where I can add the item name/ID, count and coordinates??
Any help would be nice
Thanks in advance
Quote:Misc.ItemCountEx(ItemID)<=200It ll turn off cavebot if condition ll be true
Cavebot.Stop()
Self.Logout()
BBot.TogglePause()
U can use
Quote:CaveBot.GoLabel(Label)command but i wouldnt recommend it to new users since u must know where character can reach specific waypoint (manual macros) - anyway its harder. Version i suggested for u is much easier and safe.
For stamina logout i use automatic macro:
Quote:Self.StaminaMins<842
Cavebot.Stop
Self.Logout()
BBot.TogglePause()