fodev.net
FOnline Development => Questions and Answers => Topic started 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 ?
-
if you mean what i think you mean, open file config.fos
and change this line
__CustomItemCost = true;
to this
__CustomItemCost = false;
-
Exactly what I menat , thank you Mayck for your help ;D