The redirector works wonderfully that I have going on. I have one snag that isn't really a huge issue but kinda annoys me. sometimes when trying to type something while combat is going on, it goes through as a stacked command and as a result it comes up on the same line as the status. As a result, the status and the line both are sent to the redirector together. I tried a simply omit from output and send to output to keep the text, but it doesn't work. Even just matching the status and having it omit without sending anything doesn't work. I'm guessing it's because it's because it comes from the redirector in the other window(world). Is there a way to remedy this?
Example code:
<triggers>
<trigger
enabled="y"
match="[Pl:*][Ki:*][*% EXP][Fatigue: *%]*"
omit_from_output="y"
send_to="2"
sequence="100"
>
<send>%5</send>
</trigger>
</triggers>
Example code:
<triggers>
<trigger
enabled="y"
match="[Pl:*][Ki:*][*% EXP][Fatigue: *%]*"
omit_from_output="y"
send_to="2"
sequence="100"
>
<send>%5</send>
</trigger>
</triggers>