• 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 --->

Request - Progression Server(s) Identification Codes Needed. (1 Viewer)

Joined
Sep 12, 2004
RedCents
560¢
Since I have full access to the source for all our custom plugins and varients, I wanted to update the MQ2AutoLogin.dll to include Ragefire and Lockjaw servers.

However, I do not know the server identification codes for them.

This is what I'm working with atm.

Rich (BB code):
_ServerData ServerData[] = {
    {"antonius",    68},
    {"bertox",      53},
    {"bristle",      9},
    {"cazic",       49},
    {"drinal",      40},
    {"erollisi",    48},
    {"fippy",      156},
    {"firiona",     77},
    {"luclin",      76},
    {"mayong",     163},
    {"povar",        5},
    {"rathe",       46},
    {"trakanon",   154},
    {"tunare",      57},
    {"vox",        158},
    {"vulak",      157},
    {"xegony",      51},
    {"zek",         54},
    {"test",         1},
    {0, 0},
};

Easy ass update to make.... Just need correct server identification code..

Assuming their identifiers will be greater than mayongs 163, since that was the last server inclusion before new progression servers, but don't want to waste a sh*t load of time guessing/compiling/testing... rinse/repeat till i get lucky.

And then to start my ordeal of begging and convincing Maskoi to allow me to make it part of the official release.
lol

Any help would be appreciated.. for "Those in the know" (wink wink)
 
lockjaw and rage fire are already in MQ2Autologin

Rich (BB code):
_ServerData ServerData[] = {
    {"lockjaw",    160},
    {"ragefire",   159},
    {"vox",        158},
    {"trakanon",   154},
    {"fippy",      156},
    {"vulak",      157},
    {"mayong",     163},
    {"antonius",    68},
    {"bertox",      53},
    {"bristle",      9},
    {"cazic",       49},
    {"drinal",      40},
    {"erollisi",    48},
    {"firiona",     77},
    {"luclin",      76},
    {"povar",        5},
    {"rathe",       46},
    {"tunare",      57},
    {"xegony",      51},
    {"zek",         54},
    {"test",         1},
    {0, 0},
};
 
lockjaw and rage fire are already in MQ2Autologin

Rich (BB code):
_ServerData ServerData[] = {
    {"lockjaw",    160},
    {"ragefire",   159},
    {"vox",        158},
    {"trakanon",   154},
    {"fippy",      156},
    {"vulak",      157},
    {"mayong",     163},
    {"antonius",    68},
    {"bertox",      53},
    {"bristle",      9},
    {"cazic",       49},
    {"drinal",      40},
    {"erollisi",    48},
    {"firiona",     77},
    {"luclin",      76},
    {"povar",        5},
    {"rathe",       46},
    {"tunare",      57},
    {"xegony",      51},
    {"zek",         54},
    {"test",         1},
    {0, 0},
};

Well since you are so keen on keeping me informed on plugin updates.. (tongue in cheek) I was going to do it myself. But you always on the job bossman. lol
 
Request - Progression Server(s) Identification Codes Needed.

Users who are viewing this thread

Back
Top