Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Utani hur when... MACRO
#1
Hello!
I need macro which will cast utani hur ONLY when there're at least 1 monster on screen!

Ofc I'll give rep+ Smile
Thanks in advance Smile
#2
Also please make macro which will cast exori when nobody except of me on screen, but it will casy exori only when creatures by name beside me ( for example trolls, and swamp trolls) 2+ monsters.
Ty in advance Smile
#3
(08-13-2014, 09:29 PM)lordekbyku Wrote: Also please make macro which will cast exori when nobody except of me on screen, but it will casy exori only when creatures by name beside me ( for example trolls, and swamp trolls) 2+ monsters.
Ty in advance Smile


Do not forget to change the amount of monsters and the name of the creature

Code:
500 {Utani hur if monster} monstersCount:=1 Creatures.ByName(Rotworm)>=!monstersCount! Status.Haste()==0 Self.Say(Utani hur) Exit()

change monstersCount to the number of creatures on screen and name on Creatures.ByName

macro to exori :

Code:
2000 {AutoAreaAttack!} Creatures.PlayersOnScreen()<=1 Creatures.ByNameBeside(swamp trolls)>=2 Self.Mana()>=150 Self.Say(exori)


Forum Jump:


Users browsing this thread: 1 Guest(s)