Page 1 of 1

New Offsets

Posted: Tue May 13, 2003 3:24 am
by Amadeus
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

Posted: Tue May 13, 2003 9:14 am
by Mckorr
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.