target mobs

09/11/2011 21:03 sil3ntrap3#1
i was wondering if there was a way to target specific mobs on your map instead of showing all mobs on your map as red dots it would only show 1 single mob type as a red dot so that you could find it easily without looking to find them
09/12/2011 04:56 12sky#2
learn to use CE
09/12/2011 19:23 marcoyang#3
Quote:
Originally Posted by sil3ntrap3 View Post
i was wondering if there was a way to target specific mobs on your map instead of showing all mobs on your map as red dots it would only show 1 single mob type as a red dot so that you could find it easily without looking to find them
you can use CE.. target your mob then search 5 then untarget mob then search 0.. repeat until u get 1 address for match value. Add the address then browse the memory for that address...add 4 byte from this address was mobs ID (dword:8 bytes). So if u search that mob ID then u will come with mobs list address. Thats the clue .. the rest u must try it yourself ... ofcourse learn how to use CE as 12Sky said.
09/12/2011 19:39 Wazapoo#4
Quote:
Originally Posted by marcoyang
...add 4 byte from this address was mobs ID (dword:8 bytes).
Actually a dword is 4 bytes, not 8. word is 2 bytes and dword is 2 words. qword is 2 dwords so 8 bytes.
09/16/2011 14:37 marcoyang#5
Quote:
Originally Posted by Wazapoo View Post
Actually a dword is 4 bytes, not 8. word is 2 bytes and dword is 2 words. qword is 2 dwords so 8 bytes.
Yes sorry my mistype dword 4 bursa not 8 bytes.. I m counting the digits not bytes.. Hehehe