|
slicertool Magician
Joined: 09 Oct 2003 Posts: 459 Location: USA
|
Posted: Sun Nov 11, 2007 11:43 pm
** Nevermind ** [2.11] #capture bug |
I've got triggers setup to sort the various channels on my mud into different windows. Channel tags are surrounded in angle brackets, but they get stripped out when being sent to a window.
If I just do #cap in the command line, it copies the line correctly to the editor. However, if I capture to a window, it strips out the line tag.
examples:
trigger xml:
Code: |
<trigger priority="8140" id="814">
<pattern>(^%w *)</pattern>
<value> #cap neutral
#cap all_lines
#if (@linesilent == 1) {#gag}</value>
</trigger>
|
mud output:
Code: |
Ratt <neutral> testing something. |
window result:
Code: |
Ratt testing something. |
|
|
_________________ Ichthus on SWmud: http://www.swmud.org/
Last edited by slicertool on Mon Nov 12, 2007 2:07 am; edited 1 time in total |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Mon Nov 12, 2007 12:30 am |
Change the MXP preferences for your captures windows. It looks like they are set to gag unknown tags. Recent versions have been fixed to make that actually work the way it is supposed to. What you are seeing is that preference working right.
|
|
_________________ The only good questions are the ones we have never answered before.
Search the Forums |
|
|
|
slicertool Magician
Joined: 09 Oct 2003 Posts: 459 Location: USA
|
Posted: Mon Nov 12, 2007 2:03 am |
I haven't changed the main window preferences and the main window works fine. I'll go and double-check the settings for those other windows.
|
|
|
|
slicertool Magician
Joined: 09 Oct 2003 Posts: 459 Location: USA
|
Posted: Mon Nov 12, 2007 2:07 am |
Bah that fixed it. I set it for one of the sub windows and they all grabbed the lines properly after that. It's strange that the main window showed the tags, but the subwindows didn't even thought they're all in the main package together.
|
|
|
|
Arde Enchanter
Joined: 09 Sep 2007 Posts: 605
|
Posted: Mon Nov 12, 2007 4:56 am |
Probably, making "Global Options Bold" on by default and making that menu more visible than just a small triangle will help to avoid such a problems...
|
|
|
|
|
|