ompiling...
MQ2Rwarp.cpp
C:\M2\MQ2Rwarp\MQ2Rwarp.cpp(729) : error C2039: 'SafeYLoc' : is not a member of '_ZONEINFO'
C:\M2\MQ2Rwarp\../
MQ2Main/EQData.h(1240) : see declaration of '_ZONEINFO'
C:\M2\MQ2Rwarp\MQ2Rwarp.cpp(730) : error C2039: 'SafeXLoc' : is not a member of '_ZONEINFO'
C:\M2\MQ2Rwarp\../
MQ2Main/EQData.h(1240) : see declaration of '_ZONEINFO'
C:\M2\MQ2Rwarp\MQ2Rwarp.cpp(731) : error C2039: 'SafeZLoc' : is not a member of '_ZONEINFO'
C:\M2\MQ2Rwarp\../
MQ2Main/EQData.h(1240) : see declaration of '_ZONEINFO'
C:\M2\MQ2Rwarp\MQ2Rwarp.cpp(733) : error C2039: 'SafeYLoc' : is not a member of '_ZONEINFO'
C:\M2\MQ2Rwarp\../
MQ2Main/EQData.h(1240) : see declaration of '_ZONEINFO'
C:\M2\MQ2Rwarp\MQ2Rwarp.cpp(734) : error C2039: 'SafeXLoc' : is not a member of '_ZONEINFO'
C:\M2\MQ2Rwarp\../
MQ2Main/EQData.h(1240) : see declaration of '_ZONEINFO'
C:\M2\MQ2Rwarp\MQ2Rwarp.cpp(735) : error C2039: 'SafeZLoc' : is not a member of '_ZONEINFO'
C:\M2\MQ2Rwarp\../
MQ2Main/EQData.h(1240) : see declaration of '_ZONEINFO'
C:\M2\MQ2Rwarp\MQ2Rwarp.cpp(738) : error C2039: 'SafeYLoc' : is not a member of '_ZONEINFO'
C:\M2\MQ2Rwarp\../
MQ2Main/EQData.h(1240) : see declaration of '_ZONEINFO'
C:\M2\MQ2Rwarp\MQ2Rwarp.cpp(738) : error C2039: 'SafeXLoc' : is not a member of '_ZONEINFO'
C:\M2\MQ2Rwarp\../
MQ2Main/EQData.h(1240) : see declaration of '_ZONEINFO'
C:\M2\MQ2Rwarp\MQ2Rwarp.cpp(738) : error C2039: 'SafeZLoc' : is not a member of '_ZONEINFO'
C:\M2\MQ2Rwarp\../
MQ2Main/EQData.h(1240) : see declaration of '_ZONEINFO'
C:\M2\MQ2Rwarp\MQ2Rwarp.cpp(744) : error C2039: 'SafeYLoc' : is not a member of '_ZONEINFO'
C:\M2\MQ2Rwarp\../
MQ2Main/EQData.h(1240) : see declaration of '_ZONEINFO'
C:\M2\MQ2Rwarp\MQ2Rwarp.cpp(745) : error C2039: 'SafeXLoc' : is not a member of '_ZONEINFO'
C:\M2\MQ2Rwarp\../
MQ2Main/EQData.h(1240) : see declaration of '_ZONEINFO'
C:\M2\MQ2Rwarp\MQ2Rwarp.cpp(746) : error C2039: 'SafeZLoc' : is not a member of '_ZONEINFO'
C:\M2\MQ2Rwarp\../
MQ2Main/EQData.h(1240) : see declaration of '_ZONEINFO'
Error executing cl.exe.
MQ2Rwarp.dll - 12 error(s), 0 warning(s)
?
do you still have to do this? cant find it
//////////////////////////////////////////////
eqdata.h and replace
/*0x1ec*/ FLOAT Unknown0x1ec[3];
with
/*0x1ec*/ FLOAT SafeYLoc;
/*0x1f0*/ FLOAT SafeXLoc;
/*0x1f4*/ FLOAT SafeZLoc;
//////////////////////////////////////////////