need help how to add item on char with sql ?

Results 1 to 3 of 3
  1. #1
    Account Upgraded | Title Enabled! thewinner3 is offline
    MemberRank
    Jul 2015 Join Date
    Tokyo.JapanLocation
    490Posts

    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


  2. #2
    The Sky's the Limit ^_^ GzFKoron is offline
    MemberRank
    Jul 2010 Join Date
    1,118Posts

    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.

  3. #3
    Account Upgraded | Title Enabled! thewinner3 is offline
    MemberRank
    Jul 2015 Join Date
    Tokyo.JapanLocation
    490Posts

    Re: need help how to add item on char with sql ?

    thanks a lot sir it work



Advertisement