Page 1 of 1

Extending IBControl

Posted: July 7th, 2016, 5:25 pm
by YanshiNative
Hi,

I've been adding my own commands to IBControlMeta. I'm usually wanting to call these from a route and then have all characters in my fellowship execute them. What I'd like to have is an easy way to sent /mt or /vt commands from my route and then have that be executed by each character. Right now I write my own !foo for each and every /mt command I want to issue. Is there a way of doing something like this that I'm just not seeing?

Thanks!

Re: Extending IBControl

Posted: July 7th, 2016, 6:03 pm
by Immortalbob
If you use the new magfilter from thwarglauncher you can broadcast commands to everyone using "/mf bc command"

You could then simply put that in your route as a chat command. There's a box for it on the route tab.

btw: Congrats on being our 300th member, no prize though...

Re: Extending IBControl

Posted: July 7th, 2016, 7:23 pm
by YanshiNative
Looks like the only way to get the DLL is to install the Thwarglauncher? Or, are they decoupled someplace?

Re: Extending IBControl

Posted: July 8th, 2016, 9:15 am
by YanshiNative
Hi,

I installed the DLL and I can see /mf bc in the list of commands when I run '/mf help'

I tried something like this but nothing happens:

/mf jt myteam
/mf bc /t:myteam "/mt face 90"


And nothing happens. What am I doing wrong?

Re: Extending IBControl

Posted: July 8th, 2016, 9:45 am
by Immortalbob
YanshiNative wrote:Hi,

I installed the DLL and I can see /mf bc in the list of commands when I run '/mf help'

I tried something like this but nothing happens:

/mf jt myteam
/mf bc /t:myteam "/mt face 90"


And nothing happens. What am I doing wrong?
remove the quotation marks, once i did that it worked for me.