• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Question - Corpses poofing

nebulous

Active member
Joined
Jun 3, 2013
RedCents
522¢
I'm consistently seeing my corpses poof from zones and not summon in Lobby. I'm using the camp on death option in KA. Has anyone else seen this issue occur or have any suggestions?
 
If you don't collect your corpse before the rez timer expires, it will go "poof"
 
also the timer still expires while on character select screen so just camping out might not be enough
 
are you camping out?

I am camping out. I came back to all three of my crew at character select screen and all corpses were MIA and unsummonable.

- - - Updated - - -

also the timer still expires while on character select screen so just camping out might not be enough

True, but don't corpses last longer than their res timers? I was away from the computer for less than three hours anyhow.
 
I'll set up shop again with campondeath turned off to see what happens if/when I wipe again.

- - - Updated - - -

I'm wondering if a change was made and corpses are poofing now when the res timer expires.

- - - Updated - - -

If this is the case, could there be a 'camp to desktop' on death?
 
I'm wondering if a change was made and corpses are poofing now when the res timer expires.

Yes, I believe they made that change when they emptied out shadowrest (corpse holding zone). Corpses will expire when rez timer is up (seeing as they SHOULD be naked).
 
That's logical. Maskoi, what do you think about a camp to desktop option in afk tools? It seems like the only way to preserve a res timer.
 
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
Rich (BB code):
 /docommand /camp
to
Rich (BB code):
/docommand /camp desktop
 
I still losing corpse even when I haven't camped out. have even seen them disappear infront of my eyes as I zone back to campfire. been having it happen since started using MQ2 just live with it now
must be the only guy whos toons lost levels during the past 17day dble xp run, my tank lost that many corpses hes down just over 2 lvls.
 
Rich (BB code):
/hidecorpse off

I'll bet you been hiding them when you hide npc corpses. Just a hunch
 
Can also just use /hidecorpse npc, it will hide all mob corpses but keep the others visible.
 
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
Rich (BB code):
 /docommand /camp
to
Rich (BB code):
/docommand /camp desktop

I had high hopes for this, but I came back this morning to my puller camped to the character select screen with a poofed corpse. Has anyone else tried this change?

- - - Updated - - -

Actually I realized I never reloaded mq2, only quit and restarted the macro. Will report back after some newer deaths now that I've closed/opened mq2.
 
Aye, just camping to character selection will still run the corpse timer, and corpse will now poof after timer runs out. Makes the lobby a much cleaner place......now if only they would just reset the lobby hourly....
 
Maskoi,

I have changed the sub to /docommand /camp desktop

but the characters are still just going to character select. Just had another wipe while I was in the shower and came back to everyone @ character select.

Any suggestions to make this change work?
 
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.
 
You may want to switch to an easier spot if you're dying this much.
 
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.

Well, with the issues you seem to be having, MY suggestion would be to find a quieter safer place to set-up camp...

or set an alarm and check in ever 4-5 hours...
 
Yeah, I am having a large amount of deaths. I'm working on that. Was in an easier camp last night, but apparently got trained. I'd still like to find a fix for this. Deaths are going to be a part of the equation with KA. As it stands, any death means experience loss if I can't get back to the computer.
 
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.
 
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.

This sounds like a good idea. I'm not sure where I would edit with a delay, though. I see the 40s timer, but that looks like it's just a trigger to end the macro after the camp command is sent.
 
I don't see your ini file listed, so I am assuming you have CampOnDeath=1, and RezAcceptOn=0 in your ini files. CampOnDeathTimer is set to 10 minutes when you zone from not getting a rez.
 
I actually have RezAcceptOn=1, but generally it'll be a puller that dies out of range of rez capabilities, or a total wipe. CampOnDeath=1 is correct.

I guess the timer isn't an issue then.
 
If you set RezAcceptOn=0 will keep the character from trying to click back to camp and then trying to camp. It will just camp out if CampOnDeath=1. Make sure you have made the changes suggested by Maskoi.
 
Could the changes they made to
Rich (BB code):
/q
affect how the
Rich (BB code):
/docommand /camp desktop
works?
 
Question - Corpses poofing

Users who are viewing this thread

Back
Top
Cart