bras1las Posted January 13, 2022 Posted January 13, 2022 Hi mxc ,how to disable heavy armors ,for archers ,daggers ,and other classes like mages? Thx all for time! pack l2jacis
1 xRelic Posted January 14, 2022 Posted January 14, 2022 <skill id="8200" levels="1" name="Light Armor Penality"> <!-- Who use this passive, can`t use Heavy and Robe, only Light --> <table name="#Accuracy"> 0.3 </table> <table name="#Tab-pAtkSpd"> 0.3 </table> <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="accCombat" val="#Accuracy"> <and> <using kind="Heavy,Magic"/> <not> <using kind="Light"/> </not> </and> </mul> <mul order="0x30" stat="pAtkSpd" val="#Tab-pAtkSpd"> <and> <using kind="Heavy,Magic"/> <not> <using kind="Light"/> </not> </and> </mul> </for> </skill> Make this passive.
0 ThelwHelpRePaidia Posted January 13, 2022 Posted January 13, 2022 add them a skill if they wear an armor they wil get reduced pAtkSpd and mAtkSpd
0 bras1las Posted January 13, 2022 Author Posted January 13, 2022 (edited) 58 minutes ago, ThelwHelpRePaidia said: add them a skill if they wear an armor they wil get reduced pAtkSpd and mAtkSpd Hmmmm ...Mby u can teach me ,how to do that? Edited January 13, 2022 by bras1las
0 ThelwHelpRePaidia Posted January 14, 2022 Posted January 14, 2022 (edited) <mul val='0.30' order='0x30' stat='pAtkSpd'> <using kind="Heavy"/> </mul> and add it as passive on the class and you can edit it for what class you need Edited January 14, 2022 by ThelwHelpRePaidia 1
0 bras1las Posted January 14, 2022 Author Posted January 14, 2022 3 hours ago, xRelic said: <skill id="8200" levels="1" name="Light Armor Penality"> <!-- Who use this passive, can`t use Heavy and Robe, only Light --> <table name="#Accuracy"> 0.3 </table> <table name="#Tab-pAtkSpd"> 0.3 </table> <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="accCombat" val="#Accuracy"> <and> <using kind="Heavy,Magic"/> <not> <using kind="Light"/> </not> </and> </mul> <mul order="0x30" stat="pAtkSpd" val="#Tab-pAtkSpd"> <and> <using kind="Heavy,Magic"/> <not> <using kind="Light"/> </not> </and> </mul> </for> </skill> Make this passive. Thx alot!!
0 NevesOma Posted January 14, 2022 Posted January 14, 2022 8 minutes ago, bras1las said: Thx alot!! If your problem is solved then can I close the topic?
0 bras1las Posted January 14, 2022 Author Posted January 14, 2022 12 minutes ago, NevesOma said: If your problem is solved then can I close the topic? Yes
Question
bras1las
Hi mxc ,how to disable heavy armors ,for archers ,daggers ,and other classes like mages? Thx all for time! pack l2jacis
8 answers to this question
Recommended Posts