Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Macro - MAS SAN/EXORI GRAN BEHIND monsters + people
#1
Sad 
Hey, any can help me with a Macro?
i need macro at :
- exori/ exori gran if behind 3 monsters, and make spell behind a another player (CAN MAKE PK)
-exevo mas san if behind 3 monsters, and make spell behind a another player (CAN MAKE PK)
Reply
#2
Try:
Code:
1000 {Exori Gran} Creatures.Beside()>2 Creatures.PlayersOnScreen()<1 Self.Mana()>330 Self.Say(Exori Gran)
Not tested.
Reply
#3
(03-29-2015, 01:44 PM)kaiquegabriel Wrote: Try:
Code:
1000 {Exori Gran} Creatures.Beside()>2 Creatures.PlayersOnScreen()<1 Self.Mana()>330 Self.Say(Exori Gran)
Not tested.

Does work Sad
Reply
#4
You need 3+creatures and 0 players use spell?
Reply
#5
Try with this
Code:
3000 {exevo mas san} Creatures.Beside()>=3 Creatures.PlayersOnScreen() = 1 Self.Mana()>=200 Self.Say(exevo mas san)

forggotten that script, is the same of kique, sorry


(03-29-2015, 03:11 PM)kaiquegabriel Wrote: You need 3+creatures and 0 players use spell?


he needs:
creatures beside >=3
. players on screen <=1
.. exevo mas san

. ELSE (players on screen >1)
.. exori con
end
Reply
#6
Only make another macro with same function, but change spell and counts.

Try:
Code:
1000 {Exori Con Player on Screen} Creatures.Beside()>2 Creatures.PlayersOnScreen()>0 Self.Mana()>40 Self.Say(Exori Con)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)