PDA

View Full Version : The circle compass won't follow my character



trustno1
04-26-2007, 04:24 AM
I got the server and client downloaded. The client is on a different PC on the network. They see each other, I see skittles and an accurate map. The only problem is that that circle compass thing that is supposed to show where you are facing and such is always sitting at loc 0,0.

I can click 'OPTIONS' and then 'CHARACTER SELECTION' but all that is listed there is 'REFRESH LIST'. I can find my character's name on the spawn list, and I can zoom in and find my character and move the map to see me moving around, and what is around me, but it's kind of a pain, unless that functuality isn't yet fixed. Also, because MySEQ apparently thinks I'm level 1, everything in the zone is red, so it's very difficult to see danger areas :)

I guess what I'm wondering is this; is there a different way to start the server or client or some setting I missed?

Thanks.

Backspace
04-26-2007, 06:03 AM
Did you modify the myseqserver.ini file with the new offsets?


[File Info]
PatchDate=04/20/2007

[Port]
port=5555

[Memory Offsets]
SpawnHeaderAddr=0x8dd550
CharInfo=0x8dd53c
TargetAddr=0x8dd554
ZoneAddr=0x8fb764
ItemsAddr=0x8dd50c

Seaxouri
04-26-2007, 07:22 AM
Better yet, paste your current offset file here, so we can see what you have set.

trustno1
04-26-2007, 08:09 AM
Thanks for the help, here is myseqserver.ini:


[File Info]
PatchDate=04/20/2007

[Port]
port=5555

[Memory Offsets]
SpawnHeaderAddr=0x8dd550
CharInfo=0x8ddd53c
TargetAddr=0x8dd554
ZoneAddr=0x8fb764
ItemsAddr=0x8dd50c

[SpawnInfo Offsets]
NameOffset=0x74
LastnameOffset=0x10
XOffset=0x3c
YOffset=0x40
ZOffset=0x44
SpeedOffset=0x54
HeadingOffset=0x58
PrevOffset=0x8
NextOffset=0x4
TypeOffset=0x140
LevelOffset=0x1fc
HideOffset=0x1e4
ClassOffset=0xe3c
SpawnIDOffset=0x4
RaceOffset=0xe38

[GroundItem Offsets]
PrevOffset=0x00
NextOffset=0x04
IdOffset=0x08
DropIdOffset=0x0c
XOffset=0x34
YOffset=0x30
ZOffset=0x2c
NameOffset=0x38

EDIT: Oh, I see I have too many 'd' in the charinfo. Let me fix that and try again