ngld / OverlayPlugin

Yet another OverlayPlugin fork.
Other
231 stars 39 forks source link

Fix in combat signature #253

Closed quisquous closed 2 years ago

quisquous commented 2 years ago

The previous signature gave false "out of combat" signals when dying in combat.

Unfortunately, the line it uses is a cmp byte line that doesn't end with the pointer, so SigScan needs to be updated to be able to handle getting rip addresses from that style of line.

See corresponding https://github.com/quisquous/cactbot/pull/4268 change.

ngld commented 2 years ago

Thanks for the quick fix!