BBot - The best bot of the world
macro gfb - 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: macro gfb (/thread-12537.html)



macro gfb - eliteexoria - 11-07-2013

need macro who will throw great fireball rune when my character will be blocked by 8 penguins or smth just when it will be around me.


RE: macro gfb - JeshuaStep - 11-07-2013

(11-07-2013, 09:36 PM)eliteexoria Wrote: need macro who will throw great fireball rune when my character will be blocked by 8 penguins or smth just when it will be around me.

1000 {Traped} monsterCount:=7 shootID:=3161 Creatures.ByName(Penguin)>=!monsterCount! target:=Creature.Attacking() Creature.ShootOn(!target!, !shootID!)


RE: macro gfb - eliteexoria - 11-09-2013

do not work your macro


RE: macro gfb - Kimoszin - 11-09-2013

(11-07-2013, 09:36 PM)eliteexoria Wrote: need macro who will throw great fireball rune when my character will be blocked by 8 penguins or smth just when it will be around me.

[macro]1100 {Anti Traped} ammoID:=0 monsterBeside:=8 Creatures.ByRangeName(1, Penguin)>=!monsterBeside! target:=Creature.Self() Creature.ShootOn(!target!, !ammoID!)[/macro]