Automacro timeout
Moderator: Moderators
-
- The Kore Devil
- Posts: 672
- Joined: 22 Feb 2013, 03:40
- Noob?: No
- Location: The Netherlands
Re: Automacro timeout
Thanks for the help! I'm using a timeout of 20 seconds, because otherwise the automacro is triggered too fast hehe
-
- The Kore Devil
- Posts: 672
- Joined: 22 Feb 2013, 03:40
- Noob?: No
- Location: The Netherlands
Re: Automacro timeout
Damm, things are weird now. I now got two automacros running, but when the when one automacro is triggered the other automacro won't stops running. Is this normal, I was thinking about this stop command in this automacro could be the cause of it 

-
- The Way Of Human
- Posts: 192
- Joined: 16 Aug 2009, 03:47
- Noob?: Yes
- Location: Gonryun
Re: Automacro timeout
You cant have two automacros running, thats the macro's limitation.
Use:
to choose which of the automacro shall overlap the other.
Please read this:
http://wiki.openkore.com/index.php?title=Macro_plugin
Use:
Code: Select all
exclusive 1
Please read this:
http://wiki.openkore.com/index.php?title=Macro_plugin
Just like old times.
-
- The Kore Devil
- Posts: 672
- Joined: 22 Feb 2013, 03:40
- Noob?: No
- Location: The Netherlands
Re: Automacro timeout
Thanks, this explains the problem. I thought I read the Macro Plugin Manual fine, but it seems I have missed some usefull thingsgamenikko wrote:You cant have two automacros running, thats the macro's limitation.
Use:
to choose which of the automacro shall overlap the other.Code: Select all
exclusive 1
Please read this:
http://wiki.openkore.com/index.php?title=Macro_plugin
