• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

Offsets for 2006/06/13 eqgame.exe (1 Viewer)

JoeK

Member
Joined
Nov 22, 2005
RedCents
//Commonly used offsets
#define LocalCEverQuest__DoTheZone 0x4C6650
#define tehSafe 0x458210
#define MLPTSC 0x458210
#define EQ_Character__StunMe 0x4251A0
#define Sizefunc 0x4F2430
#define EQ_Character__CanISeeInvis 0x42E250
#define EQSwitch__ChangeState 0x4A5B50 /* needed for Mq2Doors */
#define RemovSpeed_Func 0x41D0C0 /* for Mq2PreventSpeed */
 
Rich (BB code):
#define PKT_UPDATE_POSITION		0x178a
#define PKT_CHANNEL_MESSAGE		0xb5a
#define PKT_GRAB_ITEM			0x1418
#define PKT_CORPSE_DRAG			0x7117
#define PKT_CORPSE_DROP			0x7bd6
#define PKT_SWITCH			0x1dc6
#define PKT_OPEN_OBJECT			0x441c

NOTE: Move Packet has changed
 
Last edited:
First Stab at Move Packet... 40 bytes long now. SpawnID, Timestamp, X, Y, Z, are probably right. Don't have time tonight to figure out the rest...

Rich (BB code):
typedef	struct _MOVEPKT {
	/*0000*/ unsigned short SpawnID;
	/*0002*/ unsigned short TimeStamp;
	/*0004*/ int Heading:16;
	/*0006*/ int unknown1:16;     //??
	/*0008*/ float DeltaZ;        // ?? not sure
	/*0012*/ int Animation:16;
	/*0014*/ int padding014:16;   //??
	/*0016*/ int DeltaHeading:16; //?? not sure
	/*0018*/ int unknown2:16;     //??
	/*0020*/ float Y;
	/*0024*/ float DeltaY;        //?? not sure
	/*0028*/ float DeltaX;        //?? not sure
	/*0032*/ float Z;
	/*0036*/ float X;
} MOVEPKT, *PMOVPKT;
 
pretty close to what I came up with for the packet..

Seems to work fine...

Not really sure whats up with the Delta Values some of them seem to be missing.
 
how about

#define CDisplay__MoveLocalPlayerToSafeCoords 0x00?????? // 2006/06/13
 
Last edited:
MovePlayer plugin works PERFECT!

Now if I can just get piggyzone to work!!

Where do these offssets go btw? Its late and cant seem to find em

N
 
Offtopic,
I take it you compile yourself all and are able to work on those offsets.

Any one of ya by chance have a link to a free programm I could use to do my own compile's, pls?
 
dlewis you have to recompile MQ. The people that have it somewhat working probally used the updates posted on the MQ forums to change the .cpp files used to compile MQ.
 
Whenever a new EQgame.exe is released its likely that MQ2 wouldnt work and do strange if not bad things, therefor the devs of MQ2 build in a version check into MQ2.
Which leads to ---->incorrect client version.
The devs check on patches for the changes and release a new MQ2 version.
Since they are not releasing a stand alone working version, you need to so called "compile theyer released stuff with Visual Studio beside some other steps to follow.
This leads to a working MQ2....
Now after that some of those with a working compile go out to repair all the little plugins we love to use via finding
the new offsets for them and compiling them as well.

Hope that helps to clear is for ya dlewis....

hehe and peace to all those crying out about the xxxxed explanation of this.
 
Rich (BB code):
[AddFriends]
Description="Add over 100 friends"
Version="2006.06.13"
Address0=493D23
Normal0="75 04"
Crack0="90 90"

[AFewMountSkills]
Description="Some Skills like Hide, Sneak, Beg on a mount"
Version="2006.06.13"
Address0=430FD3
Normal0="0F 87 4D 1C 00 00"
Crack0="E9 0F 00 00 00 90"

[AtkPoison]
Description="Apply poison while attacking"
Version="2006.06.13"
Address0=4B11CE
Normal0="74"
Crack0="EB"
  
[BagSize]
Description="Place any size items in any container"
Version="2006.06.13"
Address0=4CF2B4
Normal0="74"
Crack0="EB"
 
[BardClicky]
Description="Bard can click clickies while singing"
Version="2006.06.13"
Address0=560682
Normal0="74"
Crack0="EB"

[BlockSpell]
Description="Use /blockspell without having the new expansion"
Version="2006.06.13"
Address0=4984B5
Normal0="75"
Crack0="EB"

[BuyWFullInv]
Description="Buy from merchant with full inventory"
Version="2006.06.13"
Address0=583A5E
Normal0="0F 85 0D 01"
Crack0="E9 0E 01 00" 

[Con]
Description="Consider boats and other unconsiderables"
Version="2006.06.13"
Address0=488999
Normal0="74"
Crack0="EB"

[CrapLevitate]
Description="Levitate, world Z-Axis becomes 1.97"
Version="2006.06.13"
Address0=4446EC
Normal0="8B 40 08"
Crack0="90 90 90"

[EB]
Version="2006.06.13"  
Description="Enduring/EverLasting Breath"  
Address0=4DE628  
Normal0="48"  
Crack0="90"

[EnviroFall]
Description="No Fall/Enviro dmg"
Version="2006.06.13"
Address0=4DE628
Normal0="81 EC 34"
Crack0="C2 18 00"

[EvadeAttack]
Description="Hide/Evade While Attacking"
Version="2006.06.13"
Address0=431D56
Normal0="74"
Crack0="EB"

[FarFollow]
Description="/follow someone from any distance"
Version="2006.06.13"
Address0=4E5064
Normal0="0F 85 82 00 00 00"
Crack0="E9 83 00 00 00 90"

[FLY]
Description="Fly anywhere, activate then jump in water and exit"
Version="2006.06.13"
Address0=4A004C
Normal0="89 86 34 01 00 00"
Crack0="90 90 90 90 90 90"

[ForceFeedDrink]
Description="Consume Unlimited Drink"
Version="2006.06.13"
Address0=5602B7
Normal0="7C"
Crack0="EB"
    
[ForceFeedFood]
Description="Comsume Unlimited Food"
Version="2006.06.13"
Address0=5600A3
Normal0="7C"
Crack0="EB"
 
[HideBeg]
Description="Beg while hiding"
Version="2006.06.13"
Address0=431531
Normal0="74"
Crack0="EB"

[illusionface]
Description="Change face while under an illusion"
Version="2006.06.13"
Address0=5406A3
Normal0="74"
Crack0="EB"

[JWOEndurance]
Description="Jump with 0 endurance"
Version="2006.06.13"
Address0=4BC0E3
Normal0="7F"
Crack0="EB"

[NewShared]
Description="Shared Bank, and also gets you banned"
Version="2006.06.13"
Address0=55FE64
Normal0="0F 8D 92 00 00 00"
Crack0="E9 93 00 00 00 90"

[NoAccel]
Description="No Acceleration/Deceleration on mount"
Version="2006.06.13"
Address0=4E34A2
Normal0="74"
Crack0="EB"
  
[NoAnon]
Description="No Anon on /who"
Version="2006.06.13"
Address0=4B5D8C
Normal0="74"
Crack0="EB"

[NoEncumber]
Description="Allows for no encumberance"
Version="2006.06.13"
Address0=4274FA
Normal0="7A 3D"
Crack0="90 90"

[NoStun]
Description="Move around while stunned"
Version="2006.06.13"
Address0=4251A0
Normal0="56 8B F1"
Crack0="C2 0C 00"

[NoWeather]
Description="Always a nice sunny day" 
Version="2006.06.13" 
Address0=4F3D98 
Normal0="74" 
Crack0="EB"

[NPCWho]
Description="Shows NPC's when you do a / for who" 
Version="2006.06.13" 
Address0=4B5D7E
Normal0="0F 85 1C 02 00 00" 
Crack0="90 90 90 90 90 90"

[Over100Ignored]
Description="Add more than 100 people to ignore"
Version="2006.06.13"
Address0=496FAC
Normal0="0F 8C 8A 00 00 00"
Crack0="90 90 90 90 90 90"
  
[SeeInvis]
Description="See Invisible"
Version="2006.06.13"
Address0=4EEEC7
Normal0="E8 B4 E6 F3 FF"
Crack0="B0 01 90 90 90"

[Shield]
Description="Allows any class to /shield"
Version="2006.06.13"
Address0=48DC1F
Normal0="0F 85 14 01 00 00"
Crack0="90 90 90 90 90 90" 

[ShowSpells]
Description="GRP LDR Spell awareness"
Version="2006.06.13"
Address0=4B3B90
Normal0="74 24"
Crack0="90 90"
  
[ShowSpells2]
Description="Show spells as text - Groupleader"
Version="2006.06.13"
Address0=4B3C15
Normal0="75"
Crack0="EB"
  
[showtime]
Description="Displays every second when you camp"
Version="2006.06.13"
Address0=435F0B
Normal0="75 48"
Crack0="90 90" 

[Talk2Self]
Description="Bored? Talk to yourself."
Version="2006.06.13"
Address0=4BB147
Normal0="75"
Crack0="EB"

[TrainAny]
Description="Train at any Trainer"
Version="2006.06.13"
Address0=4C214C
Normal0="0F 85 DC 00 00 00"
Crack0="90 90 90 90 90 90" 

[UltraVision]
Description="Ultra-vision"
Version="2006.06.13"
Address0=45CB66
Normal0="74 0A"
Crack0="90 90"
  
[UnlimitedDrunk]
Description="Consume unlimited alcohol"
Version="2006.06.13"
Address0=560463
Normal0="7C"
Crack0="EB"

[UseAssist]
Description="Assist while casting"
Version="2006.06.13"
Address0=487FDF
Normal0="75"
Crack0="EB"

[UseAugsealer]
Description="Use Aug Sealer even though being used"
Version="2006.06.13"
Address0=474F80
Normal0="0F 84 05 01 00 00"
Crack0="90 90 90 90 90 90" 

[waterdt]
Description="Instantly Deathtouches you if you touch any water"
Version="2006.06.13"
Address0=419D57
Normal0="8B 04 88"
Crack0="90 90 90"

[WaterWalk]
Description="Walk Under Water"
Version="2006.06.13"
Address0=4A0047
Normal0="74"
Crack0="EB"

[weightlock]
Description="Locks your weight at 24."
Version="2006.06.13"
Address0=5AC532
Normal0="8B B0 8C EB 00 00"
Crack0="90 90 90 90 90 90"
 
There are plenty of guides on the MQ2 site, and I think that there's one on this site, detailing how to compile for free.

Or you could download one of the non-free programs via BitTorrent. Up to you.
 
vearroyo said:
Rich (BB code):
[AddFriends]
Description="Add over 100 friends"
Version="2006.06.13"
Address0=493D23
Normal0="75 04"
Crack0="90 90"

[AFewMountSkills]
Description="Some Skills like Hide, Sneak, Beg on a mount"
Version="2006.06.13"
Address0=430FD3
Normal0="0F 87 4D 1C 00 00"
Crack0="E9 0F 00 00 00 90"

[AtkPoison]
Description="Apply poison while attacking"
Version="2006.06.13"
Address0=4B11CE
Normal0="74"
Crack0="EB"
  
[BagSize]
Description="Place any size items in any container"
Version="2006.06.13"
Address0=4CF2B4
Normal0="74"
Crack0="EB"
 
[BardClicky]
Description="Bard can click clickies while singing"
Version="2006.06.13"
Address0=560682
Normal0="74"
Crack0="EB"

[BlockSpell]
Description="Use /blockspell without having the new expansion"
Version="2006.06.13"
Address0=4984B5
Normal0="75"
Crack0="EB"

[BuyWFullInv]
Description="Buy from merchant with full inventory"
Version="2006.06.13"
Address0=583A5E
Normal0="0F 85 0D 01"
Crack0="E9 0E 01 00" 

[Con]
Description="Consider boats and other unconsiderables"
Version="2006.06.13"
Address0=488999
Normal0="74"
Crack0="EB"

[CrapLevitate]
Description="Levitate, world Z-Axis becomes 1.97"
Version="2006.06.13"
Address0=4446EC
Normal0="8B 40 08"
Crack0="90 90 90"

[EB]
Version="2006.06.13"  
Description="Enduring/EverLasting Breath"  
Address0=4DE628  
Normal0="48"  
Crack0="90"

[EnviroFall]
Description="No Fall/Enviro dmg"
Version="2006.06.13"
Address0=4DE628
Normal0="81 EC 34"
Crack0="C2 18 00"

[EvadeAttack]
Description="Hide/Evade While Attacking"
Version="2006.06.13"
Address0=431D56
Normal0="74"
Crack0="EB"

[FarFollow]
Description="/follow someone from any distance"
Version="2006.06.13"
Address0=4E5064
Normal0="0F 85 82 00 00 00"
Crack0="E9 83 00 00 00 90"

[FLY]
Description="Fly anywhere, activate then jump in water and exit"
Version="2006.06.13"
Address0=4A004C
Normal0="89 86 34 01 00 00"
Crack0="90 90 90 90 90 90"

[ForceFeedDrink]
Description="Consume Unlimited Drink"
Version="2006.06.13"
Address0=5602B7
Normal0="7C"
Crack0="EB"
    
[ForceFeedFood]
Description="Comsume Unlimited Food"
Version="2006.06.13"
Address0=5600A3
Normal0="7C"
Crack0="EB"
 
[HideBeg]
Description="Beg while hiding"
Version="2006.06.13"
Address0=431531
Normal0="74"
Crack0="EB"

[illusionface]
Description="Change face while under an illusion"
Version="2006.06.13"
Address0=5406A3
Normal0="74"
Crack0="EB"

[JWOEndurance]
Description="Jump with 0 endurance"
Version="2006.06.13"
Address0=4BC0E3
Normal0="7F"
Crack0="EB"

[NewShared]
Description="Shared Bank, and also gets you banned"
Version="2006.06.13"
Address0=55FE64
Normal0="0F 8D 92 00 00 00"
Crack0="E9 93 00 00 00 90"

[NoAccel]
Description="No Acceleration/Deceleration on mount"
Version="2006.06.13"
Address0=4E34A2
Normal0="74"
Crack0="EB"
  
[NoAnon]
Description="No Anon on /who"
Version="2006.06.13"
Address0=4B5D8C
Normal0="74"
Crack0="EB"

[NoEncumber]
Description="Allows for no encumberance"
Version="2006.06.13"
Address0=4274FA
Normal0="7A 3D"
Crack0="90 90"

[NoStun]
Description="Move around while stunned"
Version="2006.06.13"
Address0=4251A0
Normal0="56 8B F1"
Crack0="C2 0C 00"

[NoWeather]
Description="Always a nice sunny day" 
Version="2006.06.13" 
Address0=4F3D98 
Normal0="74" 
Crack0="EB"

[NPCWho]
Description="Shows NPC's when you do a / for who" 
Version="2006.06.13" 
Address0=4B5D7E
Normal0="0F 85 1C 02 00 00" 
Crack0="90 90 90 90 90 90"

[Over100Ignored]
Description="Add more than 100 people to ignore"
Version="2006.06.13"
Address0=496FAC
Normal0="0F 8C 8A 00 00 00"
Crack0="90 90 90 90 90 90"
  
[SeeInvis]
Description="See Invisible"
Version="2006.06.13"
Address0=4EEEC7
Normal0="E8 B4 E6 F3 FF"
Crack0="B0 01 90 90 90"

[Shield]
Description="Allows any class to /shield"
Version="2006.06.13"
Address0=48DC1F
Normal0="0F 85 14 01 00 00"
Crack0="90 90 90 90 90 90" 

[ShowSpells]
Description="GRP LDR Spell awareness"
Version="2006.06.13"
Address0=4B3B90
Normal0="74 24"
Crack0="90 90"
  
[ShowSpells2]
Description="Show spells as text - Groupleader"
Version="2006.06.13"
Address0=4B3C15
Normal0="75"
Crack0="EB"
  
[showtime]
Description="Displays every second when you camp"
Version="2006.06.13"
Address0=435F0B
Normal0="75 48"
Crack0="90 90" 

[Talk2Self]
Description="Bored? Talk to yourself."
Version="2006.06.13"
Address0=4BB147
Normal0="75"
Crack0="EB"

[TrainAny]
Description="Train at any Trainer"
Version="2006.06.13"
Address0=4C214C
Normal0="0F 85 DC 00 00 00"
Crack0="90 90 90 90 90 90" 

[UltraVision]
Description="Ultra-vision"
Version="2006.06.13"
Address0=45CB66
Normal0="74 0A"
Crack0="90 90"
  
[UnlimitedDrunk]
Description="Consume unlimited alcohol"
Version="2006.06.13"
Address0=560463
Normal0="7C"
Crack0="EB"

[UseAssist]
Description="Assist while casting"
Version="2006.06.13"
Address0=487FDF
Normal0="75"
Crack0="EB"

[UseAugsealer]
Description="Use Aug Sealer even though being used"
Version="2006.06.13"
Address0=474F80
Normal0="0F 84 05 01 00 00"
Crack0="90 90 90 90 90 90" 

[waterdt]
Description="Instantly Deathtouches you if you touch any water"
Version="2006.06.13"
Address0=419D57
Normal0="8B 04 88"
Crack0="90 90 90"

[WaterWalk]
Description="Walk Under Water"
Version="2006.06.13"
Address0=4A0047
Normal0="74"
Crack0="EB"

[weightlock]
Description="Locks your weight at 24."
Version="2006.06.13"
Address0=5AC532
Normal0="8B B0 8C EB 00 00"
Crack0="90 90 90 90 90 90"


The 2 red ones are same offset, gives error when trying to save .hak file in GHU. Everything seems to work but i get errors or CTD with Envirofall, Seeinvis, Showspells, and Useassist. I don't know alot about this, just pointing this out.
 
Rich (BB code):
[EB]
Description="Enduring/EverLasting Breath"  
Version="2006.06.13"  
Address0=4DE628  
Normal0="48"  
Crack0="90"

[EnviroFall]
Description="No Fall/Enviro dmg"
Version="2006.06.13"
address0=42D680
normal0="81 EC 34"
crack0="C2 18 00"

[ForceFeedDrink]
Description="Consume Unlimited Drink"
Version="2006.06.13"
address0=5602B1
normal0="7C"
crack0="EB"

[SeeInvis]
Description="See Invisible"
Version="2006.06.13"
address0=4EEEC7
normal0="E8 84 F3 F3 FF"
crack0="B0 01 90 90 90"

[ShowSpells]
Description="GRP LDR Spell awareness"
Version="2006.06.13"
address0=4B3B81
normal0="74 27"
crack0="90 90"
  
[ShowSpells2]
Description="Show spells as text - Groupleader"
Version="2006.06.13"
address0=4B3C09
normal0="75"
crack0="EB"

[UseAssist]
Description="Assist while casting"
Version="2006.06.13"
address0=487FC6
normal0="75"
crack0="EB"
 
Offsets for 2006/06/13 eqgame.exe

Users who are viewing this thread

Back
Top