Advertisement
Vamperica

BMFilter

Jul 21st, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 14.76 KB | None | 0 0
  1. <?xml version="1.1" ?>
  2. <settings>
  3.     <!--
  4.         Filters are customizable based on the action user. So if you filter other pets, you're going
  5.        to eliminate all messages initiated by everyone's pet but your own.
  6.         True means "filter this"
  7.         False means "don't filter this"
  8.        
  9.         Generally, the outer tag is the actor and the inner tag is the action.
  10.         If the monster is the actor, then the inner tag is the target and the tag beyond that is the action.
  11.     -->
  12.     <global>
  13.         <alliance>
  14.         <!-- He's targeting an alliance member -->
  15.             <all>true</all>          <!-- Prevents all of your messages from appearing -->
  16.             <casting>false</casting> <!-- Prevents your "Jim begins casting ____" messages from appearing -->
  17.             <damage>false</damage>   <!-- Prevents your damage from appearing -->
  18.             <healing>true</healing>  <!-- Prevents your healing from appearing -->
  19.             <items>true</items>      <!-- Prevents your "Jim used an item. Jim gains the effect of Reraise." messages from appearing -->
  20.             <melee>true</melee>      <!-- Prevents your melee ("white") damage from appearing -->
  21.             <misses>true</misses>    <!-- Prevents your misses from appearing -->
  22.             <ranged>true</ranged>    <!-- Prevents your ranged damage from appearing -->
  23.             <readies>true</readies>  <!-- Prevents your "Jim readies ____" messages from appearing -->
  24.             <target>true</target>    <!-- true = SHOW all actions where I am the target. -->
  25.             <uses>true</uses>        <!-- Prevents your "Jim uses an item." messages from appearing -->
  26.         </alliance>
  27.         <me>
  28.         <!-- He's targeting you! -->
  29.             <all>false</all>         <!-- Prevents all of your messages from appearing -->
  30.             <casting>false</casting> <!-- Prevents your "Jim begins casting ____" messages from appearing -->
  31.             <damage>false</damage>   <!-- Prevents your damage from appearing -->
  32.             <healing>true</healing>  <!-- Prevents your healing from appearing -->
  33.             <items>true</items>      <!-- Prevents your "Jim used an item. Jim gains the effect of Reraise." messages from appearing -->
  34.             <melee>true</melee>      <!-- Prevents your melee ("white") damage from appearing -->
  35.             <misses>true</misses>    <!-- Prevents your misses from appearing -->
  36.             <ranged>true</ranged>    <!-- Prevents your ranged damage from appearing -->
  37.             <readies>true</readies>  <!-- Prevents your "Jim readies ____" messages from appearing -->
  38.             <target>true</target>    <!-- true = SHOW all actions where I am the target. -->
  39.             <uses>true</uses>        <!-- Prevents your "Jim uses an item." messages from appearing -->
  40.         </me>
  41.         <monsters>
  42.         <!-- He's targeting himself or another monster -->
  43.             <alliance>
  44.             <!-- He's targeting an alliance member -->
  45.                 <all>false</all>         <!-- Prevents all of your messages from appearing -->
  46.                 <casting>false</casting> <!-- Prevents your "Jim begins casting ____" messages from appearing -->
  47.                 <damage>false</damage>   <!-- Prevents your damage from appearing -->
  48.                 <healing>false</healing> <!-- Prevents your healing from appearing -->
  49.                 <melee>false</melee>     <!-- Prevents your melee ("white") damage from appearing -->
  50.                 <misses>true</misses>    <!-- Prevents your misses from appearing -->
  51.                 <ranged>false</ranged>   <!-- Prevents your ranged damage from appearing -->
  52.                 <readies>false</readies> <!-- Prevents your "Jim readies ____" messages from appearing -->
  53.             </alliance>
  54.             <me>
  55.             <!-- He's targeting you! -->
  56.                 <all>false</all>         <!-- Prevents all of your messages from appearing -->
  57.                 <casting>false</casting> <!-- Prevents your "Jim begins casting ____" messages from appearing -->
  58.                 <damage>false</damage>   <!-- Prevents your damage from appearing -->
  59.                 <healing>false</healing> <!-- Prevents your healing from appearing -->
  60.                 <melee>false</melee>     <!-- Prevents your melee ("white") damage from appearing -->
  61.                 <misses>false</misses>   <!-- Prevents your misses from appearing -->
  62.                 <ranged>false</ranged>   <!-- Prevents your ranged damage from appearing -->
  63.                 <readies>false</readies> <!-- Prevents your "Jim readies ____" messages from appearing -->
  64.             </me>
  65.             <monsters>
  66.             <!-- He's targeting himself or another monster -->
  67.                 <all>false</all>         <!-- Prevents all of your messages from appearing -->
  68.                 <casting>false</casting> <!-- Prevents your "Jim begins casting ____" messages from appearing -->
  69.                 <damage>false</damage>   <!-- Prevents your damage from appearing -->
  70.                 <healing>false</healing> <!-- Prevents your healing from appearing -->
  71.                 <melee>false</melee>     <!-- Prevents your melee ("white") damage from appearing -->
  72.                 <misses>false</misses>   <!-- Prevents your misses from appearing -->
  73.                 <ranged>false</ranged>   <!-- Prevents your ranged damage from appearing -->
  74.                 <readies>false</readies> <!-- Prevents your "Jim readies ____" messages from appearing -->
  75.             </monsters>
  76.             <my_fellow>
  77.             <!-- He's targeting your adventuring fellow -->
  78.                 <all>true</all>          <!-- Prevents all of your messages from appearing -->
  79.                 <casting>false</casting> <!-- Prevents your "Jim begins casting ____" messages from appearing -->
  80.                 <damage>false</damage>   <!-- Prevents your damage from appearing -->
  81.                 <healing>false</healing> <!-- Prevents your healing from appearing -->
  82.                 <melee>false</melee>     <!-- Prevents your melee ("white") damage from appearing -->
  83.                 <misses>false</misses>   <!-- Prevents your misses from appearing -->
  84.                 <ranged>false</ranged>   <!-- Prevents your ranged damage from appearing -->
  85.                 <readies>false</readies> <!-- Prevents your "Jim readies ____" messages from appearing -->
  86.             </my_fellow>
  87.             <my_pet>
  88.             <!-- He's targeting your pet -->
  89.                 <all>false</all>         <!-- Prevents all of your messages from appearing -->
  90.                 <casting>false</casting> <!-- Prevents your "Jim begins casting ____" messages from appearing -->
  91.                 <damage>false</damage>   <!-- Prevents your damage from appearing -->
  92.                 <healing>false</healing> <!-- Prevents your healing from appearing -->
  93.                 <melee>false</melee>     <!-- Prevents your melee ("white") damage from appearing -->
  94.                 <misses>false</misses>   <!-- Prevents your misses from appearing -->
  95.                 <ranged>false</ranged>   <!-- Prevents your ranged damage from appearing -->
  96.                 <readies>false</readies> <!-- Prevents your "Jim readies ____" messages from appearing -->
  97.             </my_pet>
  98.             <other_pets>
  99.             <!-- He's targeting someone else's pet -->
  100.                 <all>false</all>         <!-- Prevents all of your messages from appearing -->
  101.                 <casting>false</casting> <!-- Prevents your "Jim begins casting ____" messages from appearing -->
  102.                 <damage>false</damage>   <!-- Prevents your damage from appearing -->
  103.                 <healing>false</healing> <!-- Prevents your healing from appearing -->
  104.                 <melee>false</melee>     <!-- Prevents your melee ("white") damage from appearing -->
  105.                 <misses>false</misses>   <!-- Prevents your misses from appearing -->
  106.                 <ranged>false</ranged>   <!-- Prevents your ranged damage from appearing -->
  107.                 <readies>false</readies> <!-- Prevents your "Jim readies ____" messages from appearing -->
  108.             </other_pets>
  109.             <others>
  110.             <!-- He's targeting some guy nearby -->
  111.                 <all>true</all>         <!-- Prevents all of your messages from appearing -->
  112.                 <casting>true</casting> <!-- Prevents your "Jim begins casting ____" messages from appearing -->
  113.                 <damage>true</damage>   <!-- Prevents your damage from appearing -->
  114.                 <healing>true</healing> <!-- Prevents your healing from appearing -->
  115.                 <melee>true</melee>     <!-- Prevents your melee ("white") damage from appearing -->
  116.                 <misses>true</misses>   <!-- Prevents your misses from appearing -->
  117.                 <ranged>true</ranged>   <!-- Prevents your ranged damage from appearing -->
  118.                 <readies>true</readies> <!-- Prevents your "Jim readies ____" messages from appearing -->
  119.             </others>
  120.             <party>
  121.             <!-- He's targeting a party member -->
  122.                 <all>true</all>          <!-- Prevents all of your messages from appearing -->
  123.                 <casting>false</casting> <!-- Prevents your "Jim begins casting ____" messages from appearing -->
  124.                 <damage>false</damage>   <!-- Prevents your damage from appearing -->
  125.                 <healing>false</healing> <!-- Prevents your healing from appearing -->
  126.                 <melee>false</melee>     <!-- Prevents your melee ("white") damage from appearing -->
  127.                 <misses>false</misses>   <!-- Prevents your misses from appearing -->
  128.                 <ranged>false</ranged>   <!-- Prevents your ranged damage from appearing -->
  129.                 <readies>false</readies> <!-- Prevents your "Jim readies ____" messages from appearing -->
  130.             </party>
  131.         </monsters>
  132.         <my_fellow>
  133.         <!-- He's targeting your adventuring fellow -->
  134.             <all>true</all>          <!-- Prevents all of your messages from appearing -->
  135.             <casting>false</casting> <!-- Prevents your "Jim begins casting ____" messages from appearing -->
  136.             <damage>false</damage>   <!-- Prevents your damage from appearing -->
  137.             <healing>false</healing> <!-- Prevents your healing from appearing -->
  138.             <melee>false</melee>     <!-- Prevents your melee ("white") damage from appearing -->
  139.             <misses>false</misses>   <!-- Prevents your misses from appearing -->
  140.             <ranged>false</ranged>   <!-- Prevents your ranged damage from appearing -->
  141.             <readies>false</readies> <!-- Prevents your "Jim readies ____" messages from appearing -->
  142.             <target>false</target>   <!-- true = SHOW all actions where I am the target. -->
  143.         </my_fellow>
  144.         <my_pet>
  145.         <!-- He's targeting your pet -->
  146.             <all>false</all>          <!-- Prevents all of your messages from appearing -->
  147.             <casting>false</casting> <!-- Prevents your "Jim begins casting ____" messages from appearing -->
  148.             <damage>false</damage>   <!-- Prevents your damage from appearing -->
  149.             <healing>false</healing> <!-- Prevents your healing from appearing -->
  150.             <melee>true</melee>     <!-- Prevents your melee ("white") damage from appearing -->
  151.             <misses>true</misses>   <!-- Prevents your misses from appearing -->
  152.             <ranged>true</ranged>   <!-- Prevents your ranged damage from appearing -->
  153.             <readies>false</readies> <!-- Prevents your "Jim readies ____" messages from appearing -->
  154.             <target>false</target>   <!-- true = SHOW all actions where I am the target. -->
  155.         </my_pet>
  156.         <other_pets>
  157.         <!-- He's targeting someone else's pet -->
  158.             <all>true</all>          <!-- Prevents all of your messages from appearing -->
  159.             <casting>false</casting> <!-- Prevents your "Jim begins casting ____" messages from appearing -->
  160.             <damage>false</damage>   <!-- Prevents your damage from appearing -->
  161.             <healing>false</healing> <!-- Prevents your healing from appearing -->
  162.             <melee>false</melee>     <!-- Prevents your melee ("white") damage from appearing -->
  163.             <misses>false</misses>   <!-- Prevents your misses from appearing -->
  164.             <ranged>false</ranged>   <!-- Prevents your ranged damage from appearing -->
  165.             <readies>false</readies> <!-- Prevents your "Jim readies ____" messages from appearing -->
  166.             <target>false</target>   <!-- true = SHOW all actions where I am the target. -->
  167.         </other_pets>
  168.         <others>
  169.         <!-- He's targeting some guy nearby -->
  170.             <all>true</all>         <!-- Prevents all of your messages from appearing -->
  171.             <casting>true</casting> <!-- Prevents your "Jim begins casting ____" messages from appearing -->
  172.             <damage>true</damage>   <!-- Prevents your damage from appearing -->
  173.             <healing>true</healing> <!-- Prevents your healing from appearing -->
  174.             <items>true</items>     <!-- Prevents your "Jim used an item. Jim gains the effect of Reraise." messages from appearing -->
  175.             <melee>true</melee>     <!-- Prevents your melee ("white") damage from appearing -->
  176.             <misses>true</misses>   <!-- Prevents your misses from appearing -->
  177.             <ranged>true</ranged>   <!-- Prevents your ranged damage from appearing -->
  178.             <readies>true</readies> <!-- Prevents your "Jim readies ____" messages from appearing -->
  179.             <target>false</target>  <!-- true = SHOW all actions where I am the target. -->
  180.             <uses>true</uses>       <!-- Prevents your "Jim uses an item." messages from appearing -->
  181.         </others>
  182.         <party>
  183.         <!-- He's targeting a party member -->
  184.             <all>true</all>          <!-- Prevents all of your messages from appearing -->
  185.             <casting>false</casting> <!-- Prevents your "Jim begins casting ____" messages from appearing -->
  186.             <damage>false</damage>   <!-- Prevents your damage from appearing -->
  187.             <healing>false</healing> <!-- Prevents your healing from appearing -->
  188.             <items>false</items>     <!-- Prevents your "Jim used an item. Jim gains the effect of Reraise." messages from appearing -->
  189.             <melee>false</melee>     <!-- Prevents your melee ("white") damage from appearing -->
  190.             <misses>false</misses>   <!-- Prevents your misses from appearing -->
  191.             <ranged>false</ranged>   <!-- Prevents your ranged damage from appearing -->
  192.             <readies>false</readies> <!-- Prevents your "Jim readies ____" messages from appearing -->
  193.             <target>false</target>   <!-- true = SHOW all actions where I am the target. -->
  194.             <uses>false</uses>       <!-- Prevents your "Jim uses an item." messages from appearing -->
  195.         </party>
  196.     </global>
  197. </settings>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement