Posts: 26
Threads: 12
Joined: Jun 2012
Reputation:
0
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?
Posts: 365
Threads: 22
Joined: Mar 2013
Reputation:
0
(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 ...
Posts: 26
Threads: 12
Joined: Jun 2012
Reputation:
0
(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
Posts: 365
Threads: 22
Joined: Mar 2013
Reputation:
0
12-06-2013, 02:29 PM
(This post was last modified: 12-06-2013, 02:39 PM by Thiaguin-.)
(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!)
|