fodev.net

FOnline Development => Questions and Answers => Topic started by: Huten on January 30, 2014, 07:03:21 am

Title: [2238]How to enable item prices in merchants when selling?
Post by: Huten on January 30, 2014, 07:03:21 am
I found the 2238 SDK is perfect , but one thing bugging me is how to enable the prices for selling items when trading ?
Title: Re: [2238]How to enable item prices in merchants when selling?
Post by: Mayck on January 30, 2014, 01:27:03 pm
if you mean what i think you mean, open file config.fos
and change this line
Code: [Select]
__CustomItemCost = true;to this
Code: [Select]
__CustomItemCost = false;
Title: Re: [2238]How to enable item prices in merchants when selling?
Post by: Huten on January 31, 2014, 04:17:44 am
Exactly what I menat , thank you Mayck for your help  ;D