![]() |
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: gfb (/thread-12994.html) |
gfb - manahan - 12-05-2013 maybe this isnt possible anymore, the macros i have arent working. is there a way to shoot a gfb on myself when there are more than 3 creatures around me? RE: gfb - Thiaguin- - 12-05-2013 (12-05-2013, 09:23 PM)manahan Wrote: maybe this isnt possible anymore, the macros i have arent working. 1000 {GFB on ME} X:=Self.X() Y:=Self.Y() Z:=Self.Z() Self. Creatures.Beside()>=3 Map.UseOn(3191, 99, !X!, !Y!, !Z!, 1) try it ... RE: gfb - manahan - 12-05-2013 (12-05-2013, 09:30 PM)Thiaguin- Wrote:(12-05-2013, 09:23 PM)manahan Wrote: maybe this isnt possible anymore, the macros i have arent working. didnt work RE: gfb - Thiaguin- - 12-06-2013 (12-05-2013, 09:37 PM)manahan Wrote:(12-05-2013, 09:30 PM)Thiaguin- Wrote:(12-05-2013, 09:23 PM)manahan Wrote: maybe this isnt possible anymore, the macros i have arent working. 1000 {GFB on ME} X:=Self.X() Y:=Self.Y() Z:=Self.Z() Self. Creatures.Beside()>=3 Map.UseOn(3191, 99, !X!, !Y!, !Z!, 1) try it ... or it. 1000 {GFB on ME} monsterCOUNT:=3 IDRUNE:=3191 target:=Creature.Attacking() Creatures.Beside>=!monsterCOUNT! Creature.ShootOn(!target!, !IDRUNE!) =] 1000 {GFB on ME} X:=Self.X() Y:=Self.Y() Z:=Self.Z() Self. Creatures.Beside()>=3 Map.UseOn(3191, 99, !X!, !Y!, !Z!, 1) try it ... or it. 1000 {GFB on ME} monsterCOUNT:=3 IDRUNE:=3191 target:=Creature.Attacking() Creatures.Beside>=!monsterCOUNT! Creature.ShootOn(!target!, !IDRUNE!) ![]() |