Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help With Macro
#1
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!!
Reply
#2
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()
I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You.
Reply
#3
(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!
Reply
#4
maby change:
Code:
Self.Attacking==01
to
Code:
Self.Attacking()=1
I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)