This package has been marked as deprecated, and it's suggested another
alternative is used.
RevampedTrader
A simple mod that makes Haldors sellable items configurable and live update ingame.
Last updated | a year ago |
Total downloads | 4934 |
Total rating | 4 |
Categories | Mods Tweaks Misc Server-side Client-side Hildir's Request Update |
Dependency string | blacks7ar-RevampedTrader-1.0.6 |
Dependants | 28 other packages depend on this package |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.
Preferred version: 5.4.2202README
# RevampedTrader
A simple mod that makes Haldors sellable items configurable and live update ingame.
## Installation (manual)
- extract
RevampedTrader.dll
file to yourBepInEx\Plugins\
folder
## Features
- Makes Haldors sellable items configurable and live update ingame.
- Also adds another configuration for the items that haldor can buy, needs logout to take effect.
- Uses serversync and built-in yml watcher.
RevampedTrader.Buy.yml
- Prefab : name of the item to be sold (case sensitive)(refer to this for prefab names click here)
- Stack : items quantity to be sold.
- Price : price of the item per stack.
- Required Global Key : required global key in order for the trader to sell it (just put
''
if you dont want it to be restricted by a global key)
RevampedTrader.Sell.yml
- Prefab : name of the item you want to sell to the trader (case sensitive)(refer to this for prefab names click here)
- Value : price of the item per piece.
## Credits
- Big thanks to @blaxxun for finding time to help me fixed the serversync issues.
## Changelog
v1.0.6
- updated to the latest valheim build (217.28)
- updated serversync and dependencies
- updated manifests bepinex dependency string
Changelog History (click to expand)
v1.0.5
- fixed multiplayer version check issues
v1.0.4
- updated to the latest valheim build (217.22)
v1.0.3
- fixed serversync errors in multiplayer mode (huge shoutout to @blaxxun for helping me fixed it)
v1.0.2
- added a new configuration for the items that haldor can buy.
- remove yamldotnet.dll from the zip its now integrated inside the mod.
v1.0.1
- added the missing yamldotnet.dll to the zip package
v1.0.0
- first release