-
Account Upgraded | Title Enabled!
need help how to add item on char with sql ?
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 ^_^
Re: need help how to add item on char with sql ?
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.
-
Account Upgraded | Title Enabled!
Re: need help how to add item on char with sql ?