Skip to content

Commit 6d60ef3

Browse files
committed
mount change, fix warning
1 parent 3c6a858 commit 6d60ef3

File tree

5 files changed

+12
-1
lines changed

5 files changed

+12
-1
lines changed

Release/dinput8.dll

0 Bytes
Binary file not shown.

Release/dinput8.exp

218 KB
Binary file not shown.

Release/dinput8.pdb

-240 KB
Binary file not shown.

Release/new_freeport_dll-0.1.4.zip

1.4 MB
Binary file not shown.

eqgame_dll/eqgame.cpp

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ unsigned char __cdecl SendExe_Detour(DWORD con)
500500
return SendExe_Tramp(con);
501501
}
502502

503-
typedef struct BankRequest_Struct
503+
struct BankRequest_Struct
504504
{
505505
uint8_t requestType;
506506
uint32_t entityid;
@@ -926,6 +926,17 @@ void InitHooks()
926926
PatchA((DWORD*)(var + 2), (char*)&c[2], 1);
927927
PatchA((DWORD*)(var + 3), (char*)&c[3], 1);
928928

929+
/*
930+
* Description="No Mount Models"
931+
Version="2013.05.11"
932+
Address0=58DE28
933+
Normal0="B0 01"
934+
Crack0="32 C0"
935+
*/
936+
937+
var = (((DWORD)0x0058DE28 - 0x400000) + baseAddress);
938+
PatchA((DWORD*)var, "\x32\xC0", 2); // Mount docrack
939+
929940
//var = (((DWORD)0x0044410C - 0x400000) + baseAddress);
930941
//PatchA((DWORD*)var, "\x90\x90\xEB", 3); // Remove heroic Stamina
931942

0 commit comments

Comments
 (0)