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-6523.html)



Macro Please - Benjyon - 01-10-2013

Someone can do Macro if more or equal to 3 Creaturs on Screen use SD


RE: Macro Please - Kimoszin - 01-10-2013

[macro]1200 {use sd} COUNT:=3 Creatures.ByName(Name)>=!COUNT! Self.Attacking()==1 Target.Foe() Target.Shoot(3155)[/macro]

[macro]1200 {use sd} COUNT:=3 Creatures.OnScreen()>=!COUNT! Self.Attacking()==1 Target.Foe() Target.Shoot(3155)[/macro]