HELP Adding Teleport System
i'm using this source for my server ... when i add this teleport system i'm having this error
Code:
\eFiles\V19\Source edit\Program\_Common\ScriptLib.cpp(880) : error C2065: 'MAX_GENERAL_LEVEL' : undeclared identifier
MoverParam.cpp
\eFiles\V19\Source edit\Program\_Common\MoverParam.cpp(1242) : error C2065: 'MAX_GENERAL_LEVEL' : undeclared identifier
\eFiles\V19\Source edit\Program\_Common\MoverParam.cpp(1244) : error C3861: 'MAX_GENERAL_LEVEL': identifier not found, even with argument-dependent lookup
\eFiles\V19\Source edit\Program\_Common\MoverParam.cpp(1251) : error C3861: 'MAX_GENERAL_LEVEL': identifier not found, even with argument-dependent lookup
\eFiles\V19\Source edit\Program\_Common\MoverParam.cpp(1253) : error C3861: 'MAX_GENERAL_LEVEL': identifier not found, even with argument-dependent lookup
\eFiles\V19\Source edit\Program\_Common\MoverParam.cpp(1403) : error C3861: 'MAX_GENERAL_LEVEL': identifier not found, even with argument-dependent lookup
\eFiles\V19\Source edit\Program\_Common\MoverParam.cpp(1405) : error C3861: 'MAX_GENERAL_LEVEL': identifier not found, even with argument-dependent lookup
\eFiles\V19\Source edit\Program\_Common\MoverParam.cpp(1472) : error C3861: 'MAX_GENERAL_LEVEL': identifier not found, even with argument-dependent lookup
\eFiles\V19\Source edit\Program\_Common\MoverParam.cpp(1474) : error C3861: 'MAX_GENERAL_LEVEL': identifier not found, even with argument-dependent lookup
\eFiles\V19\Source edit\Program\_Common\MoverParam.cpp(1482) : error C3861: 'MAX_GENERAL_LEVEL': identifier not found, even with argument-dependent lookup
\eFiles\V19\Source edit\Program\_Common\MoverParam.cpp(1484) : error C3861: 'MAX_GENERAL_LEVEL': identifier not found, even with argument-dependent lookup
\eFiles\V19\Source edit\Program\_Common\MoverParam.cpp(1498) : error C3861: 'MAX_GENERAL_LEVEL': identifier not found, even with argument-dependent lookup
Mover.cpp
\eFiles\V19\Source edit\Program\_Common\Mover.cpp(2330) : error C2065: 'MAX_GENERAL_LEVEL' : undeclared identifier
FuncTextCmd.cpp
\eFiles\V19\Source edit\Program\_Interface\FuncTextCmd.cpp(841) : error C2065: 'MAX_GENERAL_LEVEL' : undeclared identifier
EventMonster.cpp
\eFiles\V19\Source edit\Program\_Common\EventMonster.cpp(107) : error C2065: 'MAX_GENERAL_LEVEL' : undeclared identifier
DPSrvr.cpp
DPSrvr.cpp(7444) : warning C4018: '<' : signed/unsigned mismatch
DPSrvr.cpp(12892) : error C2065: 'MAX_GENERAL_LEVEL' : undeclared identifier
DPSrvr.cpp(12904) : error C3861: 'MAX_GENERAL_LEVEL': identifier not found, even with argument-dependent lookup
DPDatabaseClient.cpp
DPDatabaseClient.cpp(739) : error C2065: 'MAX_GENERAL_LEVEL' : undeclared identifier
Generating Code...
for world server
Code:
Compiling...
WndChangeJobEx.cpp
\eFiles\V19\Source edit\Program\_Interface\WndChangeJobEx.cpp(28) : error C2065: 'MAX_GENERAL_LEVEL' : undeclared identifier
for nuez
can someone help me with this?
Re: HELP Adding Teleport System
Before you have made the changes was it working? Compiling just fine?
If so then you have messed up the copy paste thing. Do it again. Failure is the best learning curve.
Re: HELP Adding Teleport System
yes its working before i add the teleport system ....
i've trying for hours checking what i copy paste ...
still the errors are still there
Re: HELP Adding Teleport System
pm me your TV details and i will help you out.
Re: HELP Adding Teleport System
Quote:
Originally Posted by
raventh1984
pm me your TV details and i will help you out.
whats tv details??
Re: HELP Adding Teleport System