IBControl Unlimited

Have a meta to release to the public? Looking to download a meta? This is the place for you!
Joeblow8579
Posts: 69

Post #21 »

I'm having the same problem. IBControl will always give my commands in /s, in my case, since I'm in "chat to all".

Chaos Helper properly uses /f.

Is there something we're missing in configuring? I've changed the first part of the meta as Wazoot had said to /ch setchatcommand /f

Fixing this will help eliminate a lot of extraneous chat in group quests too, since everyone else seems to use /s as well because they can't get /f to work in the IBControl window.

User avatar
Immortalbob
Site Admin
Posts: 676
Contact:

Post #22 »

Joeblow8579 wrote: June 13th, 2022, 11:13 am I'm having the same problem. IBControl will always give my commands in /s, in my case, since I'm in "chat to all".

Chaos Helper properly uses /f.

Is there something we're missing in configuring? I've changed the first part of the meta as Wazoot had said to /ch setchatcommand /f

Fixing this will help eliminate a lot of extraneous chat in group quests too, since everyone else seems to use /s as well because they can't get /f to work in the IBControl window.
its in the ibcontrol settings
Immortalbob of MT

Joeblow8579
Posts: 69

Post #23 »

Immortalbob wrote: June 15th, 2022, 8:02 am
Joeblow8579 wrote: June 13th, 2022, 11:13 am I'm having the same problem. IBControl will always give my commands in /s, in my case, since I'm in "chat to all".

Chaos Helper properly uses /f.

Is there something we're missing in configuring? I've changed the first part of the meta as Wazoot had said to /ch setchatcommand /f

Fixing this will help eliminate a lot of extraneous chat in group quests too, since everyone else seems to use /s as well because they can't get /f to work in the IBControl window.
its in the ibcontrol settings
Can you elaborate as to where? I have a /ch setchatcommand /f in the IBControl meta itself in the second line. That used to be /s but changing it doesn't seem to alter how the IBControl mini remote behaves.

User avatar
Immortalbob
Site Admin
Posts: 676
Contact:

Post #24 »

ok, so...thats an issue stemming from the version pappy forked....you can edit the miniremote stuff in the meta, idr where it is.
Immortalbob of MT

Magolast
Posts: 1

Post #25 »

Hey there I found the issue with IBC Unlimited not saying messages in fellow. In the Unlimited_IBControl.met file, there is a line:

Code: Select all

CreateView {Remote} {<?xml version="1.0"?><view width="168" height="217" title="IBC Remote"><control type="layout"><control type="button" name="All On" left="6" top="6" width="75" height="15" text="All On" setstate="Default2" actionexpr="chatbox[\#action all on]" /><control type="button" name="All Off" left="87" top="6" width="75" height="15" text="All Off" setstate="Default2" actionexpr="chatbox[\#action all off]" /><control type="button" name="Follow" left="6" top="27" width="75" height="15" text="Follow" setstate="Default2" actionexpr="chatbox[\#action follow]" /><control type="button" name="Stay" left="87" top="27" width="75" height="15" text="Stay" setstate="Default2" actionexpr="chatbox[\#action stay]" /><control type="button" name="Nav Only" left="87" top="48" width="75" height="15" text="Nav Only" setstate="Default2" actionexpr="chatbox[\#action nav only]" /><control type="button" name="Forcebuff" left="6" top="48" width="75" height="15" text="Forcebuff" setstate="Default2" actionexpr="chatbox[\#action buff]" /><control type="button" name="Combat On" left="6" top="69" width="75" height="15" text="Combat On" setstate="Default2" actionexpr="chatbox[\#optset enablecombat true]" /><control type="button" name="Combat Off" left="87" top="69" width="75" height="15" text="Combat Off" setstate="Default2" actionexpr="chatbox[\#optset enablecombat false]" /><control type="button" name="Nav Off" left="87" top="90" width="75" height="15" text="Nav Off" setstate="Default2" actionexpr="chatbox[\#optset enablenav false]" /><control type="button" name="Nav On" left="6" top="90" width="75" height="15" text="Nav On" setstate="Default2" actionexpr="chatbox[\#optset enablenav true]" /><control type="button" name="Rares Only" left="87" top="111" width="75" height="15" text="Rares Only" setstate="Default2" actionexpr="chatbox[\#action rares only]" /><control type="button" name="Loot All" left="6" top="111" width="75" height="15" text="Loot All" setstate="Default2" actionexpr="chatbox[\#action loot all]" /><control type="button" name="Buff On" left="6" top="132" width="75" height="15" text="Buff On" setstate="Default2" actionexpr="chatbox[\#optset enablebuffing true]" /><control type="button" name="Buff Off" left="87" top="132" width="75" height="15" text="Buff Off" setstate="Default2" actionexpr="chatbox[\#optset enablebuffing false]" /><control type="button" name="Portal" left="6" top="174" width="75" height="15" text="Portal" setstate="Default2" actionexpr="chatbox[\#action ucp]" /><control type="button" name="NPC" left="87" top="174" width="75" height="15" text="NPC" setstate="Default2" actionexpr="chatbox[\#action npc]" /><control type="button" name="Vendor" left="6" top="195" width="75" height="15" text="Vendor" setstate="Default2" actionexpr="chatbox[\#action ucv]" /></control></view>}
Which needs to be replaced with

Code: Select all

CreateView {Remote} {<?xml version="1.0"?><view width="168" height="217" title="IBC Remote"><control type="layout"><control type="button" name="All On" left="6" top="6" width="75" height="15" text="All On" setstate="Default2" actionexpr="chatbox[\/f \#action all on]" /><control type="button" name="All Off" left="87" top="6" width="75" height="15" text="All Off" setstate="Default2" actionexpr="chatbox[\/f \#action all off]" /><control type="button" name="Follow" left="6" top="27" width="75" height="15" text="Follow" setstate="Default2" actionexpr="chatbox[\/f \#action follow]" /><control type="button" name="Stay" left="87" top="27" width="75" height="15" text="Stay" setstate="Default2" actionexpr="chatbox[\/f \#action stay]" /><control type="button" name="Nav Only" left="87" top="48" width="75" height="15" text="Nav Only" setstate="Default2" actionexpr="chatbox[\/f \#action nav only]" /><control type="button" name="Forcebuff" left="6" top="48" width="75" height="15" text="Forcebuff" setstate="Default2" actionexpr="chatbox[\/f \#action buff]" /><control type="button" name="Combat On" left="6" top="69" width="75" height="15" text="Combat On" setstate="Default2" actionexpr="chatbox[\/f \#optset enablecombat true]" /><control type="button" name="Combat Off" left="87" top="69" width="75" height="15" text="Combat Off" setstate="Default2" actionexpr="chatbox[\/f \#optset enablecombat false]" /><control type="button" name="Nav Off" left="87" top="90" width="75" height="15" text="Nav Off" setstate="Default2" actionexpr="chatbox[\/f \#optset enablenav false]" /><control type="button" name="Nav On" left="6" top="90" width="75" height="15" text="Nav On" setstate="Default2" actionexpr="chatbox[\/f \#optset enablenav true]" /><control type="button" name="Rares Only" left="87" top="111" width="75" height="15" text="Rares Only" setstate="Default2" actionexpr="chatbox[\/f \#action rares only]" /><control type="button" name="Loot All" left="6" top="111" width="75" height="15" text="Loot All" setstate="Default2" actionexpr="chatbox[\/f \#action loot all]" /><control type="button" name="Buff On" left="6" top="132" width="75" height="15" text="Buff On" setstate="Default2" actionexpr="chatbox[\/f \#optset enablebuffing true]" /><control type="button" name="Buff Off" left="87" top="132" width="75" height="15" text="Buff Off" setstate="Default2" actionexpr="chatbox[\/f \#optset enablebuffing false]" /><control type="button" name="Portal" left="6" top="174" width="75" height="15" text="Portal" setstate="Default2" actionexpr="chatbox[\/f \#action ucp]" /><control type="button" name="NPC" left="87" top="174" width="75" height="15" text="NPC" setstate="Default2" actionexpr="chatbox[\/f \#action npc]" /><control type="button" name="Vendor" left="6" top="195" width="75" height="15" text="Vendor" setstate="Default2" actionexpr="chatbox[\/f \#action ucv]" /></control></view>}
The problem is, you can't modify the file directly with notepad (it gets corrupted). You have to:
  • Make the code changes above
  • use the metaf tool above to transform that temp file back into a .met file
I did it for my version of the meta file and it worked. I would upload the file but I don't think I can here.

Anyways, hopefully this will help someone down the road.

Wazoot
Posts: 2

Post #26 »

I appreciate the help. Followed your steps but it still end up being corrupted. I just deal with it :lol: . I may figure it out one day

Ewar_UK
Posts: 1

Post #27 »

How do I customize the navigation options as i wish to alter the tou tou kill quests as i LS there?