BBot - The best bot of the world

Full Version: utito tempo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i need macro
Monster > 5 use utito tempo
but dont spam utito tempo
utito..
utito

only 1x,

-----------------------------------
bbot go full def if have Box
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
(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)