Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Guide to Repairing Pearl Boxes

Newbie Spellweaver
Joined
Jun 24, 2012
Messages
50
Reaction score
11
This guide is for repairing pearl boxes...

1- find the box to repair in item_table
1Lahc95 - Guide to Repairing Pearl Boxes - RaGEZONE Forums

2-copy number from column "ContentsEventParam1"
4M5BwWU - Guide to Repairing Pearl Boxes - RaGEZONE Forums

3-look for this number in the "Item Exchange Source" table
ZsrsQqy - Guide to Repairing Pearl Boxes - RaGEZONE Forums

4-look for number in column "ItemDropID"
9DuU9JW - Guide to Repairing Pearl Boxes - RaGEZONE Forums

5-add this number in "ItemMainGroup_Table" if (ItemMainGroupKey) is not found...
mKO2jsP - Guide to Repairing Pearl Boxes - RaGEZONE Forums

6-then go to the table "ItemSubGroup_Table" add "ItemMainGroupKey" in the column "ItemSubGroupKey" one for each item to add
81CzYae - Guide to Repairing Pearl Boxes - RaGEZONE Forums

with this the box should work
WELOhhM - Guide to Repairing Pearl Boxes - RaGEZONE Forums


I hope you like it...
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Feb 17, 2021
Messages
16
Reaction score
2
what should I do if the number from "ContentsEventParam1" doesn't appear in the "Item Exchange Source" table ?
In my case I was trying to fix the Arethel outfit set (box) but I can't find it there (in my sqlite the number is 59594) should I try create a new line/entry in the db ?
 
Back
Top