02-07-2015, 03:12 AM
(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
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