Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH suggestion - reactive price scaling can be enabled per product #180

Open
jpcsupplies opened this issue Jul 17, 2018 · 0 comments
Open

Comments

@jpcsupplies
Copy link
Owner

Silverbane in Steam made a feature suggestion/request -

The possibility of adding an extra product flag to enable or disable price scaling on a per product basis.

Looking over my original logic - it does seem possible. If there was an extra flag say something like " || !marketItem.scale ..." (true/false) which we checked for in our "if (UseBankSellPrice) ..." under messagebuy.cs messagesell.cs and the display prices on LCD code. Theoretically it should be fairly simple to add.

We could maintain database integrity by assuming a null value is false.

Then all we need to do is tweak our database code to not choke if there is an extra boolean value and add a config option to flip the option true/false if set?

What are your thoughts @midspace ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant