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.

are you camping out?
also the timer still expires while on character select screen so just camping out might not be enough
I'm wondering if a change was made and corpses are poofing now when the res timer expires.
| ----------------------------------------------------------------------------
| SUB: Do I Camp
| ----------------------------------------------------------------------------
Sub DoICamp
/if (!${CampOnDeath}) /return
/if (!${CampOnDeathTimer} && ${CampZone} != ${Zone.ID} && ${Me.Buff[Revival Sickness].ID}) {
/echo I am dead and not where I am suppose to be. Time to camp out.
/docommand /camp
/delay 40s
/endmac
}
/return
/docommand /camp
/docommand /camp desktop
find
Rich (BB code):| ---------------------------------------------------------------------------- | SUB: Do I Camp | ---------------------------------------------------------------------------- Sub DoICamp /if (!${CampOnDeath}) /return /if (!${CampOnDeathTimer} && ${CampZone} != ${Zone.ID} && ${Me.Buff[Revival Sickness].ID}) { /echo I am dead and not where I am suppose to be. Time to camp out. /docommand /camp /delay 40s /endmac } /return
Change
toRich (BB code):/docommand /camp
Rich (BB code):/docommand /camp desktop
May as well try it. Just lost another set of corpses.
- - - Updated - - -
Switching to /docommand /exit was even worse, as I woke up to all of my characters standing in PoK this morning with exipred res timers and corpses gone. This is getting really frustrating.
may need to put in a bigger delay before sending the camp commands, since you are zoning into PoK (or lobby) sometimes the load time can be extended, especially when doing multiple at the same time.
