Page 1 of 1
mq2Events Using /bc Chat
Posted: Mon Jun 13, 2016 6:45 pm
by Belvino
I'm using mq2events to preform some routines like buffing pet and guild port etc.
Right now i have them setup to trigger off any chat. I'm looking for a way to limit the trigger to just /bc. examples below
[petbuff]
trigger=*.*petbuff*.*
Command= /casting "pet Buff Spell"
with that everytime i say petbuff in chat it would trigger.
How do i make it just work in /bc petbuff only.
Re: mq2Events Using /bc Chat
Posted: Tue Jun 14, 2016 4:11 am
by Nilbus
My understanding is that use of #chat at the top of the macro will limit/identify which methods to watch. I use #chat bc - and I've never had it trigger off say's or tells. I have seen it sometimes react to OOC though.
Re: mq2Events Using /bc Chat
Posted: Tue Jun 14, 2016 4:49 am
by rasjaziz
I'm going to start logging in just to screw with Belv by yelling "petbuff petbuff" in ooc.
Re: mq2Events Using /bc Chat
Posted: Tue Jun 14, 2016 2:05 pm
by Belvino
HeHe Neo you should know me better then that. My triggers are way goofier then petbuff.
I saw where you did that Nilbus but if i put that in the top of mq2events will that make my other emotes not work that do not use /bc or does the #.# still make it a wild card?
Re: mq2Events Using /bc Chat
Posted: Tue Jun 14, 2016 2:22 pm
by Belvino
I tested #chat bc at the top of mq2events. It didn't change anything. I guess the plugins work a little different then straight macros. I may just incorporate them into the macros prob be easier.