BBot - The best bot of the world

Full Version: Macro Please
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Someone can do Macro if more or equal to 3 Creaturs on Screen use SD
[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]