Page 1 of 1
Mouse pointer types
Posted: Wed Aug 12, 2009 7:45 am
by S3v3n11
Do we know anymore values for mouse pointer type? Any place we can look these up? Here are the ones defined in the bot:
PT_NONE = 0;
PT_PLAYER = 1;
PT_MONSTER = 2;
PT_NPC = 4;
PT_NODE = 4;
Re: Mouse pointer types
Posted: Wed Aug 12, 2009 8:13 am
by Administrator
Those are the only ones I know of. The only way to look them up would be to get the pointer (just have the bot print out the address so you don't have to do all the work) and keep an eye on it's value in Cheat Engine. From my testing, I didn't find any other used values.
Re: Mouse pointer types
Posted: Wed Aug 12, 2009 9:09 am
by S3v3n11
Thanks for the prompt reply! That is a great suggestion!