Machiavelli
New member
- Joined
- Nov 14, 2004
- RedCents
- 10¢
Requires latest version of MQ2 no offsets or changes needed.
Recompile each patch.
Recompile each patch.
Rich (BB code):
#include "../MQ2Plugin.h"
PreSetup("MQ2NoMez");
PLUGIN_API VOID OnDrawHUD(VOID)
{
BYTE nostun = 00;
GetCharInfo()->Stunned = nostun;
}