slipsnake Posted December 31, 2004 Posted December 31, 2004 Hi guys, A little problem here. I can't seem to be able to retrieve the pixel color under mouse value in my game. Game is called Maple Story. Autoit SPY keeps giving me this value. Hex: 0x000000 This is kinda suckng a lot, because I can't make my script perfect now. Help/clarifications appreciated. Cheers
Insolence Posted January 1, 2005 Posted January 1, 2005 (edited) http://www.autoitscript.com/forum/index.php?showtopic=7154That thread should give a valid solution. Edited January 1, 2005 by Insolence "I thoroughly disapprove of duels. If a man should challenge me, I would take him kindly and forgivingly by the hand and lead him to a quiet place and kill him." - Mark TwainPatient: "It hurts when I do $var_"Doctor: "Don't do $var_" - Lar.
slipsnake Posted January 2, 2005 Author Posted January 2, 2005 http://www.autoitscript.com/forum/index.php?showtopic=7154That thread should give a valid solution.<{POST_SNAPBACK}>Thank you Larry and Insolence for the help. Yea the game is fullscreen. Will check out the link and see if I can get this figured out. Thanks once again! =D
slipsnake Posted January 2, 2005 Author Posted January 2, 2005 Isolence, I just read that thread. I'm not sure what you are trying to say but.. Correct me if I'm wrong, but is it because I am getting the in-game cursor graphic color all this while, regardless of my pointer position? Does Autoit detect the cursor graphic colors as well?!
Administrators Jon Posted January 2, 2005 Administrators Posted January 2, 2005 Isolence, I just read that thread. I'm not sure what you are trying to say but..Correct me if I'm wrong, but is it because I am getting the in-game cursor graphic color all this while, regardless of my pointer position? Does Autoit detect the cursor graphic colors as well?!It depends, in Windows the function seems to ignore the cursor, but in games where the cursor might be drawn in a different way it is possible... Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/
slipsnake Posted January 2, 2005 Author Posted January 2, 2005 probably... try a pixelgetcolor at an "offset" from current mouse pos.Lar.<{POST_SNAPBACK}>Ok Larry, will try that out right now. Thank you guys for the VERY prompt replies!!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now