• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

MQ2AllSaves (1 Viewer)

Czarman

Well-known member
Joined
Apr 28, 2005
RedCents
1,381¢
Not sure if this is serverside or clientside, but will post it if anyone can use. I am a resistance buff freak. Any way, will give you 600 to all resistances.

Rich (BB code):
#include "../MQ2Plugin.h"

PreSetup("MQ2AllSaves");

PLUGIN_API VOID InitializePlugin(VOID)

{
   WriteChatColor("Loading MQ2AllSaves");
   WriteChatColor("MQ2AllSaves: Written By Czarman/RogueDude");
}

PLUGIN_API VOID ShutdownPlugin(VOID)

{

   DebugSpewAlways("Shutting down MQ2AllSaves");

}

PLUGIN_API VOID OnPulse(VOID)

{

   GetCharInfo()->SaveMagic = 600;
   GetCharInfo()->SaveDisease = 600;
   GetCharInfo()->SavePoison = 600;
   GetCharInfo()->SaveCold = 600;
   GetCharInfo()->SaveFire = 600;
  
}
 
It's been tried. Clientside only. This does nothing, it's like changing your HPs.
 
Just thought it might work, when I try to change HPs it actually does NOT show up, but resistances for some reason show up. Oh well, bummer.
 
Czarman said:
Just thought it might work, when I try to change HPs it actually does NOT show up, but resistances for some reason show up. Oh well, bummer.

Props for even attempting to make a custom plugin. Keep up the good work ...
 
Nice try usually the best things come from people trying to think outside of the box.


Moving to nerfed section so as not to confuse people
 
MQ2AllSaves

Users who are viewing this thread

Back
Top