![]() |
utito tempo - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html) +--- Forum: Requests (https://forums.bmega.net/forum-17.html) +--- Thread: utito tempo (/thread-17413.html) |
utito tempo - Srox - 02-06-2015 i need macro Monster > 5 use utito tempo but dont spam utito tempo utito.. utito only 1x, ----------------------------------- bbot go full def if have Box RE: utito tempo - kaiquegabriel - 02-07-2015 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 ![]() RE: utito tempo - boladaopesadao - 02-07-2015 (02-07-2015, 01:33 AM)kaiquegabriel Wrote: Try it for utito: 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) |