Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

inventory

Newbie Spellweaver
Joined
Apr 28, 2017
Messages
65
Reaction score
2
Hello
I have a problem with inventory
it does not fill up even when I update
and I do not get the gift box
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Nov 10, 2015
Messages
77
Reaction score
60
Make sure that you have the items not only in the server S_Item.ini / S_ItemMall.ini, but also in your client C_Item.ini / C_ItemMall.ini.

If you want to remove your items you can go into the database and take a look at
Code:
ffdb1 -> inventory1
(search for your character id / the item id).

If you just want to clear your entire inventory you can use the following commands (execute ingame using your gm privileges).
Code:
/cbi
/scbi
"cbi" only removes everything inside your bags, "scbi" removes all items, even the ones from your base inventory.
 
Back
Top