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.

[AFKTools]
AFKHelp=AFKGMAction=0 Off, 1 Pause Macro, 2 End Macro, 3 Unload MQ2, 4 Quit Game
AFKToolsOn=0
AFKGMAction=1
AFKPCRadius=150
CampOnDeath=0
ClickBacktoCamp=0
Make sure AutoAcceptRez=1
I had this same issue until I enabled it.
Sub EndMacroIf
/if (${Debug}) /echo DEBUG EndMacroIf: Enter
| I died wait for rez loop
:WaitOnRez
/if (${GameState.Equal[CHARSELECT]}) /endmac
/if ((${Me.Hovering} || ${CampZone} != ${Zone.ID}) && ${RezAcceptOn} && ${IAmDead}) {
/if (${Attacking}) /call CombatReset
/delay 10
/if (${ClickBacktoCamp}) /call CampfireBack
/if (${CampOnDeath}) /call DoICamp
/goto :WaitOnRez
}
/if (!${RezAcceptOn} && ${CampZone} != ${Zone.ID} && ${IAmDead}) {
/if (${CampOnDeath}) /call DoICamp
/endmac
}
/if (${Debug}) /echo DEBUG EndMacroIf: Leave
/return
