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!

need help how to add item on char with sql ?

Elite Diviner
Joined
Jul 8, 2015
Messages
489
Reaction score
27
need help how to add item on char with sql ?

i need to add some item on char item slot bank
can add item on sql ?

sry for bad eng newbie
 
The Sky's the Limit ^_^
Joined
Jul 3, 2010
Messages
722
Reaction score
58
Theres two options:

- Add item to player inventory
- Add item to account storage

Add item to player inventory by SQL:

DB > Character Item > insert CID (Character ID) > ItemID > Execute

Add item to account storage by SQL:
DB > AccountItem > insert AID (Account ID) > ItemID > Execute

There may be other rows you need to fill in, but just check your tables and what it's asking for.
 
Upvote 0
Back
Top