Home
Forum
Help
Login
Register
November 05, 2024, 07:45:28 am
fodev.net
»
FOnline Development
»
Questions and Answers
»
[2238]How to enable item prices in merchants when selling?
« previous
next »
Print
Pages: [
1
]
Author
Topic: [2238]How to enable item prices in merchants when selling? (Read 2304 times)
Huten
[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 ?
Logged
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;
Logged
Huten
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
Logged
Print
Pages: [
1
]
« previous
next »
fodev.net
»
FOnline Development
»
Questions and Answers
»
[2238]How to enable item prices in merchants when selling?