![]() |
if more than 2 earth elementals on screen use gfb - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Support (https://forums.bmega.net/forum-6.html) +--- Forum: Support & Help (https://forums.bmega.net/forum-8.html) +--- Thread: if more than 2 earth elementals on screen use gfb (/thread-7308.html) |
if more than 2 earth elementals on screen use gfb - lukaszcz - 02-21-2013 if more than 2 earth elementals on screen use gfb , anybody have this macro? RE: if more than 2 earth elementals on screen use gfb - lukaszcz - 02-22-2013 ~~bump RE: if more than 2 earth elementals on screen use gfb - Dexter - 02-24-2013 Try this: [macro]2000 {EarthElemental} ID_GFB:=xxxx Target.ByName(Earth Elemental)>=2 Target.Foe() Target.Shoot(!ID_GFB!) Exit()[/macro] Change the "xxxx" by ID of GFB. |