1 Question

Results 1 to 14 of 14
  1. #1
    Enthusiast WoWBankai is offline
    MemberRank
    Apr 2008 Join Date
    41Posts

    1 Question

    How do i add prem items to a char without the website thing... like how do i do it in MySQL?


  2. #2
    (。◕‿‿◕。) Nobody666 is offline
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    Re: 1 Question

    Quote Originally Posted by WoWBankai View Post
    How do i add prem items to a char without the website thing... like how do i do it in MySQL?
    you add the items to your zitem. Then if you made them available ingame shop buy them. If you made them cash items use the DB I believe and use the Item ID and give them to the account you want.

  3. #3
    Enthusiast WoWBankai is offline
    MemberRank
    Apr 2008 Join Date
    41Posts

    Re: 1 Question

    Quote Originally Posted by Nobody666 View Post
    you add the items to your zitem. Then if you made them available ingame shop buy them. If you made them cash items use the DB I believe and use the Item ID and give them to the account you want.
    yah i no that idk how to add using the DB

  4. #4
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: 1 Question

    the premiums should already be in your zitem, all you have to do is add them to shop.xml to be bought.

  5. #5
    Enthusiast WoWBankai is offline
    MemberRank
    Apr 2008 Join Date
    41Posts

    Re: 1 Question

    Quote Originally Posted by wesman2232 View Post
    the premiums should already be in your zitem, all you have to do is add them to shop.xml to be bought.
    but i want to be like the only one to have it.....

  6. #6
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: 1 Question

    then put them in the shop, turn server on buy them. turn server off and take the items out >.>

  7. #7
    (。◕‿‿◕。) Nobody666 is offline
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    Re: 1 Question

    Quote Originally Posted by wesman2232 View Post
    then put them in the shop, turn server on buy them. turn server off and take the items out >.>
    theirs another way then that. The items have unique id's. I know you need that I just don't know how to add them to an account, so sorry bout that.

  8. #8
    Enthusiast WoWBankai is offline
    MemberRank
    Apr 2008 Join Date
    41Posts

    Re: 1 Question

    Quote Originally Posted by wesman2232 View Post
    then put them in the shop, turn server on buy them. turn server off and take the items out >.>
    i tried that..... it dont work... thing wont get taken out lol

  9. #9
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: 1 Question

    seriously my way is easier.
    he wants only him to have the premiums. adding all the premiums to the DB then sending it to yourself would take forever.

    @WOW
    do this >.>
    Add
    <SELL itemid="bla" />
    to shop.xml, then buy it, then remove it, is that so fucking hard?

  10. #10
    Enthusiast WoWBankai is offline
    MemberRank
    Apr 2008 Join Date
    41Posts

    Re: 1 Question

    Quote Originally Posted by wesman2232 View Post
    seriously my way is easier.
    he wants only him to have the premiums. adding all the premiums to the DB then sending it to yourself would take forever.

    @WOW
    do this >.>
    Add
    <SELL itemid="bla" />
    to shop.xml, then buy it, then remove it, is that so fucking hard?
    just tryed it... dont work....

  11. #11
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: 1 Question

    holy shit....wtf?
    bla should be the premium items ID from the zitem if you didnt know.
    ok this is a random premium from my shop:
    <SELL itemid="30000"/>
    add that in there, replace 30000 with a id of a premium item from your zitem.
    turn on server and buy.
    turn off server and remove the <SELL itemid="..." />

  12. #12
    Status: Pooping eele is offline
    MemberRank
    Jul 2008 Join Date
    The NetherlandsLocation
    915Posts

    Re: 1 Question

    lol!!!! Open your SQL server management. Go to GunzDB open the Table CharacterItem, put the CID in from your Character(can be found in the character table) and put the itemid in what you have in your zitem.xml
    AND DONE!!!!

  13. #13
    Member ShadowDesires is offline
    MemberRank
    Aug 2007 Join Date
    In Her Pants :DLocation
    58Posts

    Re: 1 Question

    Quote Originally Posted by eele View Post
    lol!!!! Open your SQL server management. Go to GunzDB open the Table CharacterItem, put the CID in from your Character(can be found in the character table) and put the itemid in what you have in your zitem.xml
    AND DONE!!!!
    seriously... it took you guys that long to figure out how to do it by the DB lolol, at least eele knows common sense xD

  14. #14
    I am THE DON Joe9099 is offline
    MemberRank
    Jan 2007 Join Date
    England, UkLocation
    3,655Posts

    Re: 1 Question

    Quote Originally Posted by ShadowDesires View Post
    seriously... it took you guys that long to figure out how to do it by the DB lolol, at least eele knows common sense xD
    took the writing straight from my fingers... =0



Advertisement