• 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

Problem - Corpse bug and KA Puller

Jensen

New member
Joined
Mar 19, 2007
RedCents
926¢
So when using a costum UI and accepting rez before the dead char has zoned leaves a corpse that isent really there, some kind of bug..

Problem is if its the puller, and using KA it will try and drag it to camp for rez, and get stuck in that loop - any suggestions how to make this problem go away?
 
Damn that will be hard to code for. When the corpse is on zone can you target it? when you do /echo ${Target.ID} does it return anything?
 
Damn that will be hard to code for. When the corpse is on zone can you target it? when you do /echo ${Target.ID} does it return anything?

Will test that.

Would it be possible to make a holy/downshit that makes the char zone to bindpoint the instant it dies? that way when accepting rez it will have zoned.

Was toying with mq2rez - seems it had the option to select spawnpoint, but I can't get it to work..
 
if you look into autocleric it will automatically take the bind point, could dig around and see what it is doing. The issues stem from the client not seeing the pc actually die, it happens to me on my tank if he takes too much damage while in the middle of a routine and not parsing that the target died too fast. once I stop (which ever macro im running, this issue happens on a few I use) and restart the mac it will see the dead corpses and rez them (a thoery is that when in the middle of the routines the ID is locked into the global and will not check to see if the ID is a corpse or not after the first pass going into the heal routines, a fix maybe would add a check into the second heal to check if target is not a corpse, when this happens in autocleric it will fire everything because it sees the target ID after the tank dies at 0% health the entire time). Other mac's I use, have a worsthurt and even that will mess up if a target takes too much damamge before the heal lands.

Opps wrong issue but the part about mq2rez and autocleric still stands. Also look at your toon_server.ini file and near the top should be mq2rez section, and can add in
Rich (BB code):
spawn=1
that should turn it on for you if you are having issues with the toggle or try /rez spawn
 
THanks for the info, I tried all those spawn commands and ini settings relating to mq2rez but it seems that once you load that plugin it always accept no matter what you do.

- - - Updated - - -

Damn that will be hard to code for. When the corpse is on zone can you target it? when you do /echo ${Target.ID} does it return anything?

Returns 25785
 
Problem - Corpse bug and KA Puller

Users who are viewing this thread

Back
Top
Cart