The last version I used on Sebilis (French server ) was MQ2-20040316.zip and everything worked perfectly with this changes in eqgame.h :
Code: Select all
#define __ClientName "eqgame"
#define __ClientVersion "Wed Mar [color=red]dd hh:mm:ss 2004[/color]"
#define __ClientOverride [color=red]1[/color]
#define __MacroQuestWinClassName "__MacroQuestTray"
#define __MacroQuestWinName "MacroQuest"now a few patches later, the first problem I face is I don't know on what patch Sebilis is running
but as I read the forums, apparently I do not need to change anymore things I used to change, could you help me on that :
1)the __ClientOverride is still on 1 or 0
2) the begining of eqgame.h has changed to this structure :
Code: Select all
#define __ClientName "eqgame"
//.rdata:005DCE34 aMar152004 db 'Mar 15 2004',0
//.rdata:005DCE40 a115213 db '11:52:13',0
#define __ExpectedVersionDate "Mar 15 2004"
#define __ExpectedVersionTime "11:52:13"
#define __ActualVersionDate 0x5DCE34
#define __ActualVersionTime 0x5DCE40I would be enclined to think that it's the first solution that is correct, and this should make me learn a little how to find offsets (not a bad thing btw )



