aers / FFXIVClientStructs

Resources for reverse-engineering the FFXIV client's native classes.
MIT License
208 stars 145 forks source link

Update Client::Game::UI::MobHunt #1007

Closed Orphis closed 6 days ago

Orphis commented 6 days ago

Fixes the offset and array sizes for the 4 new Dawntrail MobHunt order types. Adds a constant MaxMarkIndex that can be used to refer to 1 past the last MobHuntOrderType index, which is returned by GetMarkIndexFromItemId(uint) or to iterate over all the order types.

MidoriKami commented 6 days ago

This looks exactly like what I came up with, but I was having other unrelated troubles verifying, thanks for PRing this.