04-03-2013, 11:24 AM
Add this macro in your Cavebot just after withdraw the money, and if there is no money in the char BP, the macro will stop and logout your char.
Misc.ItemCountEx(3035)<10 - Change 10, to the number of platinum coins your char must have, if there is less then that, it will logout.
REP++
Code:
0 {No Gold Logout} Misc.ItemCountEx(3035)<10 Self.Stop() Cavebot.Stop() Self.Logout() Exit()
Misc.ItemCountEx(3035)<10 - Change 10, to the number of platinum coins your char must have, if there is less then that, it will logout.
REP++