Page 1 of 1

0.13.5 - [C0B10Y15] The Relic does not give extra reputation [RESOLVED 0.15.1]

Posted: Thu Jun 16, 2022 2:55 pm
by Lywzc
It should give 12 but instead gives normal 5.
Can it be caused by

Code: Select all

_S.01_ task:
	toting _item_ and _questgiver_ clicked 
	give pc _reward_ 
	end quest 

_S.03_ task:
	when _S.01_ and _S.02_ 
	say 1035 
	change repute with _questgiver_ by +7
so that when it should give 7 more the quest has already ended?

Re: The Relic does not give extra reputation

Posted: Fri Jun 17, 2022 1:07 pm
by Lywzc
Anyone?

Re: The Relic does not give extra reputation

Posted: Fri Jun 17, 2022 2:06 pm
by Interkarma
Based on task arrangement, I'd say that's the problem. Quest will end in S.01 before S.03 triggers.

Would need to rearrange that logic slightly to fix.

Re: 0.13.5 - [C0B10Y15] The Relic does not give extra reputation

Posted: Sun Dec 18, 2022 7:00 pm
by JorisVanEijden
I gave it a shot here: https://github.com/Interkarma/daggerfal ... /pull/2483 by moving the "end quest" to the end of the quest ;)