| Author |
Message |
Forum: Support Topic: SetTimer issue |
| RAW-BERRY |
|
Posted: October 20th, 2010, 2:16 am
|
|
Replies: 3 Views: 235
|
Anonymous wrote: did u read the "Timer precision" topic in the help file for Settimer?
I had not, thank you.
How about my first question regarding the cycle through? |
|
 |
Forum: Support Topic: SetTimer issue |
| RAW-BERRY |
|
Posted: October 19th, 2010, 7:10 am
|
|
Replies: 3 Views: 235
|
| Hello, I made a program which serves as an automated clicker while you hold down the mouse. I have a timer implemented as well, and you may instantly see your current clicks per second. (For future plans) However, I have run into one very small issue. When the script calculates the Clicks/second, it... |
|
 |
Forum: Support Topic: Packets |
| RAW-BERRY |
|
Posted: June 15th, 2010, 5:56 pm
|
|
Replies: 2 Views: 294
|
| Tried using WindowSpy and found nothing. Going to use AutoIt I suppose, I know this is possible using that. |
|
 |
Forum: Support Topic: Packets |
| RAW-BERRY |
|
Posted: June 15th, 2010, 5:59 am
|
|
Replies: 2 Views: 294
|
| I'm attempting to make a game counter for Diablo II, which tallys the number of games you have joined within the hour. The tally resets, and the timer resets after an hour. I'm making this to help myself avoid realm downs. For those of you who don't play diablo, generally you get 20 games per hour p... |
|
 |
Forum: Support Topic: Mouse blocking |
| RAW-BERRY |
|
Posted: March 31st, 2010, 2:49 am
|
|
Replies: 14 Views: 1185
|
| Very nice method indeed. Is there a way to restrict the window in which the mouse can move to be a little bit smaller? I tried to do llWidth - x and llHeight - x, but that didn't go over too well. |
|
 |
Forum: Support Topic: InputBox: Cancel performing the same as Okay |
| RAW-BERRY |
|
Posted: March 8th, 2010, 11:07 pm
|
|
Replies: 8 Views: 400
|
| Yes, this indeed worked. I feel so silly right now... sorry for the trouble, and thank you all very much for taking the time to help me! Just to clarify for anyone else suffering from a similar issue, here is what my code looks like as of now: ;This method of text updating and .ini writing is used t... |
|
 |
Forum: Support Topic: InputBox: Cancel performing the same as Okay |
| RAW-BERRY |
|
Posted: March 8th, 2010, 6:27 am
|
|
Replies: 8 Views: 400
|
| Does anyone else have any ideas? I would prefer not to have to go through a msgbox to get the desired effect. |
|
 |
Forum: Support Topic: InputBox: Cancel performing the same as Okay |
| RAW-BERRY |
|
Posted: March 8th, 2010, 1:20 am
|
|
Replies: 8 Views: 400
|
| Well, the IniWrite does not take place. However the text is still changed via GuiControl somehow even if cancel is hit, or no value is entered. |
|
 |
Forum: Support Topic: InputBox: Cancel performing the same as Okay |
| RAW-BERRY |
|
Posted: March 8th, 2010, 12:56 am
|
|
Replies: 8 Views: 400
|
| Here is the entire script: ;Loads script faster #NoEnv ;Makes it so their can only be one of the script at once. #SingleInstance force ;Makes 'IfWinExist' command look for certain words in a title, and not a 100% specific title. SetTitleMatchMode, 1 SettingsFile = %A_ScriptDir%\Settings.ini Gosub, L... |
|
 |
Forum: Support Topic: InputBox: Cancel performing the same as Okay |
| RAW-BERRY |
|
Posted: March 8th, 2010, 12:49 am
|
|
Replies: 8 Views: 400
|
| Hello, in my script once the user types their input, the program checks to see that okay was pressed and that the variable isn't empty. However pressing cancels performs the same actions as okay. Which I do not want. If cancel is pressed, I want nothing to change. Here is what I have: ButtonX: Input... |
|
 |
Forum: Support Topic: IniRead |
| RAW-BERRY |
|
Posted: March 7th, 2010, 11:55 pm
|
|
Replies: 1 Views: 209
|
| Changed the directories variable name, but didn't change it in the IniRead. I feel dumb. |
|
 |
Forum: Support Topic: IniRead |
| RAW-BERRY |
|
Posted: March 7th, 2010, 11:27 pm
|
|
Replies: 1 Views: 209
|
| Hello, I decided to use a .ini to save the settings of a script I made. It writes to the .ini perfectly; as when I change a setting and recheck the .ini, the value in the .ini changes. However I am having issues with the .ini read, which is supposed to display the value of the .ini as text in the sc... |
|
 |
Forum: Support Topic: GuiControl |
| RAW-BERRY |
|
Posted: March 6th, 2010, 1:50 am
|
|
Replies: 8 Views: 567
|
| Well, I am now finished with my XChat AutoDL! It's just a basic script which automatically downloads files queued up by a bot in the XChat IRC when you are afk, because XChat requires you to choose a save directory every time a new file is being offered. Just requires the x, y coords of a point with... |
|
 |
Forum: Support Topic: GuiControl |
| RAW-BERRY |
|
Posted: March 6th, 2010, 1:15 am
|
|
Replies: 8 Views: 567
|
| I believe either works, because the manual states that using the 'text' sub-command follows the same param3 guidelines as it would if the sub-command was left blank, aside from the three mentioned GUI's. |
|
 |
Forum: Support Topic: GuiControl |
| RAW-BERRY |
|
Posted: March 6th, 2010, 1:04 am
|
|
Replies: 8 Views: 567
|
| Figured it out. The Gui, Submit, NoHide needed to be moved within the if statement above the GuiControl. ButtonX: InputBox, x, X Coordinate, Please enter the 'x' coordinate of the save button if (!ErrorLevel && !x) Gui, Submit, NoHide GuiControl, text, x_txt, %x% return Once again, t... |
|
 |
| Sort by: |