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

[loadLuaMapBookDocument] - Container not found! Index: 4, containerId: 2436

darkxnezz

New Member
Joined
May 23, 2019
Messages
63
Reaction score
4
Hi, I've got a problem. After removing bookcases in Dawnport on rl map I got this error code:
[warning] [loadLuaMapBookDocument] - Container not found! Index: 4, containerId: 2436
[2024-07-12 04:18:10.273] [warning] [loadLuaMapBookDocument] - Container not found! Index: 5, containerId: 2436
[2024-07-12 04:18:10.273] [warning] [loadLuaMapBookDocument] - Container not found! Index: 7, containerId: 2437
I know that there were some books in these bookcases but I don't want to have this on my ots. Where should I search for a lua script or something about that?
Please help
Post automatically merged:

I've found a file called "map_attributes_loader.lua" in globalevents>others folder. Inside there is a line saying: "
local function loadMapAttributes()
logger.debug("Loading map attributes")
loadLuaMapSign(SignTable)
loadLuaMapBookDocument(BookDocumentTable)
loadMapActionsAndUniques()
logger.debug("Loaded all actions and uniques in the map")
end"
But still I don't know how to get rid of that error in the server log
 
Last edited:
Back
Top