Get Monster HP

Hello,

How do i get the Max HP and remaining HP of the monster the character chooses?

for what will u use ?
some monsters has different hp system like sereness

I am pretty sure you can get those values by tracking and parsing op codes and their data. Whenever you do something in the game, server sends an op code and data. If you find corresponding op code and their data, all you have to do is to parse that data and do your thing using that data

Depending which at which server type you play. In vSro1.188 you can get the currentHP from 0x3057 if you know the MobSpawnID from the spawnpacket :wink:

MaxHP is saved inside the Media.pk2

But better use the Python function get_monsters()

Edit: WTF just saw this thread is 100years old…whoops

1 Like