Search found 5 matches

by megaton
Wed Apr 09, 2003 10:05 am
Forum: MQ2::General
Topic: 8th April Offsets
Replies: 25
Views: 8019

Yeah, as I don't have all the offsets yet, the struct is a lot shorter than it really is. I have no idea which fields MQ actually uses, but you can probably get away with removing all those references temporarily ;). The reason MQ crashed was because pNext was in the wrong place so it couldn't trave...
by megaton
Wed Apr 09, 2003 3:35 am
Forum: MQ2::General
Topic: 8th April Offsets
Replies: 25
Views: 8019

oops - here is the info from the struct I know so far..

Since I'm not using MQ, I don't need all the offsets / completed struct - but here is the information I have confirmed: Charinfo: 0x00759bb8 CharacterSpawn: 0x00759bb0 SpawnLinkListTop: 0x00759b74 TargetSpawn: 0x00759bbc typedef struct _SPAWNINFO { BYTE Unk0[0x1c]; //0x00 - 0x1b CHAR Name[0x1e]; //0...
by megaton
Wed Apr 09, 2003 3:24 am
Forum: MQ2::General
Topic: 8th April Offsets
Replies: 25
Views: 8019

Offsets are correct - structure changes

Hi guys, The problem is not the offsets, but structure changes. I ran into the same problem with my own little project. The reason /who, and /charinfo, etc is crashing is that the struct for spawns has changed. Looks like they just messed up the order inside this struct. This struct is a linked list...
by megaton
Mon Aug 05, 2002 4:51 am
Forum: MQ2::General
Topic: Can a GM see what you type? ie /endmacro or /macro bear.mac
Replies: 25
Views: 6819

The /alias option is nice for hiding what you type, but does anyone have a real answer for the question? Can a GM/Guide request from your client whats in your input buffer, for example, see what you have typed? And if so, how far back can they see? In the same light, can they see your chat output bu...
by megaton
Mon Aug 05, 2002 4:18 am
Forum: MQ2::General
Topic: MacroEditor Released
Replies: 14
Views: 4294

Code: Select all

mount -t smbfs -o username=megaton //abyss/macroquest /mnt/macroquest
vi /mnt/macroquest/Macros/mbot.mac