BBot - The best bot of the world
Need macro for stop attacking monsters in one point - 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: Need macro for stop attacking monsters in one point (/thread-11736.html)



Need macro for stop attacking monsters in one point - Zacko - 09-10-2013

Hello guys, i just need one macro for stop attack monsters in one point (32674 31240 11) and start attacking monsters in (32674 31238 10) ty guys Wink


RE: Need macro for stop attacking monsters in one point - Kimoszin - 09-10-2013

[macro]0 {Killer Stop} Killer.Stop()[/macro]
[macro]0 {Killer Start} Killer.Start()[/macro]

Code:
Point (32674 31240 11)
Macro (32674 31240 11:Killer Stop)
...
Macro (32674 31238 10:Killer Start)



RE: Need macro for stop attacking monsters in one point - Zacko - 09-10-2013

(09-10-2013, 02:01 PM)Kimoszin Wrote: [macro]0 {Killer Stop} Killer.Stop()[/macro]
[macro]0 {Killer Start} Killer.Start()[/macro]

Code:
Point (32674 31240 11)
Macro (32674 31240 11:Killer Stop)
...
Macro (32674 31238 10:Killer Start)

Thanks D;