ic3cub3 Posted November 3, 2009 Posted November 3, 2009 Can help me someone how to make a pasive skill with all he need, server files and client modding? i need an example... i try in many ways but dont work ... can help me someone?
ExTrEmEDwarf Posted November 3, 2009 Posted November 3, 2009 change it from OP_ACTIVE to OP_PASSIVE. whats the hard part?
ic3cub3 Posted November 3, 2009 Author Posted November 3, 2009 change it from OP_ACTIVE to OP_PASSIVE. whats the hard part? give me an example for more p.atk example
ExTrEmEDwarf Posted November 3, 2009 Posted November 3, 2009 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.
ic3cub3 Posted November 4, 2009 Author Posted November 4, 2009 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
takhs7 Posted November 10, 2009 Posted November 10, 2009 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 ::)
ic3cub3 Posted November 16, 2009 Author Posted November 16, 2009 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 :)
Recommended Posts