Dicing death - spectral lord

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
fallen_crow
Posts: 15
Joined: Mon Jul 06, 2009 11:59 am

Dicing death - spectral lord

Post by fallen_crow »

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

looks like spectral lord (summon from phantom summoner at lvl 79) skill "dicing death" dont use soulshot.

is there any way of fix this?
Probe
Posts: 915
Joined: Thu Sep 03, 2009 6:36 pm
Location: Israel
Contact:

Re: Dicing death - spectral lord

Post by Probe »

Code: Select all

<skill id="5141" levels="1" name="Dicing Death">  <set name="magicLvl" val="80"/>  <set name="mpConsume" val="214"/>  <set name="power" val="4000"/> <!-- Guess -->  <set name="target" val="TARGET_ONE"/>  <set name="hitTime" val="1080"/>  <set name="reuseDelay" val="8000"/>  <set name="coolTime" val="180"/>  <set name="skillType" val="PDAM"/>  <set name="overHit" val="true"/>  <set name="operateType" val="OP_ACTIVE"/>  <set name="castRange" val="40"/>  <set name="effectRange" val="400"/>  <set name="SSBoost" val="2.0" /></skill> 
not sure about this :P might be a problem in skill definition
User avatar
devo
Posts: 798
Joined: Mon Jun 15, 2009 1:19 pm

Re: Dicing death - spectral lord

Post by devo »

thats it,

Code: Select all

 <set name="SSBoost" val="2.0" />
will add ss to the skill. I also notice that this skill is very weak.
A hero of war is that what they see...
Post Reply