• 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

MQ2Rezzy (Return to Resurrect without being rezzed)

TeachersPet

Well-known member
Joined
Jul 27, 2005
RedCents
71¢
dud, a newcomer to RedGuides sent me a PM on IRC telling me about a funny bug allowing players to pop up right at their corpses with the Respawn Options window up, so naturally, I made a plugin for it.

Usage:
When the Respawn Options window is up, type /rezzme. You still will need a rezz but it sure beats running back to your corpse.

Post if you have any problems with the plugin and/or have words of praise to my almighty ownage.

Rich (BB code):
/*
	MQ2Rezzy
	By: TeachersPet

	Code so easy it almost hurts
*/

#include "../MQ2Plugin.h"

PreSetup("MQ2Rezzy");

VOID Rezzy(PSPAWNINFO pChar, PCHAR szLine) {
	DoCommand(GetCharInfo()->pSpawn,"/squelch /notify RespawnWnd RW_OptionsList listselect 2");
	DoCommand(GetCharInfo()->pSpawn,"/squelch /notify RespawnWnd RW_SelectButton leftmouseup");
}

PLUGIN_API VOID InitializePlugin(VOID)
{
	AddCommand("/rezzme",Rezzy);
}

PLUGIN_API VOID ShutdownPlugin(VOID)
{
	RemoveCommand("/rezzme");
}
 
Last edited:
I'd wager it's undetectable consider it does the exact same thing Returning to Resurrect would do, just skips a step.
 
all hitting the select button does is send a packet saying

I had respawn selected
or
I had resurrect selected

Shitty job on whatever programmer implemented the RespawnWnd

Timer on how long the window stays open is also able to be changed.
 
Not shitty, lazy. Why take more time to do something better when they can do such a trivial thing fast and fix it later?
 
very nice and when you dead in aggro zone np /rezzm and quick a hotkey with /warp succor ) very nice work all the time ) red cent inc for you tp )
 
If i'm understanding this correctly ... this is $$ for a cleric. It just lets you respawn at your body ready to rez a group wipe? That's nuts ... I like!!

I'd redcent you but I redcented you fairly recently. I'll redcent you again asap. :D
 
also very nice when you did actually get rezzed, but got a bugged rez window and can't respawn normally.
 
cocofish said:
I love your dad.
I loved his dad first.
also very nice when you did actually get rezzed, but got a bugged rez window and can't respawn normally.
Ive had the same problem that twice now, and i have to alt tab back and forth to get the window rez window to respond to clicks
 
Yeah, I accidentally figured this out while I was rewriting the wait4rez.inc code. Stupid bug really, but works. =P
 
Well i found an interesting bug with this If you are in an instance zone and you die Have your instance leader remove you from instance then do /rezzme

You won't get booted from the instance. you can stay in there so long as you don't zone or die again. And your instance leader can invite new people into instance. Rinse repeat and you can get an unlimited number into an instanced zone.
 
wow, this just made me one happy person. Racing somebody to ashengate to loot a roting piece and i died about 30 feet from the zone. thanks to rezme i was able to keep going and loot my item =) needless to say, the other guy didnt think it was very funny.
 
captboom said:
Well i found an interesting bug with this If you are in an instance zone and you die Have your instance leader remove you from instance then do /rezzme

You won't get booted from the instance. you can stay in there so long as you don't zone or die again. And your instance leader can invite new people into instance. Rinse repeat and you can get an unlimited number into an instanced zone.
I wonder if this would this work w/ normal rez too? I'm curious..
 
it works real good for when your druid isnt paying attention and you're PLing too, screw the res the XP is better.
 
I have still not seen someone answer if this plugin needs updates after patches.

Thanks
 
The only thing i could see is if mq2's structs had to change a bit, but then all you'd need to do is recompile it again. I don't think you'd actually have to change anything.
 
This plugin has saved me a ton of headache and time. Really nice and I appreciate it a lot.
 
Just had to say THANKS a million again was in Valdehom last night killed the Void everyone died but the SK. They go ohh damn we wiped lets go to bed.. I'm like no rezzing now. So after rezzing the cleric they were cheering me on like a foodball star! love this one my favorite
 
Ok...this is the bomb. I think I like it better than warp. I love this thing!! How do I give all my red cents to this? :p
 
TeachersPet said:
dud, a newcomer to RedGuides sent me a PM on IRC telling me about a funny bug allowing players to pop up right at their corpses with the Respawn Options window up, so naturally, I made a plugin for it.
how does this work without Mq would really love to be able to do this after patches and what not
 
MQ2Rezzy (Return to Resurrect without being rezzed)

Users who are viewing this thread

Back
Top
Cart