Jump to content
  • 0

[Request]Skill Status


Stive

Question

Anyone can give me skill status for this ?

 

 

<skill id="3016" levels="6" name="Special Ability: Critical Stun">
<!--
  Automatically generated from C3 client files.
  Need to be checked/fixed.
  Target is set to TARGET_NONE, skillType  to NOTDONE for server compatability.
  Descriptions:
  1: Temporarily stuns target into paralysis.
  6: Temporarily stuns target into paralysis.
  created 2005-05-29 23:34:30
-->
  <set name="target" val="TARGET_NONE"/>
  <set name="skillType" val="NOTDONE"/>
  <set name="operateType" val="OP_ACTIVE"/>
  <set name="castRange" val="-1"/>
  <for>
  </for>
</skill>

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0
<skill id="3016" levels="6" name="Special Ability: Critical Stun">

<!--

 Automatically generated from C3 client files.

 Need to be checked/fixed.

 Target is set to TARGET_NONE, skillType  to NOTDONE for server compatability.

 Descriptions:

 1: Temporarily stuns target into paralysis.

 6: Temporarily stuns target into paralysis.

 created 2005-05-29 23:34:30

-->

 <set name="target" val="TARGET_ONE"/>

 <set name="skillType" val="PARALYZE"/>

 <set name="operateType" val="OP_PASSIVE"/>

 <set name="castRange" val="-1"/>

 <for>

 </for>

</skill>

Link to comment
Share on other sites

  • 0

test this skill gracia epilogue

 


<skill id="3016" levels="6" name="Special Ability: Critical Stun">
	<!-- s_critical_fan_range_stun -->
	<!--
		4835 Scythe - Critical Stun 3016-1; 18% chance of stun effect on a critical attack. 
		4838 Orcish Glaive - Critical Stun 3016-1; 18% chance of stun effect on a critical attack. 
		4840 Body Slasher - Critical Stun 3016-1; 18% chance of stun effect on a critical attack. 
		4843 Bec de Corbin - Critical Stun 3016-2; 17% chance of stun effect on a critical attack. 
		4847 Scorpion - Critical Stun 3016-3; 16% chance of stun effect on a critical attack. 
		4849 Widow Maker - Critical Stun 3016-3; 16% chance of stun effect on a critical attack. 
		4852 Orcish Poleaxe - Critical Stun 3016-4; 15% chance of stun effect on a critical attack. 
		4856 Great Axe - Critical Stun 3016-5; 14% chance of stun effect on a critical attack. 
		4859 Lance - Critical Stun 3016-6; 13% chance of stun effect on a critical attack.
	-->
	<!--
		Guessing... 
		4861 Halberd - Critical Stun 3016-4; 15% chance of stun effect on a critical attack. 
		10876 Great Axe - Lightning - Critical Stun 3016 5; A Masterwork Item that increases the critical effect. Has a 27% chance of casting Stun on a critical attack.
	-->
	<table name="#magicLvl"> 46 49 52 55 58 61 </table>
	<set name="target" val="TARGET_ONE" />
	<set name="skillType" val="STUN" />
	<set name="operateType" val="OP_ACTIVE" />
	<set name="magicLvl" val="#magicLvl" />
	<set name="power" val="100" /> <!-- Activation chance is defined in SQL, not through power. -->
	<set name="isDebuff" val="true" />
	<set name="lvlDepend" val="1" />
	<for>
		<effect name="Stun" time="9" val="0" stackOrder="1" stackType="Stun" />
	</for>
</skill>

Link to comment
Share on other sites

  • 0

This is from L2Open Epilogue

 

P.S. sorry for this post didn't see post of Flash™

 

<skill id="3016" levels="6" name="Special Ability: Critical Stun">

<!-- s_critical_fan_range_stun -->

<!--

4835 Scythe - Critical Stun 3016-1; 18% chance of stun effect on a critical attack.

4838 Orcish Glaive - Critical Stun 3016-1; 18% chance of stun effect on a critical attack.

4840 Body Slasher - Critical Stun 3016-1; 18% chance of stun effect on a critical attack.

4843 Bec de Corbin - Critical Stun 3016-2; 17% chance of stun effect on a critical attack.

4847 Scorpion - Critical Stun 3016-3; 16% chance of stun effect on a critical attack.

4849 Widow Maker - Critical Stun 3016-3; 16% chance of stun effect on a critical attack.

4852 Orcish Poleaxe - Critical Stun 3016-4; 15% chance of stun effect on a critical attack.

4856 Great Axe - Critical Stun 3016-5; 14% chance of stun effect on a critical attack.

4859 Lance - Critical Stun 3016-6; 13% chance of stun effect on a critical attack.

-->

<!--

Guessing...

4861 Halberd - Critical Stun 3016-4; 15% chance of stun effect on a critical attack.

10876 Great Axe - Lightning - Critical Stun 3016 5; A Masterwork Item that increases the critical effect. Has a 27% chance of casting Stun on a critical attack.

-->

<table name="#magicLvl"> 46 49 52 55 58 61 </table>

<set name="target" val="TARGET_ONE" />

<set name="skillType" val="STUN" />

<set name="operateType" val="OP_ACTIVE" />

<set name="magicLvl" val="#magicLvl" />

<set name="power" val="100" /> <!-- Activation chance is defined in SQL, not through power. -->

<set name="isDebuff" val="true" />

<set name="lvlDepend" val="1" />

<for>

<effect name="Stun" time="9" val="0" stackOrder="1" stackType="Stun" />

</for>

</skill>

Link to comment
Share on other sites

  • 0

test this skill gracia epilogue

 


<skill id="3016" levels="6" name="Special Ability: Critical Stun">
	<!-- s_critical_fan_range_stun -->
	<!--
		4835 Scythe - Critical Stun 3016-1; 18% chance of stun effect on a critical attack. 
		4838 Orcish Glaive - Critical Stun 3016-1; 18% chance of stun effect on a critical attack. 
		4840 Body Slasher - Critical Stun 3016-1; 18% chance of stun effect on a critical attack. 
		4843 Bec de Corbin - Critical Stun 3016-2; 17% chance of stun effect on a critical attack. 
		4847 Scorpion - Critical Stun 3016-3; 16% chance of stun effect on a critical attack. 
		4849 Widow Maker - Critical Stun 3016-3; 16% chance of stun effect on a critical attack. 
		4852 Orcish Poleaxe - Critical Stun 3016-4; 15% chance of stun effect on a critical attack. 
		4856 Great Axe - Critical Stun 3016-5; 14% chance of stun effect on a critical attack. 
		4859 Lance - Critical Stun 3016-6; 13% chance of stun effect on a critical attack.
	-->
	<!--
		Guessing... 
		4861 Halberd - Critical Stun 3016-4; 15% chance of stun effect on a critical attack. 
		10876 Great Axe - Lightning - Critical Stun 3016 5; A Masterwork Item that increases the critical effect. Has a 27% chance of casting Stun on a critical attack.
	-->
	<table name="#magicLvl"> 46 49 52 55 58 61 </table>
	<set name="target" val="TARGET_ONE" />
	<set name="skillType" val="STUN" />
	<set name="operateType" val="OP_ACTIVE" />
	<set name="magicLvl" val="#magicLvl" />
	<set name="power" val="100" /> <!-- Activation chance is defined in SQL, not through power. -->
	<set name="isDebuff" val="true" />
	<set name="lvlDepend" val="1" />
	<for>
		<effect name="Stun" time="9" val="0" stackOrder="1" stackType="Stun" />
	</for>
</skill>

 

tnx that will work

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...