automacro wait

All resolved question will be found here. It is recommended that you browse / search through this section first and see if your question has been answered before

Moderators: Moderators, Documentation Writers

Message
Author
EyeOfMySharingan
Noob
Noob
Posts: 17
Joined: 14 Mar 2011, 14:59
Noob?: Yes

automacro wait

#1 Post by EyeOfMySharingan »

Good Day!

I have a problem regarding this macro. My master triggers the macro when other players are casting magni and kyrie. I want my master to wait for the slave when it is casting magnificat or kyrie eleison to the master and slave and not wait when other players are casting. Here's my macro

Code: Select all

automacro wait {
   exclusive 1
   console /is casting (Magnificat|Kyrie Eleison) on/i
   timeout 3.5
   run-once 1
   exclusive 1

   call {
     
      pause 3.5

      release wait
   }
}
Please Help.
Im Just Me
Image
Image

JonSnow
Noob
Noob
Posts: 1
Joined: 12 Dec 2010, 07:08
Noob?: No

Re: automacro wait

#2 Post by JonSnow »

Just add this into your console command:

console /is casting (Magnificat|Kyrie Eleison) on/i

to

console /Player **Your slave's name** is casting (Magnificat|Kyrie Eleison) on/i

Hope this helps.

EyeOfMySharingan
Noob
Noob
Posts: 17
Joined: 14 Mar 2011, 14:59
Noob?: Yes

Re: automacro wait

#3 Post by EyeOfMySharingan »

THX
Im Just Me
Image
Image

Runifl
Noob
Noob
Posts: 13
Joined: 03 Sep 2008, 13:54
Noob?: No

Re: automacro wait

#4 Post by Runifl »

I have a problem with the adjusted version, since in my Openkore console it says:

Code: Select all

Player Antonio (0) is casting Magnificat on herself (Delay: 3387ms)
I don't know what the "(0)" means, but the macro has some problems with it., it won't trigger right, even if I add the number.

User avatar
help_us
Testers Team
Testers Team
Posts: 106
Joined: 04 Apr 2008, 21:53
Noob?: No
Location: Asia
Contact:

Re: automacro wait

#5 Post by help_us »

0 mean player bindID.
Image
Image

Runifl
Noob
Noob
Posts: 13
Joined: 03 Sep 2008, 13:54
Noob?: No

Re: automacro wait

#6 Post by Runifl »

help_us wrote:0 mean player bindID.
Just in general, there are sometimes other numbers, is there a wiki page for this?
But thanks already ;)

andora
Noob
Noob
Posts: 19
Joined: 24 Mar 2015, 17:20
Noob?: No

Re: automacro wait

#7 Post by andora »

i cant give you a specific answer but you can use regex. too bad im still trying to learn it.

Locked