ox_inventory icon indicating copy to clipboard operation
ox_inventory copied to clipboard

Shop currency changes

Open jspidal opened this issue 2 years ago • 2 comments

Is your feature request related to a problem? Please describe. Currently you're not able to use bank balance and are limited to one type of currency per shop.

Describe the solution you'd like To solve the one type of currency, allow currency to be a table of currency names, and check availability based on the order in the table. Ex 'gold', 'silver', gold would be used before silver for a purchase.

Add a currency type of bank that links to whatever bank balance is available depending on the framework. There is also the possibility of requiring an item like a bank card in order to pull from your bank account.

jspidal avatar Feb 13 '23 04:02 jspidal

one type of currency per shop.

Per item.

allow currency to be a table of currency names

Would be disgusting to display the currency to players.

check availability based on the order in the table. Ex 'gold', 'silver', gold would be used before silver for a purchase.

Is weird, because it should be based on user choice and not whatever was found in their inventory.

Add a currency type of bank that links to whatever bank balance is available depending on the framework.

Shops have needed an overhaul for a long time, and keep being put off because effort/mood. People also want society-based payments, player-owned shops, etc. but implementing most of the things people want requires a major version update (v3.0) since breaking. Need to also add buttons to swap between cash/bank, then handle bank stuff in bridge, and then deal with support requests for other banking resources that people buy.

thelindat avatar Feb 13 '23 05:02 thelindat

Ah, I was mistaken about the per shop/per item. I was thinking about it how other inventories handled bank vs cash purchases and it just picks for you, having the ability to choose your currency would be great.

jspidal avatar Feb 13 '23 06:02 jspidal