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

problem with otc markup on map

BRUNO026

New Member
Joined
Sep 7, 2019
Messages
3
Reaction score
2
I have a problem that when I click mark the map, it opens this window but does not work, does not close and does not mark. so I need to relog so that it disappears. Can someone help me?
Screenshot_1.png
 
Lua:
ERROR: protected lua call failed: LUA ERROR:
/gamelib/ui/uiminimap.lua:286: attempt to index local 'positionLabel' (a nil value)
stack traceback:
    [C]: in function '__index'
    /gamelib/ui/uiminimap.lua:286: in function 'createFlagWindow'
    /gamelib/ui/uiminimap.lua:241: in function 'optionCallback'
    /corelib/ui/uipopupmenu.lua:63: in function </corelib/ui/uipopupmenu.lua:61>

Tried to compare files with OTCv8 but couldn't see what's wrong.
 
I've tested with clean otc, and I don't have any errors. Same goes for mehah one. But I have noticed that there is no position label on your screenshot. Probably you have removed it, causing those errors. Instead of deleting it, you could simply use visible: false and/or set height: 0 and it would be invisible.
 
Back
Top