ori-community / wotw-seedgen

Seed Generator for the Ori and the Will of the Wisps randomizer
5 stars 9 forks source link

Fixing Kwolok in No Combat #83

Open Foopyo opened 2 years ago

Foopyo commented 2 years ago

If your last checkpoint is far from the start of the Kwolok's escape, Kwolok's state will be set as if you just finished the escape when you Abandon Challenge for a short amount of time. This triggers the header code which skips the Kwolok's fight, respawning you at the end of the fight where you can grab the wisp.

When checking for Kwolok's state, also check for Ori coordinates in order to make sure the player is in the Kwolok's arena before skipping the fight.

timoschwarzer commented 2 years ago

Before trying to fix this with a header, it should be attempted to fix this in the client by either completely removing that behavior or at least disabling uber event processing until the "abort challenge" thing is done.