Locating database tables?

ik0uu

New Member
Nov 13, 2016
6
0
Looking for tables where users furni that they've bought is stored in. e.g if I buy a suitcase, which table in the database stores the fact that I have a suitcase in my hand?

Another table I'm looking for is the table that stores where furniture is located within a specified room, as items_rooms is missing in our database.

In general a breakdown of what the tables are used for and where things are stored would be helpful.
 
Last edited:

Joe

Well-Known Member
Jun 10, 2012
4,090
1,918
You can also filter things inside that table, for example you can find out what furniture is in a certain room, if it’s set to 0 then it’s in somebody’s inventory, etc.
 

Core

Member
Nov 10, 2016
356
138
Aren't you a funny guy. Next time, instead of 2 warning points, you'll get 3.
If you run this query it will get them for you
-- REMOVED BY MODERATOR --

P.s. Make sure you back the table up before running it.
 
Last edited by a moderator:

Users who are viewing this thread

Top