You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like you got the wrong address DrawText on version 1.13c.
D2FUNC(D2WIN, DrawText, void, __fastcall, (const wchar_t * wStr, int X, int Y, int nColor, int Centered), 0x12FA0)//D2Win.#10150
D2FUNC(D2WIN, DrawTextEx, void, __fastcall, (const wchar_t * wStr, int X, int Y, int nColor, int Centered, int TransLvl), 0x12F60)//D2Win.#10096
case D2Function::D2Win_DrawText:
hModule = _hD2WinDll;
ordinal = 10096;
break;
to
case D2Function::D2Win_DrawText:
hModule = _hD2WinDll;
ordinal = 10150;
break;
The text was updated successfully, but these errors were encountered:
Looks like you got the wrong address DrawText on version 1.13c.
to
The text was updated successfully, but these errors were encountered: