how can i change price silk to gold in NPC?. Any1 show me show i can? I want to change in client too
Printable View
how can i change price silk to gold in NPC?. Any1 show me show i can? I want to change in client too
database: _RefPricePolicyofItem, _RefObjCommon
client: refpricepolicyofitem.txt, itemdataXXXXX.txt
in pricepolicy lines you need to remove the lines for PaymentDevice 4 and 16 and change the line with PaymentDevice 2 to PaymentDevice 1 and change the price (column name "Cost")
in objcommon/itemdata lines change the column "CashItem" to 0 (else the gameserver will throw errors)