Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

Bloodcell said:Kite more than one and the mob shouldnt run away.
elkiller said:whats the macro and how do i plug it in , sry kinda new at this
Jinx said:They changed the Hot Zones again here they are
Patch 6-13-2006
- New Hot Zones! With this patch the old hot zones have been reverted to their previous values and a new set of hot zones has been selected! The following zones are now the "Hot Zones"!
Level 20: Swamp of No Hope
Level 25: Overthere
Level 30: Timorous Deep
Level 35: Emerald Jungle
Level 40: Dreadlands
Level 45: City of Mist
Level 50: Skyfire
Level 55: Karnor's Castle
Level 60: Veksar
rober said:pls i just need help, Where i download This macro for bards???? i dont see this, pls help me
smason said:Any suggestions on how to kite in Skyfire or a spot there. Iam on progressive and looking for a place to kite in kunark. Would appercaite any suggestions, am lvl 53 also.
in your MQ2moveutils.ini turn this setting "StuckLogic=" to off.
| 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#*#"
#event GainExp "You gain#*#"
Sub Main
:loopstart
/doevents
/call GMcheck
/if (${Me.PctHPs}<=45) /potionbelt Activate 1
/if (${Me.PctHPs}<=60) /potionbelt Activate 2
/if (${Target.Level}>67) /tar npc next
/IF (${Target.Name.Equal[misguided beludu Creque]}) {
/twist stop
/target npc next
/delay 30
/twist 1 2 3 4 5 6
}
/IF (${Target.Name.Equal[a venomous stonemite]}) {
/twist stop
/target npc next
/delay 30
/twist 1 2 3 4 5 6
}
/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
sub event_GainExp
/stoptwist
/tar npc next
/delay 10
/IF (${Target.Name.Equal[misguided beludu Creque]}) {
/target npc next
/delay 30
}
/twist 1 2 3 4 5 6
/return
