• 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

Cheap Trick on Zek (Avoid any PvP death)

TeachersPet

Well-known member
Joined
Jul 27, 2005
RedCents
71¢
I forgot to post this here. And well, as of Monday, Sept. 12, at 2:00PM I just need 1 more vote for a year of RG, so vote for me \o/

This works anywhere to be honest, but it only works properly on Zek.

Use this whenever you think you're going to die. It will instantly kill you and if you're on Zek, you lose no exp. This can be used to rid yourself of that nasty PvP death rezz sickness as well. Only down side is, if you use this in front of someone smart, they're gonna know that you hacked, so don't be retarded with it. The only time it won't work is if you have levitate on, so click that off (and yes this works while you're mezzed or stunned).

Rich (BB code):
VOID suicide(PSPAWNINFO pChar, PCHAR szLine)
{
   ((PZONEINFO)pZoneInfo)->ZoneGravity = 9999;
   WriteChatColor("A large foot falls from the heavens, crushing the life out of your character",CONCOLOR_YELLOW);
}
PLUGIN_API VOID InitializePlugin(VOID)
{
   AddCommand("/suicide",suicide);
}

PLUGIN_API VOID ShutdownPlugin(VOID)
{
   RemoveCommand("/suicide");
}
 
Can this be done easily on a PvE server? I can see that you wrote it can be done anywhere but only properly on Zek... I'd love to incorporate this on my toon, to do this automatically when she gets below a specified level of health.
 
Looking at this plugin, I don't see why it wouldn't work on a normal server.

I think he meant it's only USEFUL on Zek.
 
That wont compile. Either I am too tired to figure it out, or somethings wrong. I would say its option #1.
 
As well, is there anyway to set that so that if your health is less than say... 5%, then do this command. That way you could just say someone must have nuked you to death.
 
Well, actually it says you fell to your death, but whose to say you didn't catch a bug in the zone?

Also, I'd set it to 45% because at 40% you can get DT'd.
 
Cheap Trick on Zek (Avoid any PvP death)

Users who are viewing this thread

Back
Top
Cart