Good day!
I have a custom coin that I give out to people. It is made of glue with a skin assigned to it.
The server has a umod economy plugin.
The exchange takes place to an account in the economy.
When I press the ALL button, a message comes out: You do not have enough of this item.
But selling with buttons 10 100 1000 works.
Product config:
},
"FastCoin": {
"DisplayName": "FastCoin",
"CraftAsDisplayName": false,
"Shortname": "glue",
"MakeBlueprint": false,
"EnableBuy": false,
"EnableSell": true,
"Image": "https://rust.fastcd.ru/rustimg/FastCoin.png",
"SellPrice": 1.0,
"BuyPrice": 1.0,
"BuyCooldown": 0,
"SellCooldown": 0,
"BuyQuantity": [1],
"SellQuantity": [
10,
100,
1000,
10000
],
"KitName": null,
"Command": null,
"RunCommandAndCustomShopItem": false,
"SkinId": 1707233455
},
Sell All Button BugFixed
Ah so the custom currency isn't working for the Sell All side?
Merged post
What did you set your shops to use tho? do you have custom currency enabled or global enabled as custom currency?
I use the economy plugin from umod as the currency.
This FastCoin is essentially an item that is mined as a resource. After that, it is sold.
For this item, the sell all button does not work.
"Switches to Economics as default curency": true,
"Switches to ServerRewards as default curency": false,
"Switches to Custom as default curency": false,
Okie so after some testing I see what you are talking about and I will get an update out in the next day or so to fix this problem.
* This is a sell-all button-specific issue.
Merged post
Latest GUIShop resolves this bug. Update 2.2.48
Locked automatically