What are the mod installation instructions? I used mod manager to install and it wont show trade option with Withers. The game recognized the download at the start of game, so I'm not sure whats happening.
Hey, I'm working on a project that involves parsing the treasure tables of many mods in bulk.
While doing this, I noticed a quick bug in your treasure table: In line 3 you have a subtable but you have an extra "o": new treasuretable "CHA_Jergal" CanMerge 1 onew subtable "1,1" object category "I_ARM_Medium_Feather_Helm",1,0,0,0,0,0,0,0 new subtable "1,1" object category "I_ARM_Heavy_Feather_Helm_D",1,0,0,0,0,0,0,0 It should look like: new treasuretable "CHA_Jergal" CanMerge 1 new subtable "1,1" object category "I_ARM_Medium_Feather_Helm",1,0,0,0,0,0,0,0 new subtable "1,1" object category "I_ARM_Heavy_Feather_Helm_D",1,0,0,0,0,0,0,0
I had the same problem initially. I solved the issue by moving the .pak file from the mod into Baldur's Gate/Data/Mods. Vortex did not install the .pak file for some reason. You may have to pass 24 hours in game time to get the vendor to reset.
I had a few other items that I would just rather have without having to hunt down on merchants it's not too difficult to add items to trader NPCs compared to scouring every merchant hoping they'll randomly have what you want!
22 comments
While doing this, I noticed a quick bug in your treasure table:
In line 3 you have a subtable but you have an extra "o":
new treasuretable "CHA_Jergal"
It should look like:CanMerge 1
onew subtable "1,1"
object category "I_ARM_Medium_Feather_Helm",1,0,0,0,0,0,0,0
new subtable "1,1"
object category "I_ARM_Heavy_Feather_Helm_D",1,0,0,0,0,0,0,0
new treasuretable "CHA_Jergal"
CanMerge 1
new subtable "1,1"
object category "I_ARM_Medium_Feather_Helm",1,0,0,0,0,0,0,0
new subtable "1,1"
object category "I_ARM_Heavy_Feather_Helm_D",1,0,0,0,0,0,0,0
Thanks for the mod! :)