Page 1 of 2

Any mod that effectively tracks decursing/magic cleanse

PostPosted: Thu Dec 24, 2015 10:54 pm
by Ziphr
I know SW STATS has a column for it, but Ive never seen it actually work

Re: Any mod that effectively tracks decursing/magic cleanse

PostPosted: Thu Dec 24, 2015 10:58 pm
by Mimma
It seems dispelling etc is not sent to the combat log, and therefore SwStats or other trackers don't see it.

I guess this is a Mangos limitation, since I haven't seen it work on other servers. Heck, even the old Trinity core have this problem.

Re: Any mod that effectively tracks decursing/magic cleanse

PostPosted: Fri Dec 25, 2015 1:05 am
by Geigerkind
That may be a thing on Nost, Im not sure. On Kronos you get responds from the events.
CHAT_MSG_BREAK_AURA => Your/Avrora's Curse of Agony is removed
CHAT_MSG_SPELL_HOSTILEPLAYER_BUFF => Avrora casts Remove Curse on Avrora/you

Combining those events should give you all information that you want. But as I said, this may be a bug on Nost, I have not encountered it on kronos so far.

Re: Any mod that effectively tracks decursing/magic cleanse

PostPosted: Fri Dec 25, 2015 2:05 pm
by kuurtzen
'CHAT_MSG_SPELL_HOSTILEPLAYER_BUFF' and 'CHAT_MSG_SPELL_BREAK_AURA' are both working on nost

edit: Sorry, I think i've misread. are we supposed to be able to track who dispells what? If so, doesnt look that's currently possible on nost. you only see when some buff/debuff is removed.

Re: Any mod that effectively tracks decursing/magic cleanse

PostPosted: Fri Dec 25, 2015 3:08 pm
by Geigerkind
As I said, you have to combine those two events in order to track who dispelled who. SW_Stats is not doing that, which is unfortunate.
DPSMate will do it though:
Image

Re: Any mod that effectively tracks decursing/magic cleanse

PostPosted: Sat Dec 26, 2015 4:32 am
by dagochen
This can be fixed serverside.

Re: Any mod that effectively tracks decursing/magic cleanse

PostPosted: Sat Dec 26, 2015 1:43 pm
by Geigerkind
That just "Your/Avrora's Curse of Agony is removed" is returned is not a bug though.

Re: Any mod that effectively tracks decursing/magic cleanse

PostPosted: Sun Dec 27, 2015 7:45 pm
by Ziphr
ty guys ^^

Ill give DPSMate a go

I think people will be alot less inclined to completely ignore cleansing duties of they feel there is any level of accountability

actually, on that note- does dpsmate sync data? Id hate to have to call someone out, only to find out they were out of range xD

Re: Any mod that effectively tracks decursing/magic cleanse

PostPosted: Sun Dec 27, 2015 9:04 pm
by Geigerkind
The addon is not released yet. And yes it will sync

Re: Any mod that effectively tracks decursing/magic cleanse

PostPosted: Mon Dec 28, 2015 3:30 am
by Stalk
Geigerkind wrote:The addon is not released yet. And yes it will sync


Have you tested to see whether the dispel detection works on Nostalrius? Or does your addon attempt to detect these events that are never sent from server to client on Nostalrius? If not, do you know of some other super-secret way of detecting dispel events? The client obviously knows that other players are casting it because the animations will show but for some reason the combat log does not show it (maybe because the information packet does not have the data in the correct places/format?).