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

messages bug

Eraser

Hoster
Joined
Jul 20, 2007
Messages
29
Reaction score
0
Location
Muntlix (Austria)
hej my problem is that, if i write a message or i look on something, then a message appears in the middle of the game screen, that really crazy. cant i do it that it appears at default???

just like "Sent message to ..., at the middle of the sceen, how to change that, ill post screenshot later"
 
Well, you can try to look around in sources, like game.cpp/player.cpp and replace:
Code:
player->sendTextMessage(MSG_INFO_DESCR,
with
Code:
player->sendTextMessage(MSG_STATUS_SMALL,

Same with white text, but its: MSG_STATUS_DEFAULT and, not sure, MSG_EVENT_ADVANCE
 
Back
Top