• 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 ->Server fix (In case anyone hasn't figured it out yet)

Cade

The Rainman, (Administrator)
Joined
Feb 28, 2005
RedCents
1,041¢
If anyone here hasn't figured it out yet,
Rich (BB code):
GetCharInfo()->Server
and
Rich (BB code):
pChar->Server
are now
Rich (BB code):
EQADDR_SERVERNAME

NOW STOP PMING ME
 
Just for example's sake, would this:
Rich (BB code):
GetCharInfo()->Server

Become this?
Rich (BB code):
GetCharInfo()->EQADDR_SERVERNAME
 
No, lemme use a line in autoforage as my example.

Rich (BB code):
 sprintf(INIFileName,"%s\\MQ2Forage_%s_%s.ini",gszINIPath,GetCharInfo()->Name,GetCharInfo()-Server);

Would become
Rich (BB code):
 sprintf(INIFileName,"%s\\MQ2Forage_%s_%s.ini",gszINIPath,GetCharInfo()->Name,EQADDR_SERVERNAME);
 
Plugin ->Server fix (In case anyone hasn't figured it out yet)

Users who are viewing this thread

Back
Top
Cart