I was wondering if there is a general offset range for the gathering properties on the GatheringManager
for example, public static byte GatheringCombo
I would like to find the HQGatheringCombo offset which is truly going to be a pain, since getting HQ combos is hard in the first place.
Maybe someone could help?
@mastahg: Also... Here is one I found that could be added to the API.
This is for the window "GatheringMasterpiece"
Core.Memory.Read<int>(MasterpieceWindow.Pointer + 0x000001C4);
Edit: This is for Rarity.(Collectability during gathering).
for example, public static byte GatheringCombo
I would like to find the HQGatheringCombo offset which is truly going to be a pain, since getting HQ combos is hard in the first place.
Maybe someone could help?
@mastahg: Also... Here is one I found that could be added to the API.
This is for the window "GatheringMasterpiece"
Core.Memory.Read<int>(MasterpieceWindow.Pointer + 0x000001C4);
Edit: This is for Rarity.(Collectability during gathering).
Last edited: