AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 10 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Pixel search & click [mmorpg]
Astelle

Replies: 16
Views: 641

PostForum: Ask for Help   Posted: Mon May 14, 2007 9:40 pm   Subject: Pixel search & click [mmorpg]
so I swap "Send, 1" with "SendPlay, 1"Nice to know. What's the outcome?

well, It was a question if that was what I should do? Since I dont know.
  Topic: Pixel search & click [mmorpg]
Astelle

Replies: 16
Views: 641

PostForum: Ask for Help   Posted: Mon May 14, 2007 11:28 am   Subject: Pixel search & click [mmorpg]
I'm guessing your trying to get some 'Glyder Action' going on here. So it'd definently be a problem if it does it once, and only once.

Cheers.

Oh, once and only once?
I read it differently...
...
  Topic: Pixel search & click [mmorpg]
Astelle

Replies: 16
Views: 641

PostForum: Ask for Help   Posted: Sun May 13, 2007 11:54 am   Subject: Pixel search & click [mmorpg]
*bump*
  Topic: Pixel search & click [mmorpg]
Astelle

Replies: 16
Views: 641

PostForum: Ask for Help   Posted: Fri May 11, 2007 3:40 pm   Subject: Pixel search & click [mmorpg]
okey thank you.
  Topic: Pixel search & click [mmorpg]
Astelle

Replies: 16
Views: 641

PostForum: Ask for Help   Posted: Thu May 10, 2007 9:10 am   Subject: Pixel search & click [mmorpg]
*bump*
  Topic: Pixel search & click [mmorpg]
Astelle

Replies: 16
Views: 641

PostForum: Ask for Help   Posted: Wed May 09, 2007 8:27 pm   Subject: Pixel search & click [mmorpg]
I have made this now:

CoordMode, Pixel, Screen
CoordMode, Mouse, Screen
GetKeyState, NLS, NumLock, T
if NLS = D
{
Send {NumLock}
}
Loop
{
GetKeyState, NLS, NumLock ...
  Topic: Pixel search & click [mmorpg]
Astelle

Replies: 16
Views: 641

PostForum: Ask for Help   Posted: Wed May 09, 2007 10:25 am   Subject: Pixel search & click [mmorpg]
okey I`ll give it another try.. what I want to do is...

- Search for a monster (search pixel)
- Move to it (left click),
- press 1
- wait 5sec
- Repeat the action:

I found this code on t ...
  Topic: Dont know how to make this script..
Astelle

Replies: 18
Views: 556

PostForum: Ask for Help   Posted: Wed May 09, 2007 12:32 am   Subject: Dont know how to make this script..
is that gangwars?
  Topic: Pixel search & click [mmorpg]
Astelle

Replies: 16
Views: 641

PostForum: Ask for Help   Posted: Tue May 08, 2007 11:11 pm   Subject: Pixel search & click [mmorpg]

CoordMode, Pixel, Screen
CoordMode, Mouse, Screen
GetKeyState, NLS, NumLock, T
if NLS = D
{
Send {NumLock}
}
Loop
{
GetKeyState, NLS, NumLock, T
if NLS = D
{ ...
  Topic: Pixel search & click [mmorpg]
Astelle

Replies: 16
Views: 641

PostForum: Ask for Help   Posted: Tue May 08, 2007 10:14 pm   Subject: Pixel search & click [mmorpg]
Im playing this mmorpg and I want to skill up my skills...
so what Im looking for is a macro who just search the screen for a color pixel and clickes it, then waits for 5sec and does it a again.

s ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group