(07-23-2013, 10:37 AM)Grue Wrote: Macro:
Creature.Attacking()=>3
Self.Mana()50
Self.Say(utamo vita)
LoL.....
800 {Utamo} Creatures.Beside()>=3 Self.Mana()>=50 Self.Say(Utamo Vita)
It will cast Utamo Vita when 3 monsters are 1sqm from you.
note: if you want to cast utamo when 3 monsters are on screen use:
800 {Utamo} Creatures.OnScreen()>=3 Self.Mana()>=50 Self.Say(Utamo Vita)
note: if you want to cast utamo when 3 monsters are on screen in range less than 3
800 {Utamo} Creatures.ByRange(3)>=3 Self.Mana()>=50 Self.Say(Utamo Vita)
Please test it before use and share if is it working propely.
U can rep me also
