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) On 1/13/2022 at 10:55 PM, ThelwHelpRePaidia said: add them a skill if they wear an armor they wil get reduced pAtkSpd and mAtkSpd Expand 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 On 1/14/2022 at 2:11 AM, 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. Expand Thx alot!!
0 NevesOma Posted January 14, 2022 Posted January 14, 2022 On 1/14/2022 at 5:54 AM, bras1las said: Thx alot!! Expand If your problem is solved then can I close the topic?
0 bras1las Posted January 14, 2022 Author Posted January 14, 2022 On 1/14/2022 at 6:03 AM, NevesOma said: If your problem is solved then can I close the topic? Expand 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