BBot - The best bot of the world
Macro please - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Support (https://forums.bmega.net/forum-6.html)
+--- Forum: Support & Help (https://forums.bmega.net/forum-8.html)
+--- Thread: Macro please (/thread-4466.html)



Macro please - Benjyon - 01-06-2013

Macro to make bot log out when reach lvl 8


RE: Macro please - spiff26 - 01-06-2013

This leave when u get lvl 8
[macro]1000 {logout} Self.Level()>=8 Self.Logout()[/macro]

This leave when u have lvl 8 and missing 200xp to lvl 9
[macro]1000 {logout} Self.Experience()>=6200 Self.Logout()[/macro]