Extending IBControl

Unofficial support for the creating and editing of metas.
YanshiNative
Posts: 5

Extending IBControl

Post #1 »

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!

User avatar
Immortalbob
Site Admin
Posts: 676
Contact:

Post #2 »

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...
Immortalbob of MT

YanshiNative
Posts: 5

Post #3 »

Looks like the only way to get the DLL is to install the Thwarglauncher? Or, are they decoupled someplace?

YanshiNative
Posts: 5

Post #4 »

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?

User avatar
Immortalbob
Site Admin
Posts: 676
Contact:

Post #5 »

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.
Immortalbob of MT