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!

[TUT] How to add items

Newbie Spellweaver
Joined
Mar 12, 2009
Messages
77
Reaction score
27
There are two simple steps to adding item to your yulgang server.

Step 1:
Use the Ybi.cfg editing tool and add the item code and name into your ybi.cfg

Editor:
http://forum.ragezone.com/f674/ybi-cfg-editor-695594/

Step 2:
Go to your database in rxjhgame and open the table TBL_ITEM then enter the data in this format

Item Name:
ID:Item Code
FLD_NJ:0
FLD_RESIDE1:1
FLD_RESIDE2:1
FLD_SEX:1 (depends on what item)
FLD_DF:120 (depends on what item)
0


each of the names represent columns in the database
 
Back
Top