Roguish
Member
- Joined
- Aug 19, 2006
- RedCents
- 10¢
If the leecher is not a FD class or a rogue with SoS unlock the second Kobold shroud and use the FD that gives you.
Get into your zone of choice, open the macro and type in the GK'er's name where it prompts you to. FD and start the macro next to wherever the GK'er's starting position is.
Get into your zone of choice, open the macro and type in the GK'er's name where it prompts you to. FD and start the macro next to wherever the GK'er's starting position is.
Rich (BB code):
#turbo
#Event hit "YOU for"
Sub Main
/waypoint add c2
:loop
/assist ***INSERT GK'er's Name Here***
/warp target
/delay 5
/warp wp c2
/doevents
/goto :loop
/return
Sub hit
/warp wp c2
/end
/return


