[QUESTION] Ids

08/26/2011 17:50 CuongAnh#1
how to change Ids from gear and weapon original into new Ids :handsdown:
08/26/2011 18:55 JohnHeatz#2
Why would you change theire IDs? If it is to update the drops and such, what you are wanting to change is the grade of them, which is simply done with an UPDATE query on SQL

Code:
USE PS_GameDefs
UPDATE dbo.Items SET Grade = [grade you want] where ItemID = [ID of the item you are changing]
08/26/2011 19:25 CuongAnh#3
I'm testing change the item's original Ids, create new Ids from Ids sever original

I used Shaiya Packet tool
Quote:
[Only registered and activated users can see links. Click Here To Register...]