I'm using TFS (9.60), Melillandia map, and REM map editor.
I'm having a problem with items on the house floor disappearing after I shut down the server. Almost like they're not "houses" and just outside or something.
The error I get is:
[15/05/2013 16:12:11] mysql_real_query(): SELECT * FROM `tile_items` WHERE `tile_id` = 15844 ORDER BY `sid` DESC;: MYSQL ERROR: Table 'tibia.tile_items' doesn't exist
[15/05/2013 16:12:11] mysql_store_result(): SELECT * FROM `tile_items` WHERE `tile_id` = 15844 ORDER BY `sid` DESC;: MYSQL ERROR: Table 'tibia.tile_items' doesn't exist
Well, that is one of them. This spams my loader.
When I go to shut down the server is gives me this message:
[15/05/2013 16:15:26] mysql_real_query(): DELETE FROM `tile_items`;: MYSQL ERROR: Table 'tibia.tile_items' doesn't exist
[15/05/2013 16:15:26] Notice: Map save (relational) took : 0.151 s
[15/05/2013 16:15:26] mysql_real_query(): DELETE FROM `tile_items`;: MYSQL ERROR: Table 'tibia.tile_items' doesn't exist
[15/05/2013 16:15:26] Notice: Map save (relational) took : 0.152 s
[15/05/2013 16:15:27] mysql_real_query(): DELETE FROM `tile_items`;: MYSQL ERROR: Table 'tibia.tile_items' doesn't exist
[15/05/2013 16:15:27] Notice: Map save (relational) took : 0.147 s
I've tried to
-Take out the map and replace it with another one
-Take out the map and replace it with the same one, just unedited by me
-Have a new "house spawn"
In the map editor, the house squares are a light green on the map I edited (they are usually blue), but since I took the map I edited out, they're now blue again - still doesn't save.
I have a feeling the problem is with my localhost, but I have no idea how to fix this.
-
Edit:
I ended up making another DB for the server because I couldn't figure it out, but thank you all for helping me!
I'm having a problem with items on the house floor disappearing after I shut down the server. Almost like they're not "houses" and just outside or something.
The error I get is:
[15/05/2013 16:12:11] mysql_real_query(): SELECT * FROM `tile_items` WHERE `tile_id` = 15844 ORDER BY `sid` DESC;: MYSQL ERROR: Table 'tibia.tile_items' doesn't exist
[15/05/2013 16:12:11] mysql_store_result(): SELECT * FROM `tile_items` WHERE `tile_id` = 15844 ORDER BY `sid` DESC;: MYSQL ERROR: Table 'tibia.tile_items' doesn't exist
Well, that is one of them. This spams my loader.
When I go to shut down the server is gives me this message:
[15/05/2013 16:15:26] mysql_real_query(): DELETE FROM `tile_items`;: MYSQL ERROR: Table 'tibia.tile_items' doesn't exist
[15/05/2013 16:15:26] Notice: Map save (relational) took : 0.151 s
[15/05/2013 16:15:26] mysql_real_query(): DELETE FROM `tile_items`;: MYSQL ERROR: Table 'tibia.tile_items' doesn't exist
[15/05/2013 16:15:26] Notice: Map save (relational) took : 0.152 s
[15/05/2013 16:15:27] mysql_real_query(): DELETE FROM `tile_items`;: MYSQL ERROR: Table 'tibia.tile_items' doesn't exist
[15/05/2013 16:15:27] Notice: Map save (relational) took : 0.147 s
I've tried to
-Take out the map and replace it with another one
-Take out the map and replace it with the same one, just unedited by me
-Have a new "house spawn"
In the map editor, the house squares are a light green on the map I edited (they are usually blue), but since I took the map I edited out, they're now blue again - still doesn't save.
I have a feeling the problem is with my localhost, but I have no idea how to fix this.
-
Edit:
I ended up making another DB for the server because I couldn't figure it out, but thank you all for helping me!
Last edited: