BBot - The best bot of the world
Help With Macro - 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: Help With Macro (/thread-16698.html)



Help With Macro - Benjaswag - 11-21-2014

Yo, I wanted to see if you guys could help me make a macro that attacks Frost Dragons with exori vis when there is only one of them, but SDs them when there's 2? I'd really appreciate it!!


RE: Help With Macro - mr. Kris - 11-21-2014

Try it:
Code:
500 {SD Shooter} target:=Creature.Target() IDRUNE:=3155 Creatures.ByName(Frost Dragon)>=2 [jump] Creature.ShootOn(!target!, !IDRUNE!) Exit() {jump} Self.Attacking==01 Self.Say(exori vis) Exit()



RE: Help With Macro - Benjaswag - 11-22-2014

(11-21-2014, 08:41 AM)mr. Kris Wrote: Try it:
Code:
500 {SD Shooter} target:=Creature.Target() IDRUNE:=3155 Creatures.ByName(Frost Dragon)>=2 [jump] Creature.ShootOn(!target!, !IDRUNE!) Exit() {jump} Self.Attacking==01 Self.Say(exori vis) Exit()

This works okay, but it spams exori vis and doesn't heal, can you make it wait a bit??
Pleaseeee!


RE: Help With Macro - mr. Kris - 11-24-2014

maby change:
Code:
Self.Attacking==01
to
Code:
Self.Attacking()=1