Does script action "ChangeStoreMarkup()" actually work?
argent77
Member Posts: 3,478
I've tried this action in BG1EE and BG2EE without any success on several stores.
Winthrop's store in BG1 sells a katana for 750 gold. His store uses a buy markup of 50% and sell markup of 150%. After executing the following command on Winthrop
the katana is still sold for 750 gold, even though it should now be sold for twice as much.
How can I get this script action to work? @Avenger_teambg
Winthrop's store in BG1 sells a katana for 750 gold. His store uses a buy markup of 50% and sell markup of 150%. After executing the following command on Winthrop
C:Eval('ChangeStoreMarkup("Inn2616", 100, 300)')
the katana is still sold for 750 gold, even though it should now be sold for twice as much.
How can I get this script action to work? @Avenger_teambg
1
Comments
ChangeStoreMarkup() is already used in SoD for Jegg, the dwarven armorer in besieged Bridgefort, who offers her wares at a small discount if you're asking about it politely. I didn't notice any price difference when asking politely or impolitely.