dnsi0 I post too much
Reputation: 0
Joined: 04 Jan 2007 Posts: 2674
|
Posted: Mon Nov 17, 2008 5:58 pm Post subject: |
|
|
| kitterz wrote: | | Code: | | FindWindow (0,"MapleStory"); |
does not work (ingame), im pretty sure. You need to use
| Code: | | FindWindow ("MapleStoryClass",0); |
Also, no need for MK_LBUTTON
| Code: | | PostMessageX(hWnd, WM_LBUTTONDOWN, 0, MakeLParam(x, y)); |
|
LButtonDown is bull. It doesn't click npcs. So I use LDBLCLICK or something... That works on npcs.
|
|