03-24-2012, 08:34 PM
Please a need a macro for use gfb when 3 tarantulas are in screen, BUT no if a player are on screen
Your's Federuso
Srry for bad english
Your's Federuso
Srry for bad english
helpme please
|
03-24-2012, 08:34 PM
Please a need a macro for use gfb when 3 tarantulas are in screen, BUT no if a player are on screen
Your's Federuso Srry for bad english
03-24-2012, 08:51 PM
(03-24-2012, 08:34 PM)[email protected] Wrote: Please a need a macro for use gfb when 3 tarantulas are in screen, BUT no if a player are on screen Try to use this macro below: Code: 1000 {GFB} Target.ByName(Tarantula)>2 Creatures.PlayersOnScreen=0 Hotkey.Use(3191) Not sure if it will work, but test and then tell us if it worked.
03-24-2012, 08:57 PM
Thanks! I go test it!
03-24-2012, 09:47 PM
1000 {GFB} Target.ByName(Tarantula)>3 Creatures.PlayersOnScreen=0 Hotkey.Use(3191)
^ Correct one.
03-24-2012, 10:22 PM
(This post was last modified: 03-24-2012, 10:22 PM by [email protected].)
It's no working man..
can show me how i can use this? :S
03-24-2012, 11:14 PM
(03-24-2012, 09:47 PM)GaleN hUND Wrote: 1000 {GFB} Target.ByName(Tarantula)>3 Creatures.PlayersOnScreen=0 Hotkey.Use(3191) Not understand your post. (03-24-2012, 10:22 PM)[email protected] Wrote: It's no working man.. To use the macro you must copy the macro above, and paste as shown the image below:
03-25-2012, 03:40 PM
Yes, but it's not working :S
Thank All
03-25-2012, 05:13 PM
(03-25-2012, 03:40 PM)[email protected] Wrote: Yes, but it's not working :S Try this: Code: 1000 {gfb} Target.ByName(Tarantula)>2 Creatures.PlayersOnScreen<2 Target.Shoot(3191)
03-25-2012, 11:05 PM
(This post was last modified: 03-25-2012, 11:22 PM by [email protected].)
I go test it! Thanks!
The debug say "Target.ByName(Tarantula)>2" "false" |
« Next Oldest | Next Newest »
|