![]() |
auto sd on target - 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: auto sd on target (/thread-18473.html) |
auto sd on target - xinacyra - 09-07-2015 hi im new to this bot and ive tried and tried all the macros if found using the search can someone please give me a correct answer on to how i can auto sd on target , also my combo atack doesnt work how can i make my bot auto attack on whoever my friend targets thanks in advance RE: auto sd on target - erleo - 09-07-2015 [macro]2500 {Use SD} target:=Creature.Target() IDRUNE:=3155 Creatures.OnScreen()>1 Creature.ShootOn(!target!, !IDRUNE!) Exit()[/macro] RE: auto sd on target - xinacyra - 09-07-2015 (09-07-2015, 01:07 PM)erleo Wrote: [macro]2500 {Use SD} target:=Creature.Target() IDRUNE:=3155 Creatures.OnScreen()>1 Creature.ShootOn(!target!, !IDRUNE!) Exit()[/macro]wow it actually worked thanks!!!!!! |