How do i add prem items to a char without the website thing... like how do i do it in MySQL?
How do i add prem items to a char without the website thing... like how do i do it in MySQL?
the premiums should already be in your zitem, all you have to do is add them to shop.xml to be bought.
then put them in the shop, turn server on buy them. turn server off and take the items out >.>
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?
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="..." />
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!!!!