• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling "Vocation was not declared" problem

Bill3000

New Member
Joined
Jul 26, 2010
Messages
106
Reaction score
1
"Vocation was not declared" problem

In Player.cpp, I got this error while compiling.

Code:
if(g_config.getBool(ConfigManager::ROOK_SYSTEM) && level <= (uint32_t)g_config.getNumber(ConfigManager::ROOK_LEVELTO) && vocation_id != 0)

How to solve this? maybe...

Code:
&& vocation_id ==0

or

Code:
&& vocation_id ~= 0

???

Thanks!

- - - Updated - - -

Bump!

- - - Updated - - -

Bump!
 
Back
Top