xackery/eq-core-dll

adapting docrack

Opened this issue · 1 comments

I've got a docrack offset to enable hotkeys while casting of 0x0047C93D, which needs two NOPs.

I tried the naïve adaptation based on other patches, without success.

var = (((DWORD)0x0047C93D - 0x400000) + baseAddress); PatchA((DWORD*)var, "\x90\x90", 2);

I've got a few others of these I'd like to port over, any info on the correct way to implement these would be amazing.