New Offsets

A forum for feature requests/discussions and user submitted patches that improve MQ2

Moderator: MacroQuest Developers

Amadeus
The Maestro
The Maestro
Posts: 2036
Joined: Sat Jun 29, 2002 3:51 pm

New Offsets

Post by Amadeus » Tue May 13, 2003 3:24 am

Here are a few offsets and structures I found putzing around in memory. I don't know if any are useful, but I thought I'd post here in case someone was putzing around and wanted to check them out (that maybe knew more than I)

New Offsets

Code: Select all

SocialsPages=00736d88    //?? ...  Untested 

MOTD=006fee60

GuildMOTD=006fc40c    // structure includes guildmotd as well as the person that set it

Zoneinfo=006fcaec    // No idea what use this is, it is a small structure that has character name, zone short and long name

RaceList=005b7d94       // Very untested..may need to find a list of pointers to have correct lengths.  It also may not be a complete list..I don't have anything to compare it with.

ZoneList=005b1360       // Just a list of all the zones (I think) ...again, very untested

CommandsList=005b088c   //Appears to be just a list of all the slash commands (no other info) ...could be incomplete, very untested

UIDirectory=005e0698   // Path to current UI directory.  Untested....

ServerIPAddress=006fc75c  //host.domain of EQ server you're connected to ....very untested

New Structures (I havn't added these to even my own MQ.h, so they are untested)
*None yet*



Like I said, probably most of these are worthless...but, at least there here if someone is looking for something specific

-------------
EDIT: Updated for May 15 patch
Last edited by Amadeus on Fri May 16, 2003 10:00 pm, edited 4 times in total.

Mckorr
Developer
Developer
Posts: 2326
Joined: Fri Oct 18, 2002 1:16 pm
Location: Texas

Post by Mckorr » Tue May 13, 2003 9:14 am

UIDirectory might be useful, will take a look and see if it can make my still-nonworking ParseMouseLoc more functional. Might be just the offset we are looking for to fix this thing.