Hi,
can someone tell me how to find:
selected Mob id pointer and jump pointer:
can someone tell me how to find:
selected Mob id pointer and jump pointer:
Quote:
There's an offset for current X,Y screen coordinates for each item.
NPCs, resources, loots, players all have these. If they are not on screen, then the values will be negative. So make your bot move to within 5 distance range, zoom out; it should be on screen; get the X, Y screen coordinate, then use PostMessage to send WM_MOUSEDOWN on the location.
By the way, this is also the way to target mobs with proper HP bar - by clicking on it.
I am looking for this offset too. This is very important to avoid being report botting to GM by a player.Quote:
anyone got player list offset?