jeffske How do I cheat?
Reputation: 0
Joined: 22 Mar 2025 Posts: 1
|
Posted: Sat Mar 22, 2025 9:41 am Post subject: Finding NPC list |
|
|
Hey im pretty new to all this but I think I know how to work with all of this, but im stuck.
so what I currently found out is :
1405A3480 - 8B 81 98000000 - mov eax,[rcx+00000098]
this will lead to all the monsters HP
and these 2 will lead to the X and Y of all the monsters.
1406984CC - F3 0F2C 83 B0000000 - cvttss2si eax,[rbx+000000B0]
1406984B3 - F3 0F2C 83 AC000000 - cvttss2si eax,[rbx+000000AC]
How am I able to find the right monster HP value with the right X and Y floats?
Thanks already for any info that will be given,
Edit : I want to create a monster list so I need to link the HP to the right X and Y so I can make a distance checker and see the monsters that are close to me with the right HP.
|
|