apollogg
Member
- Joined
- Apr 12, 2015
- Messages
- 101
- Reaction score
- 2
Trinity use spell history function to see if a mob is targeted by Necro curse skills,
But the curse can expire OR the curse skills can curse a large mount of mobs in one cast.
So I use _debuffSlots.Any(attr => monster.CommonData.GetAttribute<bool>(attr, (int)debuffSNO)) to scan the debuffslots.
But the functions returns false even monster is obviously cursed.
Can devs address this bug?
But the curse can expire OR the curse skills can curse a large mount of mobs in one cast.
So I use _debuffSlots.Any(attr => monster.CommonData.GetAttribute<bool>(attr, (int)debuffSNO)) to scan the debuffslots.
But the functions returns false even monster is obviously cursed.
Can devs address this bug?