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
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
[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: