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

Logout bug!

bybbzan

mapper
Joined
Aug 4, 2012
Messages
809
Solutions
2
Reaction score
136
Location
Sweden
Hello guys! I got a compiled TFS 0.3.7_SVN 9.61 version.
I noticed a bug with the logout session. If i attack a monster, and then enter PZ and tries to logout this came up:
FoJ1GA-.png

Even though i had this symbol
4QQdhxe.png


Where is the problem? :blink:

Also , i wonder where i could get the new 9.6 monsters? :)

Thanks in advance! ^_^
 
Last edited:
Try to add:
removeCondition((ConditionType_t)CONDITION_INFIGHT);

after:
if(g_config.getBool(ConfigManager::UNMOUNT_PLAYER_IN_PZ))
dismount(true);

In player.cpp (void Player::onChangeZone(ZoneType_t zone))
 
Back
Top