How can u sell wood for example for rp? Now there is on my screen: Not Sell-able
Selling items for points?
In response to JesseB ():How can u sell wood for example for rp? Now there is on my screen: Not Sell-able
You want to edit the file sale_data
change "price":0.0, to whatever you want
change "enabled": true
"wood": {
"0": {
"price": 0.001,
"displayName": "Wood",
"enabled": true
}
},
We have our price set to 0.001, which gives the user 1RP for each 1000 wood
change "price":0.0, to whatever you want
change "enabled": true
"wood": {
"0": {
"price": 0.001,
"displayName": "Wood",
"enabled": true
}
},
We have our price set to 0.001, which gives the user 1RP for each 1000 wood
i tried this and it removed all my sales data in game but still in actually data file anyone know a fix how to reload tried o.reload ServerReward no fix yet and items still didnt update to sellable ingame