Page 1 of 1

Stacking debuff that shouldn't

Posted: Mon Jan 06, 2014 8:45 am
by Sdw
Hi there,

Just to discuss this issue viewtopic.php?f=103&t=28734. Don't want to push, but have feedback here.

Bug has been marked as fixed, but I'm still seeing root / sleep / paralyze trait type skills stacking. (E.g : Trance).

I've not played retail since Interlude tbh, but as far as I know sleep trait skill for instance shouldn't be stackable at all.

Is this me or this is retail like ?

Cheers

Re: Stacking debuff that shouldn't

Posted: Mon Jan 06, 2014 8:51 am
by NosBit
As i told you its not for all debuffs there are only few that make you invulnerable to same type of debuff.

Example the skill Arrest it roots you but makes you invulnerable to HOLD also so it can not be reapplied.

Code: Select all

        <for>            <effect name="Root" />            <effect name="DefenceTrait">                <param HOLD="100" />            </effect>        </for>
Now if you are sure there is a skill that shouldn't be reapplied there is a chance its missing the invulnerability.

EDIT: Trance should have trait invulnerability but it doesn't... seems we missed it on trait rework i will have to recheck all trait values.

Re: Stacking debuff that shouldn't

Posted: Mon Jan 06, 2014 9:02 am
by Sdw
Ok so DP side. Sorry I've been away for a while, trying to catch up.

Thanks for your time, I'll try and check all trait skill vuln.

Re: Stacking debuff that shouldn't

Posted: Mon Jan 06, 2014 9:38 am
by Sdw
Didn't take too long to check all of them ;)

viewtopic.php?f=77&t=28894

Re: Stacking debuff that shouldn't

Posted: Mon Jan 06, 2014 10:30 am
by NosBit
By all of them i meant checking all the skills using the DefenceTrait effect not just the debuffs :P

I commited your patch since it fixes a part maybe more are missing.

Re: Stacking debuff that shouldn't

Posted: Mon Jan 06, 2014 10:33 am
by Sdw
I'm going to check all of them later, but those were mainly critical for the game logic.

Re: Stacking debuff that shouldn't

Posted: Mon Jan 06, 2014 11:51 am
by Sdw
So I went through every single skill, and the only missing DefenceTrait I found is an enchant route for resist poison :

http://pastebin.com/B4NTk7tA

Re: Stacking debuff that shouldn't

Posted: Mon Jan 06, 2014 12:25 pm
by NosBit
I checked them all seems there isn't anything else missing for invulnerability.
Sdw wrote:So I went through every single skill, and the only missing DefenceTrait I found is an enchant route for resist poison :

http://pastebin.com/B4NTk7tA
I commited your patch but you had a little mistake you used BLEED for POISON :D

Re: Stacking debuff that shouldn't

Posted: Mon Jan 06, 2014 12:51 pm
by Sdw
Woups copy / paste :)