How to add items in the cashshop?

anyone know how to put items in the in game cash shop? rAthena.

sorry if posted here T_T

 
go to item_cash_db.conf add the items you want in format:

type, item ID, price
Code:
// type://    0: New//    1: Hot//    2: Limited//    3: Rental//    4: Gear//    5: Buff//    6: Heal//    7: Other
example:

1, 20001,100

 
Back
Top