Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
gfb
#1
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?
#2
(12-05-2013, 09:23 PM)manahan Wrote: 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?

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 ...
#3
(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.
is there a way to shoot a gfb on myself when there are more than 3 creatures around me?

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 ...

didnt work
#4
(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.
is there a way to shoot a gfb on myself when there are more than 3 creatures around me?

didnt work

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!)

(12-05-2013, 09:37 PM)manahan Wrote:
(12-05-2013, 09:30 PM)Thiaguin- Wrote: [quote='manahan' pid='77278' dateline='1386278592']
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?

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 ...

didnt work

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!)

Big Grin


Forum Jump:


Users browsing this thread: 1 Guest(s)