Page 1 of 1

DPS Addon

Posted: Sat Jul 03, 2021 7:12 am
by abezverkhiy
Hi guys,

Do you know a damage meters that ignores damage you deal to NPS mobs and show damage vs other players only?

Re: DPS Addon

Posted: Sat Jul 03, 2021 9:52 am
by Fenris78
Afaik there is no option for that, the only base thing possible is to disable the npc combat channels.

You however can entirely disable the combat log when hitting keep lord only, but all your numbers against NPC will still stack and show in the summary window (²).

The macro to disable combat log is /script TextLogSetEnabled("Combat", false), and to re-enable it is /script TextLogSetEnabled("Combat", true), it will sometimes smooth your fps a bit, and maybe prevent some crashes in fort.

But at least you can use a parser with a bit more reliability.

Re: DPS Addon

Posted: Sat Jul 03, 2021 12:51 pm
by abezverkhiy
Thanks bro. Not the thing what I am looking for but thanks anyway.