Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Former Student part III reward not triggering #2719

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

JayH2971
Copy link
Contributor

Had to do full surgery on this quest to understand it. The ending depended on a "click item" trigger that DFU didn't interpret the same as classic. Changed that mechanic (see "takemageitem" task), tested and it works properly now.

Had to do full surgery on this quest to understand it. The ending depended on a "click item" trigger that DFU didn't interpret the same as classic. Changed that mechanic (see "_takemageitem_" task), tested and it works properly now.
This SHOULD be the last fix, sorry. Prevents enemy corpse from disappearing at quest end, to allow you to loot it.
@JayH2971
Copy link
Contributor Author

There's a problem in Former Student Part III with the quest action "Make X permanent," which is supposed to remove the quest condition from an item (remove green background, make droppable). It's not functioning here, and I don't know why. Sometimes it works, and sometimes not. These screenshots show me having the quest items in my inventory while no quests are active, which is supposed to be impossible. Since the quest is properly scripted and all events light up correctly, I can't fix it more than that.

Screenshot at 2025-01-24 09-36-04
Screenshot at 2025-01-24 09-36-08

JayH2971 added 3 commits March 4, 2025 15:09
One quest outcome was impossible in this quest, had to move it higher into the quest file and it works now
This is an update based on player feedback. Most of them are changes to dialogue messages only. The gameplay changes are:

M0B1XY01: The spawn rate for these enemies was set very high in 2017, and player feedback says they're overwhelming. Reduces to about 1/3 of their previous speed, which is plenty to stay engaged.

M0B20Y02: Same as above.

M0B00Y16: Changed spawning rate for the six helper giants so they appear every 75 seconds instead of every 6 seconds, due to this being a low-level quest.
Referenced in issue Interkarma#2734. Adds minor text fixes as well. Thanks to gbin10533 for reporting.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant