10-03-2013, 06:09 AM
(10-02-2013, 05:18 PM)lordekbyku Wrote: Hello masters, I need a macro which will attack SD when there is 1 monster on screen and when there are 2 and more monsters AND NOONE ON SCREEN will attack with avalanche AND when there are 2 or more monsters and somebody on screen bot will attack with SD. Ofc I'll give REP+ I was trying that but doesnt work:
1000 {ALL} Self.Attacking==01 Creatures.Beside==1 Creature.ShootOn(3155) Self.Attacking==01 Exit() Creatures.Beside>=2 PlayersOnScreen>=01 Creature.ShootOn(3155) Self.Attacking==01 Exit() Creatures.Beside>=2 PlayersOnScreen==01 Creature.ShootOn(3161) Exit()
Whats wrong, or maybe new macro?
Any ideas?