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

Lua console warning

Mera Mero

Guess Who?
Joined
Dec 27, 2014
Messages
417
Reaction score
86
Hello otlanders ,i've got problem with loading how can i remove warning of items moveable from house? like this
Code:
[30/01/2015 22:20:59] [Warning - IOMap::loadMap] Movable item in house: 2, item type: 6560, pos 1000/1019/8
[30/01/2015 22:20:59] [Warning - IOMap::loadMap] Movable item in house: 1, item type: 1739, pos 1035/979/7
[30/01/2015 22:20:59] [Warning - IOMap::loadMap] Movable item in house: 1, item type: 1739, pos 1035/979/7
[30/01/2015 22:20:59] [Warning - IOMap::loadMap] Movable item in house: 1, item type: 8849, pos 1035/979/7
[30/01/2015 22:20:59] [Warning - IOMap::loadMap] Movable item in house: 1, item type: 1739, pos 1037/979/7
[30/01/2015 22:20:59] [Warning - IOMap::loadMap] Movable item in house: 1, item type: 1739, pos 1037/979/7
[30/01/2015 22:20:59] [Warning - IOMap::loadMap] Movable item in house: 1, item type: 2352, pos 1037/979/7
[30/01/2015 22:20:59] [Warning - IOMap::loadMap] Movable item in house: 1, item type: 1739, pos 1027/982/6
[30/01/2015 22:20:59] [Warning - IOMap::loadMap] Movable item in house: 1, item type: 2667, pos 1027/982/6
[30/01/2015 22:20:59] [Warning - IOMap::loadMap] Movable item in house: 1, item type: 1739, pos 1030/982/6
[30/01/2015 22:20:59] [Warning - IOMap::loadMap] Movable item in house: 1, item type: 2666, pos 1030/982/6
[30/01/2015 22:20:59] [Warning - IOMap::loadMap] Movable item in house: 1, item type: 1739, pos 1032/982/6
[30/01/2015 22:20:59] [Warning - IOMap::loadMap] Movable item in house: 1, item type: 2120, pos 1032/982/6
[30/01/2015 22:20:59] [Warning - IOMap::loadMap] Movable item in house: 1, item type: 5710, pos 1032/982/6
[30/01/2015 22:20:59] [Warning - IOMap::loadMap] Movable item in house: 1, item type: 1739, pos 1033/982/6
[30/01/2015 22:21:00] [Warning - IOMap::loadMap] Movable item in house: 1, item type: 2553, pos 1033/982/6
[30/01/2015 22:21:00] [Warning - IOMap::loadMap] Movable item in house: 1, item type: 1739, pos 1039/983/6
[30/01/2015 22:21:00] [Warning - IOMap::loadMap] Movable item in house: 1, item type: 2183, pos 1039/983/6
[30/01/2015 22:21:00] [Warning - IOMap::loadMap] Movable item in house: 1, item type: 1739, pos 1036/980/7
[30/01/2015 22:21:00] [Warning - IOMap::loadMap] Movable item in house: 1, item type: 1739, pos 1036/980/7
[30/01/2015 22:21:00] [Warning - IOMap::loadMap] Movable item in house: 1, item type: 2389, pos 1036/980/7
[30/01/2015 22:21:00] [Warning - IOMap::loadMap] Movable item in house: 1, item type: 1739, pos 1037/981/7
[30/01/2015 22:21:00] [Warning - IOMap::loadMap] Movable item in house: 1, item type: 1739, pos 1037/981/7
[30/01/2015 22:21:00] [Warning - IOMap::loadMap] Movable item in house: 1, item type: 2456, pos 1037/981/7
[30/01/2015 22:21:00] [Warning - IOMap::loadMap] Movable item in house: 1, item type: 2480, pos 1039/983/7
[30/01/2015 22:21:00] [Warning - IOMap::loadMap] Movable item in house: 1, item type: 1739, pos 1040/983/6
[30/01/2015 22:21:00] [Warning - IOMap::loadMap] Movable item in house: 1, item type: 1739, pos 1040/983/6
[30/01/2015 22:21:00] [Warning - IOMap::loadMap] Movable item in house: 1, item type: 2268, pos 1040/983/6
[30/01/2015 22:21:00] [Warning - IOMap::loadMap] Movable item in house: 1, item type: 2483, pos 1040/983/7
[30/01/2015 22:21:00] [Warning - IOMap::loadMap] Movable item in house: 1, item type: 1739, pos 1040/984/6
[30/01/2015 22:21:01] [Warning - IOMap::loadMap] Movable item in house: 1, item type: 8918, pos 1040/984/6
[30/01/2015 22:21:01] [Warning - IOMap::loadMap] Movable item in house: 1, item type: 6112, pos 1042/987/7
 
Last edited:
You can remove the warnings by editing the source.

However, this error is caused by putting movable objects in houses. You can simply get rid of the errors by removing any movable objects you placed in houses.
 
You can remove the warnings by editing the source.

However, this error is caused by putting movable objects in houses. You can simply get rid of the errors by removing any movable objects you placed in houses.
how can i remove this movable from houses? these houses will be for players so they will put anything they want
btw i wants to know how can i edit my source cuz i need to make players stackable on pz area
 
sorry to revive this thread, but, can someone help me with these error? I have my sources here, and I wanna know hot to edit it to remove the warning
 
sorry to revive this thread, but, can someone help me with these error? I have my sources here, and I wanna know hot to edit it to remove the warning
Assuming you are using tfs 1.2 here is where the code is stored.
https://github.com/otland/forgotten...81d9c1f742c36614035f2/src/iomap.cpp#L296-L298

You can easily find these things out yourself by going into the forgotten server git and then using the search bar at the top type in the code you wish to find. For example, To get to the code i just linked you i searched for '[Warning - IOMap::loadMap]'

Hope that helps.
 
Assuming you are using tfs 1.2 here is where the code is stored.
https://github.com/otland/forgotten...81d9c1f742c36614035f2/src/iomap.cpp#L296-L298

You can easily find these things out yourself by going into the forgotten server git and then using the search bar at the top type in the code you wish to find. For example, To get to the code i just linked you i searched for '[Warning - IOMap::loadMap]'

Hope that helps.

Sorry, I do not use TFS 1.2, I use TFS 0.4... And what do I do with these codes?
 

Similar threads

Back
Top