German Offsets, but can't get it to work :(

A forum for the general posts relating to MacroQuest. *DEPRECATED: This forum is no longer in public use, but remains here for your reading pleasure. Enjoy

Moderator: MacroQuest Developers

EvilProphecy666
decaying skeleton
decaying skeleton
Posts: 9
Joined: Fri Jan 03, 2003 10:16 pm

German Offsets, but can't get it to work :(

Post by EvilProphecy666 » Wed Jan 29, 2003 4:50 pm

Hi, i tried to find out the Offsets for the German Version of EQ:

[MacroQuest]
MacroQuestVersion=IRC-20030111
ClientName=eqgame
ClientVersion=Tue Jan 28 13:32:xx 2003
ClientOverride=1
MacroQuestWinClassName=__MacroQuestTray
MacroQuestWinName=MacroQuest

[Function Locations]
WriteChatColor=00539A86
GetRaceByID=0052F6FB
GetClassByID=0052F1B6
GetDeityByID=00530611
LeftClick=00533152
RightClick=005485D9
ScreenItem=004B1D91
ScreenSpawn=00548BCA
NewUIINI=00439E60
MaxMana=004BB2C5
Commands=00547153
CmdCleanup=00539A59

[DirectInput8]
Main=0083FF50
Keyboard=0083FF54
Mouse=0083FF58

[Memory Locations]
Zoning=00828060
Zones=00828074
SpawnHeader=00828078
Items=0082807C
Doors=00828098
SpawnFooter=008280AC
Char=008280C0
CharInfo=008280C8
Target=008280CC
Guilds=0082887C
Packs=00641B68
Mouse=0083FF5C
Attack=00825BDE
Spells=0083C908
CommandList=006116E8
DoAbilityList=007FEC94
DoAbilityAvailable=007FC20C
Group=007BF8B8
GroupCount=007BF770
HSliderItems=007BF964
HSliderMoney=007C38D4
PackPanel1=00828168
PackPanel2=0082816C
clsMain=00828154
clsItems=008280F0
clsSpawns=00828070
clsInvPanel=00098F98
clsMerchantPanelStatus=0005F388
clsMerchantItemBase=
clsMerchantSelectedItem=0006343C
clsMerchantSelectedSlotID=
clsMainNewUI=008400EC
clsMainSpellRefresh=00000E34
clsMainSpellMemId=
clsMainSpellMemBar=
clsMainSpellMemGem=

the different to the US version isn't that much, but i can't get it to work on my german version :(

Please help
<center>
<a href="http://www.mutedfaith.com/quiz/qz4.htm" target="new">
<img src="http://www.mutedfaith.com/images/earth.jpg" border=0>
</a><br>
<a href="http://www.mutedfaith.com/quiz/qz4.htm" target="new">find your element</a>
at <a href="http://www.mutedfaith.com" target="new">mutedfaith.com</a>.
<a href="http://www.livejournal.com/users/labile"><º></a>
</center>

motd2k
a ghoul
a ghoul
Posts: 141
Joined: Fri Oct 25, 2002 9:46 am

Post by motd2k » Thu Jan 30, 2003 8:43 am

I don't have the german .exe file, however if the structure is the same as the English one it should be easy.

PM me and i'll work with you on this one.

a2
decaying skeleton
decaying skeleton
Posts: 1
Joined: Thu Jan 30, 2003 11:34 am

Post by a2 » Thu Jan 30, 2003 11:57 am

I am working on Korean version of eq, which NCsoft run in korea.

in this case, it use *SAME* eqgame.exe file, even korean eq use 2byte char all in game and it have quite different authentication method. (login b4 patch, in everquest.exe it does!)
different seems made from eqgame.dll lib as I figured.

but normal offset do not work on this client anyway, though I could see CChat msg in debug window. (2byte chars broken heh)

return to post of EvilProphecy666,
you can compare eqgame.exe with fc command in dos prompt,

Code: Select all

fc /b Everquest\eqgame.exe eqgerman\eqgame.exe
if it's same, you have same problem with me. :)