BBot - The best bot of the world
need macro exori gran - 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: need macro exori gran (/thread-11550.html)



need macro exori gran - 12970734 - 08-28-2013

Need macro when they are three monsters around you but there is no player on the screen uses exori gran


RE: need macro exori gran - erickpdl - 08-28-2013

Self.Mana>=340
Self.Attacking
Creatures.Beside>=3
Self.Say(exori gran)


RE: need macro exori gran - kamill - 08-29-2013

@erickpdl - You forgot about something:

Self.Mana>=340
Self.Attacking==1
Creatures.Beside>=3
Creatures.PlayersOnScreen==1
Self.Say(exori gran)