L2JMobius

Public Development => Solved/Invalid Bug Reports => Topic started by: nasseka on May 20, 2021, 02:42:06 PM

Title: Emperor's Cocktail buffs triggering non stop auto buffs
Post by: nasseka on May 20, 2021, 02:42:06 PM
The cocktails trigger the autobuff non stop. I managed to fix Iss Buffs vs Basic buffs with `
Code: [Select]
`<effect name="DisableSkill">
           <disable>30833</disable>
           </effect>`
But it doesn't work with Emperor cocktail skills. Any ideas/tips what to try?
Title: Re: Emperor's Cocktail buffs triggering non stop auto buffs
Post by: jhordanny on May 28, 2021, 12:12:32 AM
The problem is cocktail buffs cant be removed even pressing alt +click, if we manage to fix this, might as well solve the nonstoop autobuffs.
Title: Re: Emperor's Cocktail buffs triggering non stop auto buffs
Post by: Tanatos on May 28, 2021, 02:12:59 AM
<canBeDispelled>false</canBeDispelled>
Title: Re: Emperor's Cocktail buffs triggering non stop auto buffs
Post by: nasseka on May 28, 2021, 10:30:04 AM
The problem is cocktail buffs cant be removed even pressing alt +click, if we manage to fix this, might as well solve the nonstoop autobuffs.
But they don't have to be dispelled. I mean they are top of the class. They even replace iss buffs lvl 2/5 and can't be replaced back(on offi). So let's say their abonormal lvl is 7..iss buffs are 6 and so on. But still idk how auto buffs works. Trying to look more into it. I fixed iss buffs trying to be replaced by Basic buffs with <effect name="DisableSkill">