Cancel Frinteza / Petrify Antharas

L2g

Heir
Customer
Good afternoon everyone,


I have two questions and I'm hoping someone can help me out:


  1. How can I remove the Cancel effect from the Epic Boss Frintezza?
    Note: I've checked all of his skill files, but none of them seem to explicitly mention or apply a Cancel-type effect.
  2. How can I remove the Petrification effect from Antharas?
    Note: I've also reviewed his skills, but couldn't identify which one applies the petrify effect.

If anyone has experience with this or knows where these effects are defined (even if indirectly), I'd really appreciate some guidance.


Thanks in advance!
 
Good afternoon everyone,


I have two questions and I'm hoping someone can help me out:


  1. How can I remove the Cancel effect from the Epic Boss Frintezza?
    Note: I've checked all of his skill files, but none of them seem to explicitly mention or apply a Cancel-type effect.
  2. How can I remove the Petrification effect from Antharas?
    Note: I've also reviewed his skills, but couldn't identify which one applies the petrify effect.

If anyone has experience with this or knows where these effects are defined (even if indirectly), I'd really appreciate some guidance.


Thanks in advance!

I have the same problem and this is from the server scripts, you have to remove them from there
 
  • Like
Reactions: L2g
tezza-taras.webp
5008: modify Level 5 of the skill to your needs. (level 5 is the cancel)
4111: this one is taras paralyze
 
View attachment 6275
5008: modify Level 5 of the skill to your needs. (level 5 is the cancel)
4111: this one is taras paralyze
<effect count="#lvl5" name="DispelEffects" stackOrder="-1" time="0" val="0" chance="10">
<def name="dispelType" val="cancellation"/>
<def name="cancelRate" val="6"/>
<def name="negateCount" val="3"/>
<def name="reApplyDelay" val="10"/> <!-- Can return buff after N seconds Cancellation. garbage mechanic from l2j -->
<def name="reApplyOnDead" val="True" /> <!-- Return buff on dead player or not -->
</effect>

Thanks friend! If I do this, will it work?
 
Back
Top