![]()
|
|
There are errors in the "if else" conditions in 'CompanionsRadiantQuest.psc' (which is what controls the rewards for all Companions radiant quests). See below:
I'm no script expert, but it is pretty obvious that there are some problems with the way the conditions are set up. :D
int level = Game.GetPlayer().GetLevel() if (level < 10) RewardAmount = 100 elseif (level < 20) RewardAmount = 150 elseif (level < 20) RewardAmount = 200 elseif (level < 20) RewardAmount = 250 else RewardAmount = 300 endif
I'm no script expert, but it is pretty obvious that there are some problems with the way the conditions are set up. :D
Comment #1 Mar 13, 2016 10:36 am
Edited by BlackPete on Nov 10, 2017 6:09 pm
Uh. At level 96, that should have fallen through to 300 since 96 is not less than 10 or 20.
The script is clearly not right, but anyone over 20 should be seeing 300 gold even though that's clearly not what was intended.
The script is clearly not right, but anyone over 20 should be seeing 300 gold even though that's clearly not what was intended.
Fixed for USLEEP 3.0.3.
Script bug with incorrect reward conditions fixed.
The rewards themselves are intentional even if they suck horker balls so it's not for us to correct.
Script bug with incorrect reward conditions fixed.
The rewards themselves are intentional even if they suck horker balls so it's not for us to correct.
Showing Comments 1 - 3 of 3