Author Topic: [2238]How to enable item prices in merchants when selling?  (Read 1712 times)

[2238]How to enable item prices in merchants when selling?
« 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 ?

Offline Mayck

  • Rotator
  • ...shhhh...
Re: [2238]How to enable item prices in merchants when selling?
« Reply #1 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;

Re: [2238]How to enable item prices in merchants when selling?
« Reply #2 on: January 31, 2014, 04:17:44 am »
Exactly what I menat , thank you Mayck for your help  ;D