L2JMobius

Public Development => Solved/Invalid Bug Reports => Topic started by: nedixtv on March 10, 2019, 11:15:54 PM

Title: Cancellation (id 1056) Dispelbycategory, broken?
Post by: nedixtv on March 10, 2019, 11:15:54 PM
Hello, its actually the code for cancellation (singer/sorce) broken ? Using the free release seven signs.

I dig into it (btw 0 java knowledge) and the code looks good but doesnt work.

Code: [Select]
skill 1056 dispelbycategory code

<operateType>A1</operateType>
<reuseDelay>10000</reuseDelay>
<rideState>NONE;STRIDER;WYVERN;WOLF</rideState>
<magicCriticalRate>5</magicCriticalRate>
<targetType>ENEMY_ONLY</targetType>
<affectScope>SINGLE</affectScope>
<effects>
<effect name="DispelByCategory" >
<slot>BUFF</slot>
<rate>75</rate>
<max>5</max>
</effect>
</effects>

The script for the dispelbycategory is from the bitbucket.

https://bitbucket.org/MobiusDev/l2j_mobius/src/61d059b1911d32bbb2a2ad1693deba2317714938/L2J_Mobius_Classic_2.3_SevenSigns/dist/game/data/scripts/handlers/effecthandlers/DispelByCategory.java?at=master&fileviewer=file-view-default

i got into this, since i wanted to change mobs cancellation and didnt work, so i created a singer and found out the cancellation wasnt workin.

Best regards
Title: Re: Cancellation (id 1056) Dispelbycategory, broken?
Post by: Mobius on March 10, 2019, 11:27:27 PM
This has been fixed on the subscriber version.
Title: Re: Cancellation (id 1056) Dispelbycategory, broken?
Post by: nedixtv on March 10, 2019, 11:39:02 PM
ok! thx for the answer
Title: Re: Cancellation (id 1056) Dispelbycategory, broken?
Post by: Mobius on April 11, 2019, 08:17:10 PM
Moved.