[DiscordArchive] Dang, nope. I don't think that's what that patch did. I translated
[DiscordArchive] Dang, nope. I don't think that's what that patch did. I translated
Archived author: Xahnder • Posted: 2023-12-16T00:09:48.685000+00:00
Original source
Dang, nope. I don't think that's what that patch did. I translated
```patch(FIX_COMBO_POINT_PATCH_NAME,[
[0x210b12,[
0x90,0x90,0x90,0x90,0x90,0x90,0x90,0x90
]],
]),```
into
```char ComboFix[8] = {0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90};
WriteBytes(ComboFix, 0x210b12, 8);```
Since I use 010. Either I did it wrong, or that's not what that patch actually does so I'm back to square one. Server side, I didn't see any rogue/druid logic blocking the message feedback for this. On the client, I'm not seeing any data showing up from GetComboPoints. Pretty stuck at this point. Anyone have ideas?