fix: correct monster struct base pointer for HGE multiplayer sessions#411
Open
TheNuclei wants to merge 9 commits into
Open
fix: correct monster struct base pointer for HGE multiplayer sessions#411TheNuclei wants to merge 9 commits into
TheNuclei wants to merge 9 commits into
Conversation
Release v0.40.0
Release v0.41.0
…E client. mhfo-hd.dll+0E37DD38 resolved the wrong addresses when other players or NPCs were present. Changing to mhfo-hd.dll+DC6BB9C appears to have fixed these issues, resolving the correct information at all times.
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.
Fixes #404
mhfo-hd.dll+0E37DD38 resolved the wrong addresses when other players or NPCs were present in the High-Grade Edition client.
Changing to mhfo-hd.dll+DC6BB9C appears to have fixed these issues, resolving the correct information at all times.
Changed 64 references to 0E37DD38 to DC6BB9C within HGE addresses.
Pointers found through CE pointer scans across multiple solo and multiplayer sessions, testing completed solo, with NPCs, and with hosted and non hosted multiplayer quests.
Checklist
Please read the documentation of this repository before contributing. You do not have to check all of the checklist's requirements, this is just used for code review. Also see our contribution guidelines for more information.