[resolved]looking for stats skill 1422

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
Nemesis_hommage
Posts: 53
Joined: Fri Nov 06, 2009 9:42 am

[resolved]looking for stats skill 1422

Post by Nemesis_hommage »

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


hi
i resolved all skills problems, still 1 to do
on day of doom, it doesn't start
i give you the stats inside 1400-1499

Code: Select all

 - <skill id="1422" levels="1" name="Day of Doom">- <!--  Creates a seal that casts a powerful curse that decreases all the abilities of nearby enemies. The seal's effect disappears upon leaving the area. Consumes 1 Magic Symbol.   -->   <set name="mpInitialConsume" val="15" />   <set name="mpConsume" val="58" />   <set name="magicLvl" val="80" />   <set name="itemConsumeId" val="8876" />   <set name="itemConsumeCount" val="1" />   <set name="isMagic" val="true" />   <set name="reuseDelay" val="1800000" />   <set name="hitTime" val="5000" />   <set name="target" val="TARGET_GROUND" />   <set name="skillType" val="SIGNET_CASTTIME" />   <set name="staticReuse" val="true" />   <set name="skillRadius" val="200" />   <set name="operateType" val="OP_ACTIVE" />   <set name="castRange" val="900" />   <set name="effectRange" val="1400" /> - <cond msg="inappropriate conditions">- <!--  Please verify for correct cond message, I'm not sure if this is   -->   <player olympiad="false" />   </cond>- <for>- <effect name="SignetMDam" count="24" time="5" val="0">  <mul order="0x30" stat="pAtk" val="0.9" />   <mul order="0x30" stat="runSpd" val="0.8" />   <mul order="0x30" stat="mDef" val="0.7" />   <mul order="0x30" stat="regMp" val="0.7" />   <mul order="0x30" stat="MagicalMpConsumeRate" val="1.20" />   </effect>  </for>  </skill> 
some help will be appeciated
Last edited by Nemesis_hommage on Sun Mar 20, 2011 4:51 pm, edited 1 time in total.
siteraid
Posts: 3
Joined: Fri Jul 27, 2007 1:35 am

Re: looking for stats skill 1422

Post by siteraid »

Code: Select all

<skill id="1422" levels="1" name="Day of Doom">  <set name="target" val="TARGET_GROUND"/>  <set name="skillType" val="SIGNET"/>  <set name="operateType" val="OP_ACTIVE"/>  <set name="hitTime" val="5000"/>  <set name="reuseDelay" val="1800000"/>  <set name="castRange" val="900"/>  <set name="skillRadius" val="180"/>  <set name="magicLvl" val="80"/>  <set name="effectNpcId" val="13025"/>  <set name="offensive" val="true"/>  <set name="effectId" val="5145"/>  <set name="staticReuse" val="true"/>  <set name="isMagic" val="true"/>  <set name="itemConsumeId" val="8876"/>  <set name="itemConsumeCount" val="1"/>  <set name="mpTotalConsume" val="73"/>  <cond msgId="1509">    <player olympiad="false"/>  </cond>  <for>    <effect count="15" name="SignetDebuff" time="2" val="0"/>  </for></skill>
Post Reply