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

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html)
+--- Forum: Requests (https://forums.bmega.net/forum-17.html)
+--- Thread: Macro need (/thread-18683.html)



Macro need - Rekojek - 10-24-2015

I need macro who stop atacker when capcity lower than X and another when it start killer when capcity higher than x. Is it posible?


RE: Macro need - erleo - 10-24-2015

try:
[macro]500 {Cap} Self.Capacity()<=10 [Jump] Killer.Stop() {Jump} Self.Capacity()>=11 Killer.Start() [/macro]