or even take that a step further and allow us to set different dilution for different items
or even allowing us to set how many items sold/bought it takes to cause adjustment.... like setting it to 10 would mean that every 10 items bought/sold would trigger the adjustment.
[DOUBLEPOST=1454528116,1454491709][/DOUBLEPOST]Also that exploit is still possible, except now it just takes 3 or 4 full stacks as opposed to 1.

HurtStore
A simplified store with dynamic prices
Total Downloads: 2,047 - First Release: Jan 15, 2016 - Last Update: May 12, 2018
- 5/5, 17 likes
-
I will have to look into some scenarios and figure out how I am going to solve this.
[DOUBLEPOST=1454529574][/DOUBLEPOST]For the time being. Try and set dilution to around 1000+ -
dilution at 10,000 - 20,000 seems good
-
Could you add static pricing i'm sure it shouldn't be too hard. I'd rather you replace the % with static. Gives us almost no control over the prices of items..
-
-
-
-
Cat 1
Cat 2
Cat 3
Cat 4
Cat 5
To change it to display like this
Cat 1, Cat 2, Cat 3, Cat 4, Cat 5 -
then add an item for each category, in order from 1 to 5..... then you can add items to each cat in any order and it will maintain -
[DOUBLEPOST=1454698008][/DOUBLEPOST]Last edited by a moderator: Feb 5, 2016 -
-
@Enclave
Replace
Code:foreach (var cats in DistinctCats) { if (cats != null) hurt.SendChatMessage(player, cats); }
Code:hurt.SendChatMessage(player, string.Join(", ", DistinctCats));
-
[DOUBLEPOST=1454738502,1454710076][/DOUBLEPOST]Actually after testing it doesnt seem to change anything, category still shows in a vertical view
[DOUBLEPOST=1454790247][/DOUBLEPOST]Hey Pho3niX let me know if you could possibly fix the problem! With view categories horizontally, I only want this to add more categories than 7. -
@Enclave that code should have worked. But will look a bit later at it
-
-
Hey Peeps! Is the /reload, /reload HurtStore?
I can't seem to get it to load -
@Enclave Here you go, to set sellprice. This is still a beta version though.
/additem category itemid/name buyprice sellprice
if sellprice = -1 then it will be dynamic from buy price.Attached Files:
-
-
[DOUBLEPOST=1454960381,1454937671][/DOUBLEPOST] -
-
the price of buy is the same of sell the best it's too different price 1 for buy 1 for sell it's possible?