-
Newbie
Stock of players
Forgive for my bad English dear members of conference. I cannot find the table where things of players are stored. Prompt to me please. I wish to write on PHP the panel for viewing of stocks of players.
-
-
The Dinosaur
Re: Stock of players
You mean you can't find the cabal_inventory_table or cabal_warehouse_table in the gamedb? They are not exactly hidden.
Don't expect a nice easy list of item numbers as Cabal doesn't work like that.
http://forum.ragezone.com/f460/tips-...binary-430732/
If you want to do it in PHP this will help:
http://forum.ragezone.com/f459/php-s...y-table-522895
Also you should be aware that the default PHP configuration won't show you all items. Look in the php.ini for the mssql text size and increase it as 4096 (the default) is too small to see the whole inventory.
-
Newbie
Re: Stock of players
Respected Champy, I have found the given tables, but I could not find there ID things.
Thanks you for references, now I have understood the error ^^