Battlemod Issue With Filtering Melee Damage.

Eorzea Time
 
 
 
Langues: JP EN FR DE
users online
Forum » Windower » Support » Battlemod issue with filtering melee damage.
Battlemod issue with filtering melee damage.
 Bahamut.Bojack
Offline
Serveur: Bahamut
Game: FFXI
user: Bojack316
Posts: 2106
By Bahamut.Bojack 2024-12-04 14:02:22
Link | Citer | R
 
So I have Battlemod running and had my melee damage filtered so it didn't spam the log but remembered there's an option to display your damage numbers above the monster and wanted to change it to that so I changed the filter in battlemod to allow melee damage. Changed the filter in-game to allow my damage. Then picked the option in the config to show my damage on-screen only. My chat log still shows my melee damage. It seems that the Battlemod filters takes priority over the in-game options. Is there any way around this?
Online
By Dodik 2024-12-04 14:09:21
Link | Citer | R
 
I believe if you filter the log in battlemod and have the in game setting to show both, or on screen only, it still shows up.

Battlemod filters outside the game - same way parsers still read damage if you have everything filtered out in battlemod.
 Bahamut.Bojack
Offline
Serveur: Bahamut
Game: FFXI
user: Bojack316
Posts: 2106
By Bahamut.Bojack 2024-12-04 15:02:55
Link | Citer | R
 
I think that is how I have it now. Battlemod has my melee filtered. In game my damage is not filtered and I have set on screen only but only weaponskills are shown because battlemod isn't filtering non-melee damage. Maybe I will try the 'both' setting and see.
 Bahamut.Bojack
Offline
Serveur: Bahamut
Game: FFXI
user: Bojack316
Posts: 2106
By Bahamut.Bojack 2024-12-04 20:23:13
Link | Citer | R
 
Code
<me> <!-- You're doing something -->
            <melee>false</melee>  
            <ranged>false</ranged> 
            <damage>false</damage> 
            <healing>false</healing>
            <misses>true</misses> 
            <items>false</items> 
            <uses>false</uses> 
            <readies>false</readies> 
            <casting>false</casting>
            <all>false</all>
            <target>false</target> 


This is my battlemod filter for myself. In the game I have allowed both attacks by me and damage taken by foes (I assume this one doesn't matter here). I set the damage display in Misc. 1 as on screen only but it still shows all my damage in the chat log as well as on screen pop-up. Battlemod seems to ignore the in-game settings and show everything anyways since it's not filtered. I thought it was possibly a bug using 2 chat windows but I swapped the text and it's the same problem in the other chat window.

If I turn on the melee filter in battlemod it also filters out the onscreen pop ups, which makes sense.