This macro, when used in conjunction with the following plugins, will target the nearest mob and chant kite it to death while you run in a circle, then target the next mob, and so on. I've ran it AFK for 38 hours, and haven't had a hitch. I've also gained 20 levels and 1000 AA with it
GM and near-player detection added, but if you kite in instanced zones like I do, you don't have to worry about players.
If anyone here needs help with the plugins, compiling macroquest, or this macro don't be afraid to ask.
First off:
1. Get the MQ2MoveUtils and MQ2Twist plugins from
-MQ2Twist
-MQ2MoveUtils
2. Compile the plugins and get them working. Refer to the "EQ Underground" guide for help.
3. Get Target.mac (open a notepad file, copy the code below, and save it as target.mac in your macroquest/release/macros folder.
This code will camp you out if a GM is in your zone.
To use:
0) For the first time running, type "/plugin MQ2twist" and then "/plugin MQ2moveutils" (without quotes)
1) Choose 5 songs to twist and memorize them.
2) Stand wherever you want to run in circles (helps to have a room with lots of spawns) and type "/circle on 75" (or replace 75 with whatever radius you like.)
3) Press numlock to start running
4) type "/mac target" to start the targeting macro, the one you copied above.
5) type "/twist 1 2 3 4 5", to twist songs in slots 1,2,3,4,5. Choose other slots if you like.
Enjoy, and if you'd like to know the bets spots to kite, please see the following thread:
http://www.redguides.com/community/showthread.php?t=631
UPDATE: Ripski has made this macro better. Look on page 22 or click the link below.
http://www.redguides.com/community/showpost.php?p=36138&postcount=316
GM and near-player detection added, but if you kite in instanced zones like I do, you don't have to worry about players. If anyone here needs help with the plugins, compiling macroquest, or this macro don't be afraid to ask.
First off:
1. Get the MQ2MoveUtils and MQ2Twist plugins from
-MQ2Twist
-MQ2MoveUtils
2. Compile the plugins and get them working. Refer to the "EQ Underground" guide for help.
3. Get Target.mac (open a notepad file, copy the code below, and save it as target.mac in your macroquest/release/macros folder.
Rich (BB code):
| This macro made for www.Redguides.com
| Don't steal it or we'll punch your fase!
#turbo
#event camp "personingroup tells the group, 'lets roll'
#event dzadd "personyouwanttoadd tells you, 'add me'
#event invite "#*#invites you to join#*#"
#Event Zoned "#*#You have entered#*#"
Sub Main
:loopstart
/doevents
/call GMcheck
/if (${Target.Level}>67) /tar npc next
/if (${Target.Distance}>220) /keypress esc
/if (${Target.ID}==FALSE) /tar NPC radius 220
/delay 10
/goto :loopstart
/return
Sub GMcheck
/if (${Spawn[gm].ID}) {
/echo Gm detected
/beep
/beep
/beep
/keypress 9
/endmac
/unload
/q
}
/return
Sub event_camp
/sit
/camp desk
/return
sub event_zoned
/delay 5s
/sit
/camp desk
/endmac
/return
sub event_dzadd
/dzadd personyouwanttoadd
/return
sub event_invite
/invite
/return
This code will camp you out if a GM is in your zone.
To use:
0) For the first time running, type "/plugin MQ2twist" and then "/plugin MQ2moveutils" (without quotes)
1) Choose 5 songs to twist and memorize them.
2) Stand wherever you want to run in circles (helps to have a room with lots of spawns) and type "/circle on 75" (or replace 75 with whatever radius you like.)
3) Press numlock to start running
4) type "/mac target" to start the targeting macro, the one you copied above.
5) type "/twist 1 2 3 4 5", to twist songs in slots 1,2,3,4,5. Choose other slots if you like.
Enjoy, and if you'd like to know the bets spots to kite, please see the following thread:
http://www.redguides.com/community/showthread.php?t=631
UPDATE: Ripski has made this macro better. Look on page 22 or click the link below.
http://www.redguides.com/community/showpost.php?p=36138&postcount=316
Last edited:


Create your hotkeys and let 'er rip!
using selo on slot 1 and DD on slot 2