| Author |
Message |
Topic: How do you break out of nested IF loops without using GOTO? |
culliganator
Replies: 7
Views: 252
|
Forum: Ask for Help Posted: Tue Nov 04, 2008 2:15 pm Subject: How do you break out of nested IF loops without using GOTO? |
| So using my script above I could make those abilities functions and reuse them for other buttons I may want to set up? |
Topic: How do you break out of nested IF loops without using GOTO? |
culliganator
Replies: 7
Views: 252
|
Forum: Ask for Help Posted: Mon Nov 03, 2008 4:43 pm Subject: How do you break out of nested IF loops without using GOTO? |
Personally, I think you have the right idea, but the wrong method... Ever heard of OOP (Object-Oriented Programming)?
This is very similar to your script, except that instead of using traditional-sty ... |
Topic: How do you break out of nested IF loops without using GOTO? |
culliganator
Replies: 7
Views: 252
|
Forum: Ask for Help Posted: Sun Nov 02, 2008 5:44 pm Subject: How do you break out of nested IF loops without using GOTO? |
| I was hoping someone could help me clean up my code. I am not a very good programmer but after many hours (days) I have come up with something that works. I was hoping someone could help me reduce t ... |
Topic: Age of Conan Auto Combo Tutorial |
culliganator
Replies: 1
Views: 1967
|
Forum: Scripts & Functions Posted: Sat Aug 30, 2008 1:00 am Subject: Age of Conan Auto Combo Tutorial |
| How would you script it to send multiple keystrokes for an ability like those sitting on the secondary bar? for example "alt + 1". |
Topic: How to create a Loop Bypass Timer? |
culliganator
Replies: 14
Views: 521
|
Forum: Ask for Help Posted: Thu May 29, 2008 7:46 pm Subject: How to create a Loop Bypass Timer? |
What do you need this for? I canīt think of a use for this.
This is for a game where I can mash a button and constantly fire off abilities in a certain order. Each ability has a cooldown of v ... |
Topic: How to create a Loop Bypass Timer? |
culliganator
Replies: 14
Views: 521
|
Forum: Ask for Help Posted: Thu May 29, 2008 5:14 pm Subject: How to create a Loop Bypass Timer? |
Here is what I have. It works great. If anyone thinks they can shorten it that would be fantastic.
[::
{
if (!t1 || A_TickCount-t1 > 16000) {
... |
Topic: How to create a Loop Bypass Timer? |
culliganator
Replies: 14
Views: 521
|
Forum: Ask for Help Posted: Thu May 29, 2008 4:19 pm Subject: How to create a Loop Bypass Timer? |
Wow, great responses guys. Now to see if I can get this thing going. I will post what I have when I get it running.
Thanks. |
Topic: How to create a Loop Bypass Timer? |
culliganator
Replies: 14
Views: 521
|
Forum: Ask for Help Posted: Wed May 28, 2008 5:06 pm Subject: How to create a Loop Bypass Timer? |
| I am thinking I need to do this with a counter and then figure out aproximately how many iterations match 60 seconds. |
Topic: How to create a Loop Bypass Timer? |
culliganator
Replies: 14
Views: 521
|
Forum: Ask for Help Posted: Tue May 27, 2008 9:34 pm Subject: How to create a Loop Bypass Timer? |
Thanks a lot. I will try this out and see how it goes.
Edit:
I tried it but I can't seem to get "2" to fire immediatly when "1" is on cooldown. It still waits the 10 seconds ... |
Topic: How to create a Loop Bypass Timer? |
culliganator
Replies: 14
Views: 521
|
Forum: Ask for Help Posted: Tue May 27, 2008 2:25 am Subject: How to create a Loop Bypass Timer? |
| Hi, I have searched these forums all day for a method whereby I can create a script which will allow me to mash a button (the "w" key) which will send "1" and then send "2&quo ... |
Topic: Cooldown Timer script Assistance |
culliganator
Replies: 2
Views: 168
|
Forum: Ask for Help Posted: Thu May 22, 2008 9:16 pm Subject: Cooldown Timer script Assistance |
| Can someone direct me to a script which shows how to enable a button mashing script with support for cooldown timers that you can pre-set. Preferably the script will ignore only those abilities curre ... |
Topic: Timer function |
culliganator
Replies: 3
Views: 135
|
Forum: Ask for Help Posted: Thu May 22, 2008 12:00 am Subject: Timer function |
Can someone post a sample code please?
For example, a macro that simulates pressing "a" then "b".
When "a" is fired it will only fire it again after 20 seconds have e ... |
Topic: Timer function |
culliganator
Replies: 3
Views: 135
|
Forum: Ask for Help Posted: Wed May 21, 2008 11:36 pm Subject: Timer function |
| Thanks |
Topic: Timer function |
culliganator
Replies: 3
Views: 135
|
Forum: Ask for Help Posted: Wed May 21, 2008 10:49 pm Subject: Timer function |
| Does AutoHotkey support a timer function where parts of a macro will be skipped over until a certain amount of time has passed? |
| |