Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Macro [utamo vita]
#1
Hello!

Can somebody help me with create script which use utamo vita when character are attacking by 3 or more monsters? I would be greatfull Wink
#2
Macro:
Creature.Attacking()=>3
Self.Mana()50
Self.Say(utamo vita)
#3
(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 Big Grin


Forum Jump:


Users browsing this thread: 1 Guest(s)