• 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 --->
  • Unfortunately, yes, there is a suspension wave happening around the new tlp launch. :'( Please keep regular discussion to Suspension MegaThread and please consider submitting a Suspension report to RG.

getting errors with warp (1 Viewer)

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