• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

OFFSET Seeking help (1 Viewer)

armysoldier

Well-known member
Joined
Jun 26, 2005
RedCents
101¢
ok so i am trying to find the mobhp offset

the one posted does not work.. although ()===D==> says unload mq2 and it does... that defeats our purpose .. right....

Steps taken:
OK so I open eqstr_us.txt using notepad
Edit - find - NPC health

I come up with
Rich (BB code):
8560 NPC Health
8561 This ability allows members of the party to see a health indicator for any NPC which has been marked or targeted by the group's Main Assist.

and

Rich (BB code):
8615 NPC Health
8616 This ability allows members of the party to see a health indicator for any NPC which has been marked or is targeted by a Main Assist.
8617 Raid
8618 NPC
8619 Health

you can use the hex editor on your calculator

but i made an excel spread sheet

Rich (BB code):
search line / code # / hex 

=DEC2HEX(C3,8) converts the dec code # into hex

i have W32WSDAM open already with eqgame.exe decompiled


8560 = 00001270
8561 = 00001271

i did the search for 1270 and only one line comes up .. but its not a push found on line 314134

Search for 2172 is on 314135

no others found


hmmmmmm so muh to look at

offsethelp.jpg



I tried each of the offsets in the unconditional statement

Rich (BB code):
004b3f39	EBD8   			jmp 004B3F13


004b3fd9	E9 35 FF FF FF		jmp 004B3F13


004b4052	E9 BC FE FF FF		jmp 004b3f13


004b4099	E9 75 FE FF FF		jmp 004B3F13


004b410c	E9 02 Fe FF FF 		jmp 004B3F13


004b4141	E9 CD FD FF FF 		jmp 004B3F13


004b4176	E9 98 FD FF FF		jmp 004B3F13

they not work

then i tried that line right above with the JMP statement .. and no luck

Rich (BB code):
[MobHP2] 
Description="NPC Health over their head" 
Version="2005.09.16" 
address0=4B3F39 
normal0="EB D8" 
crack0="90 90"
address1=4B3FD9 
normal1="E9 35 FF FF FF" 
crack1="90 90 90 90 90"
address2=4B4052 
normal2="E9 BC FE FF FF" 
crack2="90 90 90 90 90"
address3=4B4099 
normal3="E9 75 FE FF FF" 
crack3="90 90 90 90 90"
address4=4B410C 
normal4="E9 02 Fe FF FF" 
crack4="90 90 90 90 90"
address5=4B4141 
normal5="E9 CD FD FF FF" 
crack5="90 90 90 90 90"
address6=4B4141 
normal6="E9 98 FD FF FF" 
crack6="90 90 90 90 90"

[MobHP3] 
Description="NPC Health over their head" 
Version="2005.09.16" 
address0=4B3F19 
normal0="E9 FB 04 00 00" 
crack0="90 90 90 90 90"

AM i doing something wrong.. or what?
 

Users who are viewing this thread

Back
Top