| Author |
Message |
Topic: Goto |
silentblood
Replies: 15
Views: 1201
|
Forum: Ask for Help Posted: Fri Jan 28, 2005 8:05 pm Subject: Goto |
Here is all the code I have so far but my color checks never come true. I am beginning to wonder if there is some code bug.
World of Warcraft Paladin Combat Macro
;;;;;;;;;;;;;;;;;;;;; ... |
Topic: Goto |
silentblood
Replies: 15
Views: 1201
|
Forum: Ask for Help Posted: Thu Jan 27, 2005 7:40 pm Subject: found it |
| I didn't use your script chris but I made one like it last night and my variables are set wrong in the INI file. I cannot get the correct color code and the correct XY coords for what color I am testi ... |
Topic: Goto |
silentblood
Replies: 15
Views: 1201
|
Forum: Ask for Help Posted: Thu Jan 27, 2005 9:42 am Subject: Goto |
| Well I am to assume there is something wrong with AHK? I can put anyother command in that block and it will work but not the Goto! |
Topic: Goto |
silentblood
Replies: 15
Views: 1201
|
Forum: Ask for Help Posted: Thu Jan 27, 2005 9:26 am Subject: Same thing yet again |
| if I put another command in the block it gets excecuted. |
Topic: Goto |
silentblood
Replies: 15
Views: 1201
|
Forum: Ask for Help Posted: Thu Jan 27, 2005 9:25 am Subject: Just Assume |
| Heh lets assume I know the statement becomes true because its true in other parts of the script. |
Topic: Goto |
silentblood
Replies: 15
Views: 1201
|
Forum: Ask for Help Posted: Thu Jan 27, 2005 9:24 am Subject: Umm yeah |
| I didn't ask how to set that stuff all that works I just need to know why the goto command want work inside the if command block all that stuff you talking about is variables set in an INI file. |
Topic: Goto |
silentblood
Replies: 15
Views: 1201
|
Forum: Ask for Help Posted: Thu Jan 27, 2005 8:33 am Subject: Goto |
Can someone tell me why the following Goto doesn't work!
PixelGetColor, color, %THealthX%, %THealthY%
if color =%THealthColor%
{
Goto, SkipAttack
}
CODE I WANT TO ... |
Topic: PostMessage /Controlsend and minimized (game) window |
silentblood
Replies: 10
Views: 4487
|
Forum: Ask for Help Posted: Wed Jul 21, 2004 1:28 pm Subject: PostMessage /Controlsend and minimized (game) window |
| The thing I posted above allows me to macro mutliple clients on on machine in Shadowbane and also alt tab and serf and stuff. All that stuff yall are typing is not required for SB not sure if you need ... |
Topic: PostMessage /Controlsend and minimized (game) window |
silentblood
Replies: 10
Views: 4487
|
Forum: Ask for Help Posted: Tue Jul 20, 2004 4:55 pm Subject: PostMessage /Controlsend and minimized (game) window |
WinGet,SBID, ID,A : this will get the windows ID of the active window and set it to SBID variable.(hece everquest window)
ControlSend,,TEST , ahk_id %SBID% : This will send a keystroke only to e ... |
Topic: Mouse click in other window while script is running in one. |
silentblood
Replies: 4
Views: 1058
|
Forum: Bug Reports Posted: Tue Jul 13, 2004 5:58 am Subject: Mouse click in other window while script is running in one. |
| I can't remember the exact commands I used but i had my game macro scripts get the windows ID of the active wind then used controlsend with the stored variable with that ID and from then on that macro ... |
Topic: GUI for my scripts |
silentblood
Replies: 32
Views: 6607
|
Forum: Scripts & Functions Posted: Tue Jul 13, 2004 5:47 am Subject: GUI for my scripts |
| I have read over everything. This is just beyond me. I think I am about to give up on a GUI for my scripts. |
Topic: GUI for my scripts |
silentblood
Replies: 32
Views: 6607
|
Forum: Scripts & Functions Posted: Mon Jul 05, 2004 6:04 am Subject: GUI for my scripts |
| Thxs, Its funny you would think making the GUI should be easy but I am having the hardist time with it. |
Topic: GUI for my scripts |
silentblood
Replies: 32
Views: 6607
|
Forum: Scripts & Functions Posted: Sun Jul 04, 2004 12:42 pm Subject: GUI for my scripts |
| Yeah, at the very worst could teach me something. |
Topic: GUI for my scripts |
silentblood
Replies: 32
Views: 6607
|
Forum: Scripts & Functions Posted: Sat Jul 03, 2004 9:51 pm Subject: GUI for my scripts |
| I printed out all the examples and stuff I could find and gonna read over it all at work tonight. |
Topic: GUI for my scripts |
silentblood
Replies: 32
Views: 6607
|
Forum: Scripts & Functions Posted: Sat Jul 03, 2004 10:09 am Subject: GUI for my scripts |
| I am at work atm so I cannot get it to install here windows nt sucks lol. |
| |