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

[DEBUG] Can't walk on some squares!

Extrom

New Member
Joined
Aug 10, 2008
Messages
39
Reaction score
0
There are a few squares i cannot step on without receiving debug error on my server.

I have tried changing floor or putting a flower or w/e on it, still debugs.

Anyone knows what might be causing this square debug?
 
As irrelevant as i think the error is, here:

Player.cpp 361:exception occurred, reason:
Network.cpp 946: exception occured (ErrorCode = 0), reason:
Control.cpp 1331: exception occured (type = 100) (MainWindow = 12042056),
reason:
Communication.cpp 1681: exception occured (PlayerX = 33270) (PlayerY =
32437), reason:
Communication.cpp 1659: exception occured (xmin = 0) (ymin = 0), reason:
Communication.cpp 1638: exception occured (Type = 62719) (Oldtype = 3010),
reason:
Objects.cpp 280: exception occured (Type = 62719) (Flag = 10), reason:
Objectcs.cpp 277: assertion failed (Type = 62719) (ObjectProperties->high() =
12344), reason:
In(Type,ObjectProperties->low(),ObjectProperties->high())
 
wtf.. you want me to remove an action ID that doesnt exist? I just told you its on 0, and even if that would've been the problem I wouldn't go through over 100+ tiles one by one to remove the action ID.
 
SOLVED

The files tibia.dat or tibia.spr in my custom client's folder were corrupted and had to be replaced.
 
Back
Top