Fixed bugs with the Delrith encounter in Demon Slayer#900
Open
cadyyan wants to merge 2 commits intoGregHib:mainfrom
Open
Fixed bugs with the Delrith encounter in Demon Slayer#900cadyyan wants to merge 2 commits intoGregHib:mainfrom
cadyyan wants to merge 2 commits intoGregHib:mainfrom
Conversation
f76e732 to
8fcd55b
Compare
added 2 commits
February 28, 2026 19:46
When trying to complete the Demon Slayer quest I noticed that when you got to actually fighting Delrith, after slaying him if you clicked the Banish option you would get a "Nothing interesting happens" message. Looks like the expected target was set to full strength Delrith on accident.
While completing the Demon Slayer quests I found a couple of bugs that would be confusing for players. 1. If you give the wrong word for the incantation Delrith just disappears and doesn't come back. You could work around this by walking out of the area which brings you out of the instance and then re-entering the instance. This is a bit annoying and not what happens normally. The change here was to reset Delrith back to full strength and have him attack the player again. 2. If the player logs out while in the instance, when they log back in they'll be floating in an empty instance. The only way out is to teleport somewhere which could require the player to wait a while if the only teleport they have is the base Lumbridge one and they used it recently. The fix here was just to catch the logout event and teleport them to safety before tearing the instance down.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
While completing the Demon Slayer quests I found few bugs that
would be confusing for players.
disappears and doesn't come back. You could work around this by
walking out of the area which brings you out of the instance and then
re-entering the instance. This is a bit annoying and not what happens
normally. The change here was to reset Delrith back to full strength
and have him attack the player again.
they'll be floating in an empty instance. The only way out is to
teleport somewhere which could require the player to wait a while if
the only teleport they have is the base Lumbridge one and they used
it recently. The fix here was just to catch the logout event and
teleport them to safety before tearing the instance down.
if you clicked the Banish option you would get a "Nothing interesting
happens" message. Looks like the expected target was set to full strength
Delrith on accident. This had no workaround for players and needed a fix.