Disable dynamic pricingSolved

Unable to remove the surcharge am I missing something?


The plugin doesn't currently do anything about these, but you can use convars.

> find npcvendingmachine
Variables:
npcvendingmachine.dynamicpricingenabled Whether to run the the dynamic pricing system (True)
npcvendingmachine.intervalhours How many in game hours are checked when looking for price increases. Max 72 (3 days) (6)
npcvendingmachine.maximumpricemultiplier The maximum point that a price can increase to (2 = 200%) (2)
npcvendingmachine.minimumpricemultiplier The Minimum point that the price can drop to (0.5 = 50% off) (0.5)
npcvendingmachine.pricedecreaseamount How much to decrease the price for if it is underselling (0.05 = 5%) (0.05)
npcvendingmachine.priceincreaseamount How much to increase the price by if it is selling a lot (0.05 = 5%) (0.1)
npcvendingmachine.startingpricemultiplier What discount surcharge should be applied to items when the server starts (2)

Commands:
npcvendingmachine.printallpricechanges( ) Print out all current price changes on the server
npcvendingmachine.resetdynamicpricing( ) Resets the state of all discounts and surcharges from NPC vending machines

OK thank you 

If you (or anyone else) is interested in bypassing dynamic pricing for only specific vending machines, I have added that capability on the GitHub version, to be released on uMod in the next few days. This adds a new config option in the note at the bottom right of the edit panel, "Bypass Dynamic Pricing: True".

https://github.com/WheteThunger/CustomVendingSetup

Wait so much. 😊

NKXTQs24ExGTuL8.jpg WhiteThunder

If you (or anyone else) is interested in bypassing dynamic pricing for only specific vending machines, I have added that capability on the GitHub version, to be released on uMod in the next few days. This adds a new config option in the note at the bottom right of the edit panel, "Bypass Dynamic Pricing: True".

https://github.com/WheteThunger/CustomVendingSetup

 

You are awesome

Locked automatically