• 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

Problem - MQ2War does not think i am a warrior

klipche

Member
Joined
Aug 23, 2015
RedCents
129¢
Ran into this problem just now. I simply was zoning from east freeport into east commonlands and my mq2war UI dissappeared. Now when i try to access it or switch warmodes i get the following errror. I have tried reload MQ2 and relogging the warrior to no avail. Thanks in advance.

1597186582140.png
1597186589641.png

mod note: edited out all your toon names
 
Last edited by a moderator:
Ran into this problem just now. I simply was zoning from east freeport into east commonlands and my mq2war UI dissappeared. Now when i try to access it or switch warmodes i get the following errror. I have tried reload MQ2 and relogging the warrior to no avail. Thanks in advance.

View attachment 23598
View attachment 23599

mod note: edited out all your toon names
does the emu you are on use different information for classes than everquest does?

Sounds like your emu server uses different information for their classes?
C++:
if (GetCharInfo2()->Class != EQData::Warrior) {
        WriteOut("%s\arYou're not a Warrior, knock that off!", PLUGINMSG);
        return;
    }
 
I mean maybe if it decided to recode itself. I have been using Redguides MQ2 i did not reload a new one. It was working fine liek always. I just zoned and it disappeared.
 
I mean maybe if it decided to recode itself. I have been using Redguides MQ2 i did not reload a new one. It was working fine liek always. I just zoned and it disappeared.
the plugin decided to re-code itself? no

I don't know the details of your server, but were you able to do anything where you can force change what you tell the server your class is? because it returning out and removing the window and telling you that you are not a warrior is because your GetCharInfo2()->Class is not EQData::Warrior
 
your ui wasn't recreated after zoning because your class information was not of eqdata::warrior
 
Forgive my ignorance but lets just say everyything you said is right and some how i hit a key that did something.. How do i fix it? What file needs editing? Do i just reinstall my redguides mq2?
 
Forgive my ignorance but lets just say everyything you said is right and some how i hit a key that did something.. How do i fix it? What file needs editing? Do i just reinstall my redguides mq2?
I have no idea about your emu, that's why I'm asking you :(

I would try just relogging your character in.

are you running any custom plugins that are that server only? I've seen this happen to folks who have something in a plugin doing something like
GetCharInfo2()->Class = EQData::Warrior instead of == where they end up telling the server that they are a warrior instead of checking if they are.
this isn't something mq2war is doing - for some reason everquest is telling mq2 that you are not a warrior (in my best guesstimation)
 
Problem - MQ2War does not think i am a warrior

Users who are viewing this thread

Back
Top
Cart