• 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

getting errors with warp

vaman7924

New member
Joined
Sep 29, 2005
RedCents
Anyone have an idea what is causing this?

error C2039: 'ZoneBoundId' : is not a member of 'EQData::_CHARINFO'

how do i reslove this?
 
They changed the charinfo struct, so now there are two of them. The ZONEBOUNDID is in the second one; i.e. CHARINFO2. You just need to edit the source code of your warp accordingly. So it should look somthing like:
Rich (BB code):
PCHARINFO2 pChar2 = GetCharInfo2();
pLEQ->DoTheZone(pChar2->ZoneBoundID,aa,0,11,pChar2->ZoneBoundX,pChar2->ZoneBoundY,pChar2->ZoneBoundZ,0);
 
getting errors with warp

Users who are viewing this thread

Back
Top
Cart