Add item on char inventory
I always fail to add an item to char inven, anyone get works?
Re: Add item on char inventory
LoL i even dont know how to add maybe u can help me and then maybe u will help u :)
Re: Add item on char inventory
You need to put an item in there with same or bigger size of the item that you want [buy it or pick it up ingame].
Log out of account.
Go into user_bag database and search via the character's number.
wIndex = Item ID
Change Item ID from the item you bought to the item ID you want.
Item IDs located in /share/item ... itemetc, itemcsv, itemweapon, itemarmor [all csv files]
Re: Add item on char inventory
Re: Add item on char inventory
Quote:
Originally Posted by
timebomb
You need to put an item in there with same or bigger size of the item that you want [buy it or pick it up ingame].
Log out of account.
Go into user_bag database and search via the character's number.
wIndex = Item ID
Change Item ID from the item you bought to the item ID you want.
Item IDs located in /share/item ... itemetc, itemcsv, itemweapon, itemarmor [all csv files]
LoooL thats not nice , use this way :
Code:
EXEC character.dbo.SP_POST_SEND_OP 'CHARACTER NO','SENDER NAME',1,'TITLE','BODY TEXT','ITEM ID','ZEN COUNT',0
Edit it and run it in Query analyser.
Have Fun
Re: Add item on char inventory
Quote:
Originally Posted by
Nicky
LoooL thats not nice , use this way :
Code:
EXEC character.dbo.SP_POST_SEND_OP 'CHARACTER NO','SENDER NAME',1,'TITLE','BODY TEXT','ITEM ID','ZEN COUNT',0
Edit it and run it in Query analyser.
Have Fun
Nickyyyyy :ott:
Re: Add item on char inventory
and the items id? for one item upgrader? what is?
Re: Add item on char inventory