L2JMobius
Public Development => Solved/Invalid Bug Reports => Topic started 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.
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
-
This has been fixed on the subscriber version.
-
ok! thx for the answer
-
Moved.