• 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!

aol dosen't disapear

Sajjko

New Member
Joined
Oct 26, 2008
Messages
14
Reaction score
0
Location
Sweden
i want my aol to disapear and i want it to work when i have pvp-enf on

can anyone help me?
 
change
Code:
else if(skull < SKULL_RED && g_game.getWorldType() != WORLD_TYPE_PVP_ENFORCED)
to
Code:
else if(skull < SKULL_RED)
and should work(player.cpp)
 
Back
Top