dicamarques
New Member
Yes its in object_data, thank youThey go in your MySQL database under object spawns if I rember correctly. To remove them you would just remove the row.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Yes its in object_data, thank youThey go in your MySQL database under object spawns if I rember correctly. To remove them you would just remove the row.
Yes its in object_data, thank you
I have a problem when I open the index.php![]()
Table 'hivemind.object_data' doesn't exist says that you (or script before) did not create this table.What am i forgetting?
2014-04-24 20:58:56 ObjectDB: [Error] Error 1146 (Table 'hivemind.object_data' doesn't exist) in MySQLQuery SQL: 'SELECT COUNT(*) FROM `Object_DATA` WHERE `Instance` = 1 AND `ObjectUID` <> 0 AND `CharacterID` <> 0 AND `Datestamp` < DATE_SUB(CURRENT_TIMESTAMP, INTERVAL 6 DAY) AND ( (`Inventory` IS NULL) OR (`Inventory` = '[]') )'
2014-04-24 20:58:56 ObjectDB: [Error] Error 1146 (Table 'hivemind.object_data' doesn't exist) in MySQLQuery SQL: 'SELECT `ObjectID`, `Classname`, `CharacterID`, `Worldspace`, `Inventory`, `Hitpoints`, `Fuel`, `Damage` FROM `Object_DATA` WHERE `Instance`=1 AND `Classname` IS NOT NULL'
Table 'hivemind.object_data' doesn't exist says that you (or script before) did not create this table.