Thread Rating:
  • 2 Vote(s) - 2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Macro Avalanche
#1
I've looked all over the forum and did not find, need a macro that uses sd when you have one monster and when you have more than 2 use avalanche without player on screen . AngryAngryAngry
Reply
#2
SD on 1 creature
Code:
1000 {ShootSD} target:=Creature.Target() IDRUNE:=3155 Creatures.Beside()==1 Creature.ShootOn(!target!, !IDRUNE!)

Avalanche on 2+ creatures
Code:
50 {ShootAVA} target:=Creature.Target() IDRUNE:=3161 Creatures.PlayersOnScreen()<=2  Creatures.Beside()>=2 Creature.ShootOn(!target!, !IDRUNE!)

If works, please rep me. Thank you.
Reply
#3
Yes work but can be add player safe??
Your reputation rating has successfully been added for this user.
Reply
#4
(01-16-2016, 03:06 AM)Markos Wrote: Yes work but can be add player safe??
Your reputation rating has successfully been added for this user.

Try.
Code:
50 {ShootAVA} target:=Creature.Target() IDRUNE:=3161 Creatures.PlayersOnScreen()<=2  Creatures.Beside()>=2 Creature.ShootOn(!target!, !IDRUNE!)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)