Can someone write me a macro, where my character use runes SD if someone is on the screen and remained one monster, and as there is no player on the screen and it is more like two monsters ( by range 3 ) that use avalanche rune on them
I create one but have many bugs.
Sorry for my English.
i solved this problem"
50 {ShootAVA} target:=Creature.Target() IDRUNE:=3161 Creatures.PlayersOnScreen()==1 Creatures.ByRange(3)>2 Creature.ShootOn(!target!, !IDRUNE!)
and
1000 {ShootSD} target:=Creature.Target() IDRUNE:=3155 Creatures.Beside()<2 Creature.ShootOn(!target!, !IDRUNE!)
I create one but have many bugs.
Sorry for my English.
i solved this problem"
50 {ShootAVA} target:=Creature.Target() IDRUNE:=3161 Creatures.PlayersOnScreen()==1 Creatures.ByRange(3)>2 Creature.ShootOn(!target!, !IDRUNE!)
and
1000 {ShootSD} target:=Creature.Target() IDRUNE:=3155 Creatures.Beside()<2 Creature.ShootOn(!target!, !IDRUNE!)