PDA

View Full Version : offsets help



granai
08-19-2015, 02:48 PM
so i can get to the point where it loads the map and my char, and it shows corpses and ground spawns, however no NPC spawns on the map. The server.exe displays the correct npc/pc/corpse/ground spawns but no skittles appearing on my map. Which offset is wrong and needs changed?

Labus
08-19-2015, 03:03 PM
i am having same issues

granai
08-19-2015, 03:07 PM
WRU eqmule ? :(

zagerstyle
08-19-2015, 04:14 PM
share what offsets you have? i get for target the following : 0xdb59d8 0xf9b630 both of these do not produce results while using wt its possible that the secondary offsets have change ?

Android8675
08-19-2015, 04:23 PM
[Memory Offsets]
#ZoneAddr=0xfa9bec
ZoneAddr=0xfa8bec # Does not match ini file.


#SpawnHeaderAddr=0x102f180
SpawnHeaderAddr=0x102e180 # Does not match ini file.


#CharInfo=0xF9C618
CharInfo=0xf9b618


#ItemsAddr=0xf98d60
ItemsAddr=0xf97d60 # Does not match ini file.


#TargetAddr=0xf9c630
TargetAddr=0xf9b630 # Does not match ini file.


#WorldAddr=0xf9c5e8
WorldAddr=0xf9b5e8 # Does not match ini file.


So the # commented out lines are the previous values from last patch, essentials everything moved up 1000 hex.

Now Server detects all the spawns, tracks my movement, etc.

The problem is the section [SpawnInfo Offsets] is messed up so none of the spawns appear on the map. I have no idea how to fix this.

I noticed the values for this patch are the same as 2 patches back. Wondering if the [SpawnInfo Offsets] from that week will work now.

Android8675
08-19-2015, 04:30 PM
Nope, SpawnInfo values do not work. I played around with the server debugger, but couldn't get it to spit out the raw data for a spawn so I could line up the offset values. Probably just need to wait for EQmule to post. Maybe I'll send him some paypal love to see if that'll wake him up.

granai
08-19-2015, 04:32 PM
i have the same offsets as you android. same issue as well. tracks my movement and loads correct maps. puts npc/pc corpses on the map and in the spawn list. ground items show on map and spawn list, but no skittles on map and no live npcs in spawn list

granai
08-19-2015, 04:34 PM
Maybe I'll send him some paypal love to see if that'll wake him up.

just did that...hope it works, lol

zagerstyle
08-19-2015, 04:39 PM
Nope, SpawnInfo values do not work. I played around with the server debugger, but couldn't get it to spit out the raw data for a spawn so I could line up the offset values. Probably just need to wait for EQmule to post. Maybe I'll send him some paypal love to see if that'll wake him up. do you get results with wt in debug

granai
08-19-2015, 04:48 PM
do you get results with wt in debug

a bunch

zagerstyle
08-19-2015, 05:27 PM
a bunch when it searchs at the end, do you get a display of the possible address, or is it just a list of spawn data?

granai
08-19-2015, 05:54 PM
oh, its just a list of spawn data

Android8675
08-20-2015, 08:55 AM
when it searchs at the end, do you get a display of the possible address, or is it just a list of spawn data?

I couldn't get it to find the offsets, that's where I got stuck. it just froze after spitting out all the spawns. I'd love a how-to for finding the settings besides the memory offsets.