pvp - speed down

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
mascke
Posts: 144
Joined: Thu May 14, 2009 9:03 am

pvp - speed down

Post by mascke »

Code: Select all

<skill id="5694" levels="1" name="PvP Armor - Speed Down">  <set name="activationChance" val="3"/>   <set name="target" val="TARGET_ONE"/>  <set name="skillType" val="DEBUFF"/>  <set name="operateType" val="OP_ACTIVE"/>  <set name="chanceType" val="ON_ATTACKED"/>  <set name="power" val="120"/>  <set name="isMagic" val="true"/>  <set name="castRange" val="600"/>  <set name="effectRange" val="1100"/><for>    <effect name="Debuff" time="60" val="0" stackOrder="#runSpd" stackType="RunSpeedDown">      <mul order="0x30" stat="runSpd" val="#runSpd"/>    </effect>  </for></skill>
What's wrong with this one ?
It should cast a slow on enemy who attacking you.
I'm getting error in gameserver :
Image
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: pvp - speed down

Post by _DS_ »

#runSpd is a table value. Use other skills as a sample.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
mascke
Posts: 144
Joined: Thu May 14, 2009 9:03 am

Re: pvp - speed down

Post by mascke »

_DS_ wrote:#runSpd is a table value. Use other skills as a sample.
For exmaple what skill ?
I know only one sample, it's slow..
Can you give say wich effect i have to use,to slow down enemy ON_ATTACKED ;]
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: pvp - speed down

Post by _DS_ »

<table name="#runSpd"> 0.8 0.7 0.7 0.7 0.7 0.7 0.7 0.7 0.7 0.7 0.7 0.7 0.7 0.7 0.7 </table>
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: pvp - speed down

Post by _DS_ »

btw, not a feature request, moved
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
mascke
Posts: 144
Joined: Thu May 14, 2009 9:03 am

Re: pvp - speed down

Post by mascke »

Solved :}
thanks
Post Reply