i want to add an item for donate, I used gift silk (payment method 4) but the item still can be taught with normal silk, i tried silk points ( payment method 16) and the same result > the item can be baught with normal silk only!
if I remove the normal silk line, gameserver ask to register silk price, and I still can buy the item with 0 silk!
i tried to change cash item to 0 (gold) instead of 1 ( silk) in _refobjcommon and in _refpricepolicy added these lines :
[/PHP]is this a bug in vsro? if so, how to fix it?
PHP Code:
1 15 PACKAGE_ITEM_ETC_ARCHEMY_UPPER_REINFORCE_RECIPE_WE_RARE_C_14 16 0 200 -1 xxx -1 xxx -1 xxx -1 xxx 5380
1 15 PACKAGE_ITEM_ETC_ARCHEMY_UPPER_REINFORCE_RECIPE_WE_RARE_C_14 2 0 1 -1 xxx -1 xxx -1 xxx -1 xxx 5384
i tried to change cash item to 0 (gold) instead of 1 ( silk) in _refobjcommon and in _refpricepolicy added these lines :
PHP Code:
1 15 PACKAGE_ITEM_ETC_ARCHEMY_UPPER_REINFORCE_RECIPE_WE_RARE_C_14 16 0 200 -1 xxx -1 xxx -1 xxx -1 xxx 5380
1 15 PACKAGE_ITEM_ETC_ARCHEMY_UPPER_REINFORCE_RECIPE_WE_RARE_C_14 1 0 1 -1 xxx -1 xxx -1 xxx -1 xxx 5384[PHP]