what am I supposed to change in battlemod to prevent things like damage spam from party/alliance members, damage taken by party/alliance members/others and so on? I've created a filters xml for the job I'm currently on that loads, and I've changed all the falses to trues for the things I don't want to see yet I can still see all of the things I'm trying to filter out.
Here's the settings for the current xml I'm attempting to modify/use that isn't working.
<?xml version="1.1" ?>
<settings>
<!--
Filters are customizable based on the action user. So if you filter other pets, you're going
to eliminate all messages initiated by everyone's pet but your own.
True means "filter this"
False means "don't filter this"
Generally, the outer tag is the actor and the inner tag is the action.
If the monster is the actor, then the inner tag is the target and the tag beyond that is the action.
-->
<global>
<alliance>
<!-- He's targeting an alliance member -->
<all>false</all> <!-- Prevents all of your messages from appearing -->
<casting>false</casting> <!-- Prevents your "Jim begins casting ____" messages from appearing -->
<damage>true</damage> <!-- Prevents your damage from appearing -->
<healing>true</healing> <!-- Prevents your healing from appearing -->
<items>false</items> <!-- Prevents your "Jim used an item. Jim gains the effect of Reraise." messages from appearing -->
<melee>true</melee> <!-- Prevents your melee ("white") damage from appearing -->
<misses>true</misses> <!-- Prevents your misses from appearing -->
<ranged>true</ranged> <!-- Prevents your ranged damage from appearing -->
<readies>false</readies> <!-- Prevents your "Jim readies ____" messages from appearing -->
<target>false</target> <!-- true = SHOW all actions where I am the target. -->
<uses>false</uses> <!-- Prevents your "Jim uses an item." messages from appearing -->
</alliance>
<enemies>
<!-- He's targeting a monster your party has claimed -->
<alliance>
<!-- He's targeting an alliance member -->
<all>false</all> <!-- Prevents all of your messages from appearing -->
<casting>false</casting> <!-- Prevents your "Jim begins casting ____" messages from appearing -->
<damage>true</damage> <!-- Prevents your damage from appearing -->
<healing>false</healing> <!-- Prevents your healing from appearing -->
<items>false</items> <!-- Prevents your "Jim used an item. Jim gains the effect of Reraise." messages from appearing -->
<melee>true</melee> <!-- Prevents your melee ("white") damage from appearing -->
<misses>true</misses> <!-- Prevents your misses from appearing -->
<ranged>true</ranged> <!-- Prevents your ranged damage from appearing -->
<readies>false</readies> <!-- Prevents your "Jim readies ____" messages from appearing -->
<uses>false</uses> <!-- Prevents your "Jim uses an item." messages from appearing -->
</alliance>
<enemies>
<!-- He's targeting a monster your party has claimed -->
<all>false</all> <!-- Prevents all of your messages from appearing -->
<casting>false</casting> <!-- Prevents your "Jim begins casting ____" messages from appearing -->
<damage>true</damage> <!-- Prevents your damage from appearing -->
<healing>false</healing> <!-- Prevents your healing from appearing -->
<items>false</items> <!-- Prevents your "Jim used an item. Jim gains the effect of Reraise." messages from appearing -->
<melee>true</melee> <!-- Prevents your melee ("white") damage from appearing -->
<misses>true</misses> <!-- Prevents your misses from appearing -->
<ranged>true</ranged> <!-- Prevents your ranged damage from appearing -->
<readies>false</readies> <!-- Prevents your "Jim readies ____" messages from appearing -->
<uses>false</uses> <!-- Prevents your "Jim uses an item." messages from appearing -->
</enemies>
<me>
<!-- He's targeting you! -->
<all>false</all> <!-- Prevents all of your messages from appearing -->
<casting>false</casting> <!-- Prevents your "Jim begins casting ____" messages from appearing -->
<damage>false</damage> <!-- Prevents your damage from appearing -->
<healing>false</healing> <!-- Prevents your healing from appearing -->
<items>false</items> <!-- Prevents your "Jim used an item. Jim gains the effect of Reraise." messages from appearing -->
<melee>false</melee> <!-- Prevents your melee ("white") damage from appearing -->
<misses>false</misses> <!-- Prevents your misses from appearing -->
<ranged>false</ranged> <!-- Prevents your ranged damage from appearing -->
<readies>false</readies> <!-- Prevents your "Jim readies ____" messages from appearing -->
<uses>false</uses> <!-- Prevents your "Jim uses an item." messages from appearing -->
</me>
<monsters>
<!-- He's targeting himself or another monster -->
<all>false</all> <!-- Prevents all of your messages from appearing -->
<casting>false</casting> <!-- Prevents your "Jim begins casting ____" messages from appearing -->
<damage>true</damage> <!-- Prevents your damage from appearing -->
<healing>false</healing> <!-- Prevents your healing from appearing -->
<items>false</items> <!-- Prevents your "Jim used an item. Jim gains the effect of Reraise." messages from appearing -->
<melee>true</melee> <!-- Prevents your melee ("white") damage from appearing -->
<misses>true</misses> <!-- Prevents your misses from appearing -->
<ranged>true</ranged> <!-- Prevents your ranged damage from appearing -->
<readies>false</readies> <!-- Prevents your "Jim readies ____" messages from appearing -->
<uses>false</uses> <!-- Prevents your "Jim uses an item." messages from appearing -->
</monsters>
<my_fellow>
<!-- He's targeting your adventuring fellow -->
<all>false</all> <!-- Prevents all of your messages from appearing -->
<casting>false</casting> <!-- Prevents your "Jim begins casting ____" messages from appearing -->
<damage>false</damage> <!-- Prevents your damage from appearing -->
<healing>false</healing> <!-- Prevents your healing from appearing -->
<items>false</items> <!-- Prevents your "Jim used an item. Jim gains the effect of Reraise." messages from appearing -->
<melee>false</melee> <!-- Prevents your melee ("white") damage from appearing -->
<misses>false</misses> <!-- Prevents your misses from appearing -->
<ranged>false</ranged> <!-- Prevents your ranged damage from appearing -->
<readies>false</readies> <!-- Prevents your "Jim readies ____" messages from appearing -->
<uses>false</uses> <!-- Prevents your "Jim uses an item." messages from appearing -->
</my_fellow>
<my_pet>
<!-- He's targeting your pet -->
<all>false</all> <!-- Prevents all of your messages from appearing -->
<casting>false</casting> <!-- Prevents your "Jim begins casting ____" messages from appearing -->
<damage>false</damage> <!-- Prevents your damage from appearing -->
<healing>false</healing> <!-- Prevents your healing from appearing -->
<items>false</items> <!-- Prevents your "Jim used an item. Jim gains the effect of Reraise." messages from appearing -->
<melee>false</melee> <!-- Prevents your melee ("white") damage from appearing -->
<misses>false</misses> <!-- Prevents your misses from appearing -->
<ranged>false</ranged> <!-- Prevents your ranged damage from appearing -->
<readies>false</readies> <!-- Prevents your "Jim readies ____" messages from appearing -->
<uses>false</uses> <!-- Prevents your "Jim uses an item." messages from appearing -->
</my_pet>
<other_pets>
<!-- He's targeting someone else's pet -->
<all>false</all> <!-- Prevents all of your messages from appearing -->
<casting>false</casting> <!-- Prevents your "Jim begins casting ____" messages from appearing -->
<damage>true</damage> <!-- Prevents your damage from appearing -->
<healing>false</healing> <!-- Prevents your healing from appearing -->
<items>false</items> <!-- Prevents your "Jim used an item. Jim gains the effect of Reraise." messages from appearing -->
<melee>true</melee> <!-- Prevents your melee ("white") damage from appearing -->
<misses>true</misses> <!-- Prevents your misses from appearing -->
<ranged>true</ranged> <!-- Prevents your ranged damage from appearing -->
<readies>false</readies> <!-- Prevents your "Jim readies ____" messages from appearing -->
<uses>false</uses> <!-- Prevents your "Jim uses an item." messages from appearing -->
</other_pets>
<others>
<!-- He's targeting some guy nearby -->
<all>true</all> <!-- Prevents all of your messages from appearing -->
<casting>false</casting> <!-- Prevents your "Jim begins casting ____" messages from appearing -->
<damage>false</damage> <!-- Prevents your damage from appearing -->
<healing>false</healing> <!-- Prevents your healing from appearing -->
<items>false</items> <!-- Prevents your "Jim used an item. Jim gains the effect of Reraise." messages from appearing -->
<melee>false</melee> <!-- Prevents your melee ("white") damage from appearing -->
<misses>false</misses> <!-- Prevents your misses from appearing -->
<ranged>false</ranged> <!-- Prevents your ranged damage from appearing -->
<readies>false</readies> <!-- Prevents your "Jim readies ____" messages from appearing -->
<uses>false</uses> <!-- Prevents your "Jim uses an item." messages from appearing -->
</others>
<party>
<!-- He's targeting a party member -->
<all>false</all> <!-- Prevents all of your messages from appearing -->
<casting>false</casting> <!-- Prevents your "Jim begins casting ____" messages from appearing -->
<damage>true</damage> <!-- Prevents your damage from appearing -->
<healing>false</healing> <!-- Prevents your healing from appearing -->
<items>false</items> <!-- Prevents your "Jim used an item. Jim gains the effect of Reraise." messages from appearing -->
<melee>true</melee> <!-- Prevents your melee ("white") damage from appearing -->
<misses>true</misses> <!-- Prevents your misses from appearing -->
<ranged>true</ranged> <!-- Prevents your ranged damage from appearing -->
<readies>false</readies> <!-- Prevents your "Jim readies ____" messages from appearing -->
<uses>false</uses> <!-- Prevents your "Jim uses an item." messages from appearing -->
</party>
</enemies>
<me>
<!-- He's targeting you! -->
<all>false</all> <!-- Prevents all of your messages from appearing -->
<casting>false</casting> <!-- Prevents your "Jim begins casting ____" messages from appearing -->
<damage>false</damage> <!-- Prevents your damage from appearing -->
<healing>false</healing> <!-- Prevents your healing from appearing -->
<items>false</items> <!-- Prevents your "Jim used an item. Jim gains the effect of Reraise." messages from appearing -->
<melee>false</melee> <!-- Prevents your melee ("white") damage from appearing -->
<misses>false</misses> <!-- Prevents your misses from appearing -->
<ranged>false</ranged> <!-- Prevents your ranged damage from appearing -->
<readies>false</readies> <!-- Prevents your "Jim readies ____" messages from appearing -->
<target>true</target> <!-- true = SHOW all actions where I am the target. -->
<uses>false</uses> <!-- Prevents your "Jim uses an item." messages from appearing -->
</me>
<monsters>
<!-- He's targeting himself or another monster -->
<alliance>
<!-- He's targeting an alliance member -->
<all>false</all> <!-- Prevents all of your messages from appearing -->
<casting>false</casting> <!-- Prevents your "Jim begins casting ____" messages from appearing -->
<damage>true</damage> <!-- Prevents your damage from appearing -->
<healing>false</healing> <!-- Prevents your healing from appearing -->
<items>false</items> <!-- Prevents your "Jim used an item. Jim gains the effect of Reraise." messages from appearing -->
<melee>true</melee> <!-- Prevents your melee ("white") damage from appearing -->
<misses>true</misses> <!-- Prevents your misses from appearing -->
<ranged>true</ranged> <!-- Prevents your ranged damage from appearing -->
<readies>false</readies> <!-- Prevents your "Jim readies ____" messages from appearing -->
<uses>false</uses> <!-- Prevents your "Jim uses an item." messages from appearing -->
</alliance>
<enemies>
<!-- He's targeting a monster your party has claimed -->
<all>false</all> <!-- Prevents all of your messages from appearing -->
<casting>false</casting> <!-- Prevents your "Jim begins casting ____" messages from appearing -->
<damage>true</damage> <!-- Prevents your damage from appearing -->
<healing>false</healing> <!-- Prevents your healing from appearing -->
<items>false</items> <!-- Prevents your "Jim used an item. Jim gains the effect of Reraise." messages from appearing -->
<melee>true</melee> <!-- Prevents your melee ("white") damage from appearing -->
<misses>true</misses> <!-- Prevents your misses from appearing -->
<ranged>true</ranged> <!-- Prevents your ranged damage from appearing -->
<readies>false</readies> <!-- Prevents your "Jim readies ____" messages from appearing -->
<uses>false</uses> <!-- Prevents your "Jim uses an item." messages from appearing -->
</enemies>
<me>
<!-- He's targeting you! -->
<all>false</all> <!-- Prevents all of your messages from appearing -->
<casting>false</casting> <!-- Prevents your "Jim begins casting ____" messages from appearing -->
<damage>false</damage> <!-- Prevents your damage from appearing -->
<healing>false</healing> <!-- Prevents your healing from appearing -->
<items>false</items> <!-- Prevents your "Jim used an item. Jim gains the effect of Reraise." messages from appearing -->
<melee>false</melee> <!-- Prevents your melee ("white") damage from appearing -->
<misses>false</misses> <!-- Prevents your misses from appearing -->
<ranged>false</ranged> <!-- Prevents your ranged damage from appearing -->
<readies>false</readies> <!-- Prevents your "Jim readies ____" messages from appearing -->
<uses>false</uses> <!-- Prevents your "Jim uses an item." messages from appearing -->
</me>
<monsters>
<!-- He's targeting himself or another monster -->
<all>false</all> <!-- Prevents all of your messages from appearing -->
<casting>false</casting> <!-- Prevents your "Jim begins casting ____" messages from appearing -->
<damage>true</damage> <!-- Prevents your damage from appearing -->
<healing>false</healing> <!-- Prevents your healing from appearing -->
<items>false</items> <!-- Prevents your "Jim used an item. Jim gains the effect of Reraise." messages from appearing -->
<melee>true</melee> <!-- Prevents your melee ("white") damage from appearing -->
<misses>true</misses> <!-- Prevents your misses from appearing -->
<ranged>true</ranged> <!-- Prevents your ranged damage from appearing -->
<readies>false</readies> <!-- Prevents your "Jim readies ____" messages from appearing -->
<uses>false</uses> <!-- Prevents your "Jim uses an item." messages from appearing -->
</monsters>
<my_fellow>
<!-- He's targeting your adventuring fellow -->
<all>false</all> <!-- Prevents all of your messages from appearing -->
<casting>false</casting> <!-- Prevents your "Jim begins casting ____" messages from appearing -->
<damage>false</damage> <!-- Prevents your damage from appearing -->
<healing>false</healing> <!-- Prevents your healing from appearing -->
<items>false</items> <!-- Prevents your "Jim used an item. Jim gains the effect of Reraise." messages from appearing -->
<melee>false</melee> <!-- Prevents your melee ("white") damage from appearing -->
<misses>false</misses> <!-- Prevents your misses from appearing -->
<ranged>false</ranged> <!-- Prevents your ranged damage from appearing -->
<readies>false</readies> <!-- Prevents your "Jim readies ____" messages from appearing -->
<uses>false</uses> <!-- Prevents your "Jim uses an item." messages from appearing -->
</my_fellow>
<my_pet>
<!-- He's targeting your pet -->
<all>false</all> <!-- Prevents all of your messages from appearing -->
<casting>false</casting> <!-- Prevents your "Jim begins casting ____" messages from appearing -->
<damage>false</damage> <!-- Prevents your damage from appearing -->
<healing>false</healing> <!-- Prevents your healing from appearing -->
<items>false</items> <!-- Prevents your "Jim used an item. Jim gains the effect of Reraise." messages from appearing -->
<melee>false</melee> <!-- Prevents your melee ("white") damage from appearing -->
<misses>false</misses> <!-- Prevents your misses from appearing -->
<ranged>false</ranged> <!-- Prevents your ranged damage from appearing -->
<readies>false</readies> <!-- Prevents your "Jim readies ____" messages from appearing -->
<uses>false</uses> <!-- Prevents your "Jim uses an item." messages from appearing -->
</my_pet>
<other_pets>
<!-- He's targeting someone else's pet -->
<all>false</all> <!-- Prevents all of your messages from appearing -->
<casting>false</casting> <!-- Prevents your "Jim begins casting ____" messages from appearing -->
<damage>true</damage> <!-- Prevents your damage from appearing -->
<healing>false</healing> <!-- Prevents your healing from appearing -->
<items>false</items> <!-- Prevents your "Jim used an item. Jim gains the effect of Reraise." messages from appearing -->
<melee>true</melee> <!-- Prevents your melee ("white") damage from appearing -->
<misses>true</misses> <!-- Prevents your misses from appearing -->
<ranged>true</ranged> <!-- Prevents your ranged damage from appearing -->
<readies>false</readies> <!-- Prevents your "Jim readies ____" messages from appearing -->
<uses>false</uses> <!-- Prevents your "Jim uses an item." messages from appearing -->
</other_pets>
<others>
<!-- He's targeting some guy nearby -->
<all>true</all> <!-- Prevents all of your messages from appearing -->
<casting>false</casting> <!-- Prevents your "Jim begins casting ____" messages from appearing -->
<damage>false</damage> <!-- Prevents your damage from appearing -->
<healing>false</healing> <!-- Prevents your healing from appearing -->
<items>false</items> <!-- Prevents your "Jim used an item. Jim gains the effect of Reraise." messages from appearing -->
<melee>false</melee> <!-- Prevents your melee ("white") damage from appearing -->
<misses>false</misses> <!-- Prevents your misses from appearing -->
<ranged>false</ranged> <!-- Prevents your ranged damage from appearing -->
<readies>false</readies> <!-- Prevents your "Jim readies ____" messages from appearing -->
<uses>false</uses> <!-- Prevents your "Jim uses an item." messages from appearing -->
</others>
<party>
<!-- He's targeting a party member -->
<all>false</all> <!-- Prevents all of your messages from appearing -->
<casting>false</casting> <!-- Prevents your "Jim begins casting ____" messages from appearing -->
<damage>true</damage> <!-- Prevents your damage from appearing -->
<healing>false</healing> <!-- Prevents your healing from appearing -->
<items>false</items> <!-- Prevents your "Jim used an item. Jim gains the effect of Reraise." messages from appearing -->
<melee>true</melee> <!-- Prevents your melee ("white") damage from appearing -->
<misses>true</misses> <!-- Prevents your misses from appearing -->
<ranged>true</ranged> <!-- Prevents your ranged damage from appearing -->
<readies>false</readies> <!-- Prevents your "Jim readies ____" messages from appearing -->
<uses>false</uses> <!-- Prevents your "Jim uses an item." messages from appearing -->
</party>
</monsters>
<my_fellow>
<!-- He's targeting your adventuring fellow -->
<all>false</all> <!-- Prevents all of your messages from appearing -->
<casting>false</casting> <!-- Prevents your "Jim begins casting ____" messages from appearing -->
<damage>false</damage> <!-- Prevents your damage from appearing -->
<healing>false</healing> <!-- Prevents your healing from appearing -->
<melee>false</melee> <!-- Prevents your melee ("white") damage from appearing -->
<misses>false</misses> <!-- Prevents your misses from appearing -->
<ranged>false</ranged> <!-- Prevents your ranged damage from appearing -->
<readies>false</readies> <!-- Prevents your "Jim readies ____" messages from appearing -->
<target>false</target> <!-- true = SHOW all actions where I am the target. -->
</my_fellow>
<my_pet>
<!-- He's targeting your pet -->
<all>false</all> <!-- Prevents all of your messages from appearing -->
<casting>false</casting> <!-- Prevents your "Jim begins casting ____" messages from appearing -->
<damage>false</damage> <!-- Prevents your damage from appearing -->
<healing>false</healing> <!-- Prevents your healing from appearing -->
<melee>false</melee> <!-- Prevents your melee ("white") damage from appearing -->
<misses>false</misses> <!-- Prevents your misses from appearing -->
<ranged>false</ranged> <!-- Prevents your ranged damage from appearing -->
<readies>false</readies> <!-- Prevents your "Jim readies ____" messages from appearing -->
<target>false</target> <!-- true = SHOW all actions where I am the target. -->
</my_pet>
<other_pets>
<!-- He's targeting someone else's pet -->
<all>true</all> <!-- Prevents all of your messages from appearing -->
<casting>false</casting> <!-- Prevents your "Jim begins casting ____" messages from appearing -->
<damage>false</damage> <!-- Prevents your damage from appearing -->
<healing>false</healing> <!-- Prevents your healing from appearing -->
<melee>false</melee> <!-- Prevents your melee ("white") damage from appearing -->
<misses>false</misses> <!-- Prevents your misses from appearing -->
<ranged>false</ranged> <!-- Prevents your ranged damage from appearing -->
<readies>false</readies> <!-- Prevents your "Jim readies ____" messages from appearing -->
<target>false</target> <!-- true = SHOW all actions where I am the target. -->
</other_pets>
<others>
<!-- He's targeting some guy nearby -->
<all>true</all> <!-- Prevents all of your messages from appearing -->
<casting>false</casting> <!-- Prevents your "Jim begins casting ____" messages from appearing -->
<damage>false</damage> <!-- Prevents your damage from appearing -->
<healing>false</healing> <!-- Prevents your healing from appearing -->
<items>false</items> <!-- Prevents your "Jim used an item. Jim gains the effect of Reraise." messages from appearing -->
<melee>false</melee> <!-- Prevents your melee ("white") damage from appearing -->
<misses>false</misses> <!-- Prevents your misses from appearing -->
<ranged>false</ranged> <!-- Prevents your ranged damage from appearing -->
<readies>false</readies> <!-- Prevents your "Jim readies ____" messages from appearing -->
<target>false</target> <!-- true = SHOW all actions where I am the target. -->
<uses>false</uses> <!-- Prevents your "Jim uses an item." messages from appearing -->
</others>
<party>
<!-- He's targeting a party member -->
<all>false</all> <!-- Prevents all of your messages from appearing -->
<casting>false</casting> <!-- Prevents your "Jim begins casting ____" messages from appearing -->
<damage>false</damage> <!-- Prevents your damage from appearing -->
<healing>false</healing> <!-- Prevents your healing from appearing -->
<items>false</items> <!-- Prevents your "Jim used an item. Jim gains the effect of Reraise." messages from appearing -->
<melee>false</melee> <!-- Prevents your melee ("white") damage from appearing -->
<misses>false</misses> <!-- Prevents your misses from appearing -->
<ranged>false</ranged> <!-- Prevents your ranged damage from appearing -->
<readies>false</readies> <!-- Prevents your "Jim readies ____" messages from appearing -->
<target>false</target> <!-- true = SHOW all actions where I am the target. -->
<uses>false</uses> <!-- Prevents your "Jim uses an item." messages from appearing -->
</party>
</global>
</settings>
I've modified the filters in data>filters-job, I've tried modifying the lines in all of the lua files in addons>battlemod yet nothing I change actually makes a difference.