fix(content): dragon slayer softlock #1209
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
A player (bog) died while fighting elvarg and could not get back to crandor.
I think there were two issues
A dialogue issue where Ned asks for a map, despite you handing it to him. This is because we check only for
quest_dragon_ned_given_map
however once sailed to crandor you're set toquest_dragon_sailed_to_crandor
The dialogue handler for ned would default to
@ned_dragon_slayer_hired
which does not allow the player to re-hire ned. I changed it so that the dialogue handler will first check to see if you have been to crandor.Now players should be able to re-hire ned, fix the ship, and meet him in port sarim.