[1.4 Beta] quest "Escort Noble woman", the reward is 100 gold / 300 gold ?

Concerning the quest "Escort Noble woman", the reward is announced is 100 gold, and in fact, I received 300 gold. It's a bug and/or it boosts economy but it's to much for this level of quest.

3,895 views 5 replies
Reply #1 Top

<QuestDef InternalName="Quest_TheRaidersBribe">

...

<QuestChoiceDef>

  <Description>The Gildar. (+100 Gildar)</Description>
  <NextObjectiveID>4</NextObjectiveID>
  <Treasure>
    <GameModifier>
      <ModType>Player</ModType>
      <Attribute>Treasury</Attribute>
      <Value>300</Value>
    </GameModifier>
  </Treasure>
</QuestChoiceDef>

Yup there is a direct bug within the code. It should be 100 instead of the 300 as written. It is with the Bandit version of the quest (the other version doesn't have this error).

Reply #2 Top

Think of it this way. The bandits offered you 200 gold. You killed them so you looted them. You recieved the money from them (200) plus the amount of money the Noble Man gave you (100). That makes for (300).

Reply #3 Top

Under that premise, when I take the bow option I should get 200 more gold.

The loot for the encounter may be set separately and the encounter itself can give you 200 gold, hence it is still an error, since they can do the appropriate feedback to the player. That is a simple change as well.

Reply #4 Top

I would agree on that point. I have only been trying to explain it somewhat logical.

 

Reply #5 Top

Fixed, thanks.