Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
utito tempo
#1
i need macro
Monster > 5 use utito tempo
but dont spam utito tempo
utito..
utito

only 1x,

-----------------------------------
bbot go full def if have Box
Reply
#2
Try it for utito:
Code:
2000 {utito 5+ creatures} Creatures.Beside()=>5 Self.Mana()=>290 Self.Say(utito tempo)

I added mana count for use utito, if mana is 289 or less don't use Wink
Reply
#3
(02-07-2015, 01:33 AM)kaiquegabriel Wrote: Try it for utito:
Code:
2000 {utito 5+ creatures} Creatures.Beside()=>5 Self.Mana()=>290 Self.Say(utito tempo)

I added mana count for use utito, if mana is 289 or less don't use Wink

It will work, but we can improve this macro adding another condition

Status.Buff()==0 will be true if the character isn't buffered yet.

Code:
2000 {utito 5+ creatures} Creatures.Beside()=>5 Status.Buff()==0 Self.Mana()=>290 Self.Say(utito tempo)
If I helped you, don't forget of Rep+!

Yours,
boladaopesadao
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)