• 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

Plugin MQ2GM

Pugs

Member
Joined
Feb 6, 2005
RedCents
654¢
This plugin will make you show as a gm on your client. have fun
/gm on will turn it on and /gm off will turn it off.
Rich (BB code):
// MQ2GM.cpp : Defines the entry point for the DLL application.


#include "../MQ2Plugin.h"


PreSetup("MQ2GM");

// Function DEFINE

VOID GM (PSPAWNINFO, PCHAR);

//STARTUP

PLUGIN_API VOID InitializePlugin(VOID)
{
	AddCommand ("/gm",GM);
}
// SHUTDOWN

PLUGIN_API VOID ShutdownPlugin(VOID)
{
	DebugSpewAlways("You are no longer a GM");
	RemoveCommand ("/gm");
}
// GM ON
VOID GM(PSPAWNINFO pChar, PCHAR szLine)
{
	char command[MAX_STRING];
	GetArg (command,szLine,1);
	if (!stricmp(command,"on"))
{
      pChar->GM = true;
}
if (!stricmp(command,"off"))
{     pChar->GM = false;
} else 
{
          WriteChatColor("Useage: /gm <on|off>",CONCOLOR_RED);
}
}

btw this is my first plugin
 
Last edited:
Many a brave n00b has been banned with this.

Don't do anything stupid.
 
Yeah you will get flaged if you use this and try to pull off gm commands but it is kind of fun to take a few SS of your toon as a GM. I would also like ot keep this out of the precombiles out there just for safety
 
I agree, Cosmic and future compilers, please don't precompile this for other people.

Also why not have something more like
Rich (BB code):
if (!stricmp(command,"on"))
{
      pChar->GM = true;
}
if (!stricmp(command,"off"))
{     pChar->GM = false;
} else 
{
          WriteChatColor("Useage: /gm <on|off>",CONCOLOR_RED);
}

It makes more sense to me to type /gm on instead of /gm 1 or /gm true

But then again I make things user friendly, which isn't the goal.
 
Edited it in. Thanks like i say this is my first one.

Would it be very hard to make your level look different?
 
What can you actually do aside from your toon looking like a GM only to you? I wouldn't think you could do anything... what about zoning into cshome?
 
Chientside I assume, just something like
Rich (BB code):
GetCharInfo2()->Level = 70;
seems like it would work
 
unless you can pull a belt of translocation out of the air you can't zone into cshome because it isnt adjance to any zone in the game and you also do not have the CSHOME files on your computer unless you were a guide or a gm.
 
I think i got a few on my desktop pc ill post them when i get home. :D
 
cshome is adjacent to pok, you can /zone in cshome from pok but obviously you cant load without appropriate files.
 
wow that is cool though it would proably be a ban quiclky if ya did.
 
cshomeshoweq4if.gif


thats a showeq map
 
populous said:
cshome5mw.jpg


an actual pic, not 100% on this pic, it was googled.

Not CSHOME

There once was an app that let you navigate the worlds offline, and in the forums where this was located was the CSHOME files and the files for the Plane of War. (the zone that got scrapped in the PoP expansion, has a stone for it in the PoP hoh area)
 
Figured as much, an app that let you navigate worlds offline? You can still navigate all zones offline, however I havent heard of being able to view cshome as that isnt a file of any kind stored on your comp, heres another map of cshome, sorry i dont have pics
cshome3yy.png
 
i tried to google for pics of cshome before with no luck, screenshots of powar be cool as well :p
 
anyone have this in a compiled plugin? it would be fun to mess around with it on a 21 day trial account lol
 
ss44 - here's a precompiled MQ2GM for you, it has a password which I'll pm to you to keep everyone and their mother from getting this.

If anyone wants the password, PM me and I'll think about giving it to you.
 
nm, for those of you who try to download this, u can download it but still need the PW to access the file.
 
Really? it asks me for the PW..oh well, I'll remove it.

Edit: Stop changing your posts damnit =p
 
see post above lol. i figured it would ask me for the password to start the download.
 
any chance of GM commands working with this? lol. damn, i cant find the link for the free 21 day accounts anymore 8(. still looking though.
 
cshome looks like a big caesar building in a large courtyard with pillars and a pool.

its too bad you couldnt send tells like a GM :P
 
ss44 said:
any chance of GM commands working with this? lol. damn, i cant find the link for the free 21 day accounts anymore 8(. still looking though.

I will post it when i get home. will cost you a 5th star in my docrack thread so it can be my first 5 star :P
 
okay, evidently they changed the 21 day trial account to escape to norrath (found in the everquest directory) any chance of someone creating a compile for it so i can mess with the GM commands? lol. or if someone could teach me how to find the changes and such to change it myself? if anyone knows
 
()===D====> said:
I will post it when i get home. will cost you a 5th star in my docrack thread so it can be my first 5 star :P

which are you going to post? where to find the 21 day account or the GM commands? lol
 
/ability
/becomenpc [model #] [gender] [skin #] [face #] [height # value]
/broadcast
/buff (level)
/clearfaction
/col
/coor (X) (Y) (Z)
/create (item number)
/debug
/expgive
/expset
/eyes (character name)
/find (name)
/fly
/freeze
/gm (name)
/gold (number)
/goto (name)
/granttitle (title)
/harmful
/harmless
/heading (0-512)
/height [#]
/hideme
/hout (1-24)
/kill
/lastname (name)
/leader
/name (name)
/permakill
/pkill
/private
/quest
/repop
/run (1-6)
/searchcorpse [playername]
/servers
/silence
/skill
/snoop
/spell (number)
/stat
/summon (name)
/torch (1-200)
/unfreeze
/unpkill
/unsilence
/unsnoop
/wipe (name)
/zone
 
as of right now none of the commands work :( cade, did u incorporate the level change in it too? or just the GM thing. DING 100!
 
any chance of the level being put in? sucks that you cant use the GM commands, but im wondering if the level thing was put in there if it actually makes u lvl 70 or if its just on your screen. also, does anyone know if anyone else can see you as a GM or is it just you. *EDIT* well that sucks lol, its only on my screen. /who all still shows up as your normal char lol
 
Plugin MQ2GM

Users who are viewing this thread

Back
Top
Cart