Jump to content

How i make a Pasive Skill?


ic3cub3

Recommended Posts

what about to check yourself other skills that increase stats and check it yourself (:

 

im 100% sure that theres a topic somewhere but i cant find it. so if u dont find it u have to checkout yourself how to do it.

Link to comment
Share on other sites

what about to check yourself other skills that increase stats and check it yourself (:

 

im 100% sure that theres a topic somewhere but i cant find it. so if u dont find it u have to checkout yourself how to do it.

 

ExTrEmEDwarf i told you i tryed but dont work... i try in many was please give me an example for a pasiv skill with p.atk or p.def only 1 lvl ? You help me yes or no? to know

Link to comment
Share on other sites

xml...

<?xml version="1.0" encoding="UTF-8"?>
<list>
<skill id="40005" levels="1" name="Special Ability: Double P. Attack">
  <set name="power" val="0.0"/>
  <set name="target" val="TARGET_SELF"/>
  <set name="skillType" val="BUFF"/>
  <set name="operateType" val="OP_PASSIVE"/>
  <set name="castRange" val="-1"/>
  <set name="effectRange" val="-1"/>
  <for>
<mul order="0x30" stat="pAtk" val="2"/>
  </for>
</skill>
</list>

 

skillgrp... (for ct2.3)

40005	1	16	2	0	4294967295	0	0.00000000	0			icon.weapon_dual_sword_i00		0	0	0	0	-1	-1

 

skillname... (for ct2.3)

40005	1	a,Special Ability: Double P. Attack\0	a,P. Attack x2\0	a,none\0	a,none\0

 

if those examples are not enough for u then i suggest u give up... u could always search but whatever.. its just so easy that it took me 3 mins to make this and post it  ::)

Link to comment
Share on other sites

xml...

<?xml version="1.0" encoding="UTF-8"?>
<list>
<skill id="40005" levels="1" name="Special Ability: Double P. Attack">
 <set name="power" val="0.0"/>
 <set name="target" val="TARGET_SELF"/>
 <set name="skillType" val="BUFF"/>
 <set name="operateType" val="OP_PASSIVE"/>
 <set name="castRange" val="-1"/>
 <set name="effectRange" val="-1"/>
 <for>
<mul order="0x30" stat="pAtk" val="2"/>
 </for>
</skill>
</list>

 

skillgrp... (for ct2.3)

40005	1	16	2	0	4294967295	0	0.00000000	0			icon.weapon_dual_sword_i00		0	0	0	0	-1	-1

 

skillname... (for ct2.3)

40005	1	a,Special Ability: Double P. Attack\0	a,P. Attack x2\0	a,none\0	a,none\0

 

if those examples are not enough for u then i suggest u give up... u could always search but whatever.. its just so easy that it took me 3 mins to make this and post it  ::)

 

Thx dude ! I give you a beer :)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...