Mods / TradersTweaks
Category:
#Tweak
Author: KenigVovan
Side: Both
Created: Dec 1st 2022 at 4:53 PM
Last modified: Dec 4th 2022 at 7:39 PM
Downloads: 725
Follow Unfollow 6
Author: KenigVovan
Side: Both
Created: Dec 1st 2022 at 4:53 PM
Last modified: Dec 4th 2022 at 7:39 PM
Downloads: 725
Follow Unfollow 6
Latest file for v1.17.9:
vendorcoins_v0.1.3.zip
1-click install
Change items which can be used as currecy with default traders.
COINS_VALUES in config lists items codes and it's values:
default is
{
"tradeomat:coin-gold": 256,
"tradeomat:coin-silver": 64,
"tradeomat:coin-copper": 1,
"game:gear-rusty": 0
}
RETURN_ITEM: is item code which will be used as payment item with value 1, which trader will return after buy/sell operations
default: "tradeomat:coin-copper"
Version | For Game version | Downloads | Release date | Changelog | Download | 1-click mod install* |
---|---|---|---|---|---|---|
v0.1.3 | 353 | Dec 4th 2022 at 7:39 PM | Show | vendorcoins_v0.1.3.zip | Install now | |
v0.1.2 | 181 | Dec 2nd 2022 at 5:25 PM | Show | vendorcoins_v0.1.2.zip | Install now | |
v0.1.1 | 183 | Dec 1st 2022 at 10:28 PM | Show | vendorcoins_v0.1.1.zip | Install now |
Vronizos
"attributes" for coins was null if "disableCoinCasting" was true, now it should work
Next litle issue, if i set disableCoinCasting on true value in Tradeomat config, all vendors and players have 0 coins (I have for example 256 coins in my inventory, but mod doesnt detect it). If i set disableCoinCasting on false, all work fine.
0.1.1 now has 15 seconds delay when items values updated after player joins the server which should resolve problem for now.
Changed values in config on the server seems to be used now.
I'm aware that gui has now "...gears..."
Using config you can select item by it's domain:code value for it, it should be coins, they are just for example.
Changing item values in the config does not affect actual gameplay, which acts as though it is using the default, even if that has also been changed. This is a great mod, though, exactly what I was looking for. I suppose you used actual metal value when setting up the ratios for coins?
So with this mod installed I can no longer use gears to purchase items but instead coins?
Can I set each coin to a different value and return the gears back to 1$ and have the coins be more valuable?
Confirming that the values do not stick once changed in the config. It acts as though it's using default values.
And one more think... If i set game:gear-rusty to 0 value in COIN_VALUES, all traders have no money in his wallet and i cannot sell the my items
I think RETURN_ITEM is not working properly
This is my config, and trader always return copper coins. For example i buy something for 1 gold coin and trader give me 255 copper coins
{
"COINS_VALUES": {
"Comment": null,
"Default": {
"tradeomat:coin-gold": 256,
"tradeomat:coin-silver": 64,
"tradeomat:coin-copper": 1,
"game:gear-rusty": 0
},
"Val": {
"tradeomat:coin-gold": 1,
"tradeomat:coin-silver": 0,
"tradeomat:coin-copper": 0,
"game:gear-rusty": 0
}
},
"RETURN_ITEM": {
"Comment": null,
"Default": "tradeomat:coin-copper",
"Val": "tradeomat:coin-gold"
}
}