Stacking debuff that shouldn't

This is not a Support area! Discuss about the Server here. Non-Server related discussion goes in Off-Topic Discussion.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
Sdw
L2j Veteran
L2j Veteran
Posts: 855
Joined: Mon May 03, 2010 8:38 am
Location: France

Stacking debuff that shouldn't

Post 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
NosBit
L2j Veteran
L2j Veteran
Posts: 314
Joined: Mon Mar 11, 2013 4:19 pm

Re: Stacking debuff that shouldn't

Post 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.
Image
Sdw
L2j Veteran
L2j Veteran
Posts: 855
Joined: Mon May 03, 2010 8:38 am
Location: France

Re: Stacking debuff that shouldn't

Post 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.
Sdw
L2j Veteran
L2j Veteran
Posts: 855
Joined: Mon May 03, 2010 8:38 am
Location: France

Re: Stacking debuff that shouldn't

Post by Sdw »

Didn't take too long to check all of them ;)

viewtopic.php?f=77&t=28894
NosBit
L2j Veteran
L2j Veteran
Posts: 314
Joined: Mon Mar 11, 2013 4:19 pm

Re: Stacking debuff that shouldn't

Post 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.
Image
Sdw
L2j Veteran
L2j Veteran
Posts: 855
Joined: Mon May 03, 2010 8:38 am
Location: France

Re: Stacking debuff that shouldn't

Post by Sdw »

I'm going to check all of them later, but those were mainly critical for the game logic.
Sdw
L2j Veteran
L2j Veteran
Posts: 855
Joined: Mon May 03, 2010 8:38 am
Location: France

Re: Stacking debuff that shouldn't

Post 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
NosBit
L2j Veteran
L2j Veteran
Posts: 314
Joined: Mon Mar 11, 2013 4:19 pm

Re: Stacking debuff that shouldn't

Post 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
Image
Sdw
L2j Veteran
L2j Veteran
Posts: 855
Joined: Mon May 03, 2010 8:38 am
Location: France

Re: Stacking debuff that shouldn't

Post by Sdw »

Woups copy / paste :)
Post Reply