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
mascke
Posts: 144 Joined: Thu May 14, 2009 9:03 am
Post
by mascke » Sun Jul 12, 2009 1:23 pm
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 :
_DS_
L2j Veteran
Posts: 3437 Joined: Wed Apr 30, 2008 8:53 am
Location: Russia
Post
by _DS_ » Sun Jul 12, 2009 1:28 pm
#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
Post
by mascke » Sun Jul 12, 2009 1:38 pm
_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
Posts: 3437 Joined: Wed Apr 30, 2008 8:53 am
Location: Russia
Post
by _DS_ » Sun Jul 12, 2009 1:39 pm
<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
Posts: 3437 Joined: Wed Apr 30, 2008 8:53 am
Location: Russia
Post
by _DS_ » Sun Jul 12, 2009 1:44 pm
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
Post
by mascke » Sun Jul 12, 2009 2:18 pm
Solved :}
thanks