how Locating stone pointers with Cheat Engine in metin2

05/21/2025 19:40 c33d35c872@emaily.pro#1
how Locating stone pointers with Cheat Engine in metin2
05/23/2025 03:50 MaxChri#2
You need to find the mob pointer. With mob pointer you can read the mob position, vid, type (is stone?), vnum, "is alive". Then iterate through the mob pointer and search for type=2.

You can find the mob pointer with the same strategy as for the player pointer. Get in an area with just one monster. Scan it's position and check for the right address by freezing or modifying the x,y,z position of the mob. Change the upper offset to get all desired pointers. Iterate the lower offset to scan all monsters in your area.
05/30/2025 08:44 DFGDFGS#3
Quote:
Originally Posted by MaxChri View Post
You need to find the mob pointer. With mob pointer you can read the mob position, vid, type (is stone?), vnum, "is alive". Then iterate through the mob pointer and search for type=2.

You can find the mob pointer with the same strategy as for the player pointer. Get in an area with just one monster. Scan it's position and check for the right address by freezing or modifying the x,y,z position of the mob. Change the upper offset to get all desired pointers. Iterate the lower offset to scan all monsters in your area.
what program i should use it for that ?
09/17/2025 06:41 Neovolt9X#4
*********