| Author |
Message |
Forum: Support Topic: If and or? |
| Bigfootmech |
|
Posted: January 19th, 2008, 1:48 am
|
|
Replies: 4 Views: 274
|
| Yeah, the if in worked perfectly! thanks dude |
|
 |
Forum: Support Topic: If and or? |
| Bigfootmech |
|
Posted: January 19th, 2008, 12:31 am
|
|
Replies: 4 Views: 274
|
if there any way I can have an if function do things like?
if x = 1 or x = 7
something
else if x = 2 or x = 8
...
you get the picture |
|
 |
Forum: Support Topic: WinGetPos isn't worknig for me, can anyone help me out? |
| Bigfootmech |
|
Posted: January 18th, 2008, 10:50 pm
|
|
Replies: 3 Views: 304
|
wow... that was INCREDIBLY stupid of me, thanks for spotting  |
|
 |
Forum: Support Topic: WinGetPos isn't worknig for me, can anyone help me out? |
| Bigfootmech |
|
Posted: January 18th, 2008, 10:43 pm
|
|
Replies: 3 Views: 304
|
| Trying to find the top left and bottom right pixel of a wondow... LCtrl:: WinGetPos, WinX1, WinY1, WinW, WinH, A WinX2 := WinX1 + WinW WinY2 := WinY1 + WinH msgbox, vars are%Win1X% %Win2X% %Win1Y% %Win2Y% return I get no variables. I know that if the window wasn't found it should be blank, but I had... |
|
 |
Forum: Support Topic: relatively "simple" find and replace |
| Bigfootmech |
|
Posted: June 5th, 2007, 3:30 pm
|
|
Replies: 5 Views: 954
|
| I know that AHK is better than batch, and I've been using AHK for a while, but only for typing and mouse clicks. NOT REALLY CODE, just WoW serv info (so I don't spam) The WoW server is for 2 reasons, me to learn some C++ (hopefully), and me to have a few runs of raids, you're welcome... |
|
 |
Forum: Support Topic: relatively "simple" find and replace |
| Bigfootmech |
|
Posted: June 5th, 2007, 11:23 am
|
|
Replies: 5 Views: 954
|
| That StringReplace looks good... I don't quite understand how it works, It's confusing :S are the variables the directories of input and output, or... ? |
|
 |
Forum: Support Topic: relatively "simple" find and replace |
| Bigfootmech |
|
Posted: June 4th, 2007, 11:17 pm
|
|
Replies: 5 Views: 954
|
| long story short, I have to compile 2 .conf files a lot of times a day and then replace some information in the defaults (username and password) I need to replace DataDir = "@MANGOSD_DATA@" to DataDir = "." LoginDatabaseInfo = "127.0.0.1;3306;mangos;mangos;realmd" World... |
|
 |
Forum: Support Topic: Adding... Doesn't work |
| Bigfootmech |
|
Posted: October 30th, 2006, 1:18 am
|
|
Replies: 4 Views: 495
|
Thx, I would've never thought of NOT devlaring it as a variable for it to work still have to test it, but still tanks for the help. |
|
 |
Forum: Support Topic: Adding... Doesn't work |
| Bigfootmech |
|
Posted: October 29th, 2006, 7:00 pm
|
|
Replies: 4 Views: 495
|
Hey, I need some help, nothing I do seems to allow stuff to add
Var= 1+%x% Doesn't work
Var= Add(1, %x%) Doesn't work
Var := Add(1, %x%) Doesn't work
Please help, I just need to simply add 2 integers - 1 of which is a variable |
|
 |
Forum: Support Topic: A partial picture |
| Bigfootmech |
|
Posted: January 12th, 2006, 1:11 am
|
|
Replies: 10 Views: 966
|
| Just tried immage search... doesn't seem to work the way i want it to... maybe the immage search isnt working well, maybe its the game, who nows, aniway, i took a picture of something , deleted all its background saved it as a png, and th immage search couldn't find it |
|
 |
Forum: Support Topic: Stop and Go |
| Bigfootmech |
|
Posted: January 12th, 2006, 12:04 am
|
|
Replies: 12 Views: 778
|
| harmor, as i said before, its all 1 script, if i pause, that would stop all my other actions working... |
|
 |
Forum: Support Topic: A partial picture |
| Bigfootmech |
|
Posted: January 10th, 2006, 10:45 pm
|
|
Replies: 10 Views: 966
|
| Also i cant get any working GOCR links for me... I have windows xp if that helps... |
|
 |
Forum: Support Topic: A partial picture |
| Bigfootmech |
|
Posted: January 10th, 2006, 10:33 pm
|
|
Replies: 10 Views: 966
|
| cool thx for info but what i also asked was, if I took photoshop, and deleted the background of a picture, would the immage search look for the picture with any sort of background or a fixed "no background" if you get my meaning... Because you minght want to look for a + not something that... |
|
 |
Forum: Support Topic: A partial picture |
| Bigfootmech |
|
Posted: January 10th, 2006, 9:56 pm
|
|
Replies: 10 Views: 966
|
| In Runescape, you get pictures of stuff, now there is usually a differrent background everywhere you put it, so would I have to look for over 28 differrent immages (immage + background) or can I make a PNG which has it's background cut out then tell immage search to look for it (and it finds on any ... |
|
 |
Forum: Support Topic: Stop and Go |
| Bigfootmech |
|
Posted: January 10th, 2006, 9:48 pm
|
|
Replies: 12 Views: 778
|
| no but, i have a thing repeating, but it takes like 10 seconds to repeat, and I want if you press a button to be able to stop it instantly, but in turn have no effect on any of the other script you are running. |
|
 |
| Sort by: |