-
-
Notifications
You must be signed in to change notification settings - Fork 661
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: grand master oberon immunity and butterfly's raceid #3307
Conversation
It was setting him immune on the start immunity is already handled in his monster file. Butterfly's had the wrong raceId's and and the Bestiary Kills weren't assigned properly.
Do you tested the whole of oberon? It's ok? the phrases mechanic, immunity and the normal mode? |
yeah on my server it works with replies and the immunity. |
@Jonyrewind Thanks, a recent PR have bugged several quests, i'm trying or best to revert ASAP. Thanks for the contribution. We were looking into this case, but it looks like you were quicker. By chance, can you can take a look into Scarlet Etzel using canary/main latest? |
You need to remove the monster event "oberonImmune" from the grand master oberon. |
There are also some problems with onSpawn in Oberon, for example: mType.onSpawn = function(monster) |
Quality Gate passedIssues Measures |
It was setting him immune on the start immunity is already handled in his monster file.
Butterfly's had the wrong raceId's and and the Bestiary Kills weren't assigned properly.