Soul Breaker work well or ???

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
kurtspirit
Posts: 411
Joined: Thu Mar 12, 2009 8:20 pm
Location: Toulouse, France

Soul Breaker work well or ???

Post by kurtspirit »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number: LATEST
L2JDP Revision Number: LATEST

Hi all,
i have a little question about this skill :
i have this skill with +16 enchant Chance and i try to stunt a wizard (she have stuff A) and Soul Breaker stunt one time / 10 .. And when the effect is ok, the stunt duration is only 1 or 2 second... I read on skill description and i see it's 9 seconds .. So have it a problem ? Or that normal ?
Thank you :)
PS : i test it on PvP versus Wizard, Tank class etc.. that's the same result..
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: Soul Breaker work well or ???

Post by MELERIX »

LATEST is not a revision number :roll:
danger
Posts: 15
Joined: Fri Feb 26, 2010 9:17 am

Re: Soul Breaker work well or ???

Post by danger »

kurtspirit wrote:If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number: LATEST
L2JDP Revision Number: LATEST

Hi all,
i have a little question about this skill :
i have this skill with +16 enchant Chance and i try to stunt a wizard (she have stuff A) and Soul Breaker stunt one time / 10 .. And when the effect is ok, the stunt duration is only 1 or 2 second... I read on skill description and i see it's 9 seconds .. So have it a problem ? Or that normal ?
Thank you :)
PS : i test it on PvP versus Wizard, Tank class etc.. that's the same result..
If the skill is not lasting the length of what it's supposed to, chances are, the skill information isn't set correctly.
You need to go to your C:\L2jserver\gameserver\data\stats\skills and open one of the files that has the skill in it, post the information on the skill here when you find it... that's if you don't end up fixing it yourself. ^.^
kurtspirit
Posts: 411
Joined: Thu Mar 12, 2009 8:20 pm
Location: Toulouse, France

Re: Soul Breaker work well or ???

Post by kurtspirit »

MELERIX wrote:LATEST is not a revision number :roll:
Mmmh ok so today i'm on 3979 and 7141 .. Here is the skill code :

Code: Select all

<skill id="281" levels="37" name="Soul Breaker" enchantLevels1="30" enchantLevels2="30">		<table name="#enchantMagicLvl"> 76 76 76 77 77 77 78 78 78 79 79 79 80 80 80 81 81 81 82 82 82 82 83 83 83 84 84 85 85 85 </table>		<table name="#mpConsume"> 35 36 37 37 38 39 40 42 43 44 45 46 47 48 49 50 51 52 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 </table>		<table name="#magicLvl"> 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 </table>		<table name="#power"> 487 518 550 583 618 655 693 732 773 816 860 905 952 1001 1051 1102 1155 1210 1265 1322 1380 1440 1500 1561 1624 1687 1751 1816 1881 1947 2013 2080 2146 2213 2279 2345 2411 </table>		<table name="#hitTime"> 1360 1360 1360 1360 1360 1360 1360 1360 1360 1360 1360 1360 1360 1360 1360 1360 1360 1360 1360 1360 1410 1410 1410 1410 1410 1410 1410 1410 1410 1410 1410 1410 1410 1410 1410 1410 1410 </table>		<table name="#coolTime"> 440 440 440 440 440 440 440 440 440 440 440 440 440 440 440 440 440 440 440 440 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 391 </table>		<table name="#ench1effectPower"> 51 52 53 54 55 56 57 58 59 60 61 63 64 65 66 67 68 69 70 71 72 73 74 76 77 78 79 80 81 82 </table>		<table name="#ench2MpConsume"> 70 69 68 67 66 64 63 62 61 60 58 57 56 55 54 53 51 50 49 48 47 45 44 43 42 41 40 38 37 36 </table>		<table name="#ench2power"> 2432 2454 2476 2497 2519 2541 2563 2584 2606 2628 2650 2671 2693 2715 2737 2758 2780 2802 2823 2845 2867 2889 2910 2932 2954 2976 2997 3019 3041 3063 </table>		<set name="baseCritRate" val="15" />		<set name="weaponsAllowed" val="1024" /> <!-- Dual Fist -->		<set name="mpConsume" val="#mpConsume" />		<set name="magicLvl" val="#magicLvl" />		<set name="nextActionAttack" val="true" />		<set name="power" val="#power" />		<set name="lvlDepend" val="1" />		<set name="target" val="TARGET_ONE" />		<set name="ignoreShld" val="true" />		<set name="overHit" val="true" />		<set name="SSBoost" val="2.0" />		<set name="reuseDelay" val="3000" />		<set name="hitTime" val="#hitTime" />		<set name="coolTime" val="#coolTime" />		<set name="skillType" val="PDAM" />		<set name="operateType" val="OP_ACTIVE" />		<set name="isDebuff" val="true" />		<set name="castRange" val="40" />		<set name="effectRange" val="400" />		<enchant1 name="magicLvl" val="#enchantMagicLvl" />		<enchant2 name="magicLvl" val="#enchantMagicLvl" />		<enchant2 name="mpConsume" val="#ench2MpConsume" />		<enchant2 name="power" val="#ench2power" />		<for>			<effect name="Stun" time="9" val="0" effectPower="50" effectType="STUN" stackOrder="1" stackType="Stun" />		</for>		<enchant1for>			<effect name="Stun" time="9" val="0" effectPower="#ench1effectPower" effectType="STUN" stackOrder="1" stackType="Stun" />		</enchant1for>	</skill>
So i don't know where is the problem but when you are level 80, with this skill enchant chance +16 , i think you can stunt other player on A grade all the times no ?
Actually, with this code and me on stuff A , level 80 with this skill +16 , and one player 74 , on A grade, 1 or 2 times / 10 and the effect is really just 1-2 seconds...
Maybe the power is too low ? Is it offlike ? Thank you
Post Reply