Automacro timeout

All about the macro plugin can be found in this forum. This forum is intended for the macro plugin only.

Moderator: Moderators

Raider
The Kore Devil
The Kore Devil
Posts: 672
Joined: 22 Feb 2013, 03:40
Noob?: No
Location: The Netherlands

Re: Automacro timeout

#11 Post by Raider »

Thanks for the help! I'm using a timeout of 20 seconds, because otherwise the automacro is triggered too fast hehe
Raider
The Kore Devil
The Kore Devil
Posts: 672
Joined: 22 Feb 2013, 03:40
Noob?: No
Location: The Netherlands

Re: Automacro timeout

#12 Post by Raider »

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 :?:
gamenikko
The Way Of Human
The Way Of Human
Posts: 192
Joined: 16 Aug 2009, 03:47
Noob?: Yes
Location: Gonryun

Re: Automacro timeout

#13 Post by gamenikko »

You cant have two automacros running, thats the macro's limitation.
Use:

Code: Select all

exclusive 1
to choose which of the automacro shall overlap the other.

Please read this:
http://wiki.openkore.com/index.php?title=Macro_plugin
Just like old times.
Raider
The Kore Devil
The Kore Devil
Posts: 672
Joined: 22 Feb 2013, 03:40
Noob?: No
Location: The Netherlands

Re: Automacro timeout

#14 Post by Raider »

gamenikko wrote:You cant have two automacros running, thats the macro's limitation.
Use:

Code: Select all

exclusive 1
to choose which of the automacro shall overlap the other.

Please read this:
http://wiki.openkore.com/index.php?title=Macro_plugin
Thanks, this explains the problem. I thought I read the Macro Plugin Manual fine, but it seems I have missed some usefull things :geek: