PDA

View Full Version : Possible Issue



Shonki
07-27-2009, 08:05 AM
Hi folks,

I am having a problem at the moment where I dont see the actual levels of the mob or the classes on the map or in the spawn list, I have all the mobs showing on there and everything else appears fine.

I tried using the Smart EQ Offest program but when I use the values this presents I get no information on the map at all.

These are my offsets

[File Info]
Patchdate=7/15/2009

[Port]
port=5555

[Memory Offsets]
ZoneAddr=0xa672d4
ZoneInfoAddr=0xa67014
SpawnHeaderAddr=0xada4ec
CharInfo=0xa62c98
ItemsAddr=0xa62c68
TargetAddr=0xa62cb0
WorldAddr=0xa62c64

[WorldInfo Offsets]
WorldHourOffset=4
WorldMinuteOffset=5
WorldDayOffset=6
WorldMonthOffset=7
WorldYearOffset=8

[SpawnInfo Offsets]
NextOffset=0x4
PrevOffset=0x8
LastnameOffset=0x38
XOffset=0x64
YOffset=0x68
ZOffset=0x6c
SpeedOffset=0x7c
HeadingOffset=0x80
NameOffset=0xA4
TypeOffset=0x125
SpawnIDOffset=0x148
HideOffset=0x37C
LevelOffset=0x315
RaceOffset=0xe64
ClassOffset=0xe68

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

This is what the offset program says they should be

# Smart EQ Offset Finder v0.9.1 (GPL Edition)
# Copyright 2007-2009, Carpathian <[email protected]>


Primary Offsets
===============

ZoneAddr:
| Match Found @ TRUE
| Offset -> 0xa672d4

ZoneInfoAddr:
| Match Found @ TRUE
| Offset -> 0xa67014

SpawnHeaderAddr:
| Match Found @ TRUE
| Offset -> 0xada4ec

CharInfoAddr:
| Match Found @ TRUE
| Offset -> 0xa62c98

ItemsAddr:
| Match Found @ TRUE
| Offset -> 0xa62c68

TargetAddr:
| Match Found @ TRUE
| Offset -> 0xa62cb0

WorldAddr:
| Match Found @ TRUE
| Offset -> 0xa62c64


SpawnInfo Offsets
=================

NextOffset:
| Match Found @ FALSE
| Offset -> 0x0

XOffset:
| Match Found @ TRUE
| Offset -> 0x64

YOffset:
| Match Found @ TRUE
| Offset -> 0x68

ZOffset:
| Match Found @ TRUE
| Offset -> 0x6c

SpeedOffset:
| Match Found @ TRUE
| Offset -> 0x7c

HeadingOffset:
| Match Found @ TRUE
| Offset -> 0x80

NameOffset:
| Match Found @ TRUE
| Offset -> 0xa4

TypeOffset:
| Match Found @ TRUE
| Offset -> 0x125

SpawnIdOffset:
| Match Found @ TRUE
| Offset -> 0x148

HideOffset:
| Match Found @ TRUE
| Offset -> 0x3c4

LevelOffset:
| Match Found @ TRUE
| Offset -> 0x3c8

RaceOffset:
| Match Found @ TRUE
| Offset -> 0xe78

ClassOffset:
| Match Found @ TRUE
| Offset -> 0xe7c


Any assistance is appreciated!

NovaUSC
07-27-2009, 08:44 AM
These worked for me,

[File Info]
Patchdate=7/15/2009

[Port]
port=5555

[Memory Offsets]
ZoneAddr=0xa672d4
ZoneInfoAddr=0xa67014
SpawnHeaderAddr=0xada4ec
CharInfo=0xa62c98
ItemsAddr=0xa62c68
TargetAddr=0xa62cb0
WorldAddr=0xa62c64

[WorldInfo Offsets]
WorldHourOffset=4
WorldMinuteOffset=5
WorldDayOffset=6
WorldMonthOffset=7
WorldYearOffset=8

[SpawnInfo Offsets]
NextOffset=0x4
PrevOffset=0x8
LastnameOffset=0x38
XOffset=0x64
YOffset=0x68
ZOffset=0x6c
SpeedOffset=0x7c
HeadingOffset=0x80
NameOffset=0xa4
TypeOffset=0x125
SpawnIDOffset=0x148
HideOffset=0x3c4
LevelOffset=0x3c8
RaceOffset=0xe78
ClassOffset=0xe7c

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

Shonki
07-27-2009, 09:27 AM
Perfect, that works a treat :)