VtuzTown 7 Опубликовано 22 января, 2013 <skill id="465" levels="50" name="Light Armor Mastery" enchantLevels1="30" enchantLevels2="30"> <table name="#enchantMagicLvl"> 76 76 76 77 77 77 78 78 78 79 79 79 80 80 80 81 81 81 82 82 82 82 83 83 83 84 84 85 85 85 </table> <enchant1 name="magicLvl" val="#enchantMagicLvl"/> <enchant2 name="magicLvl" val="#enchantMagicLvl"/> <table name="#ench1pDef"> 69 69 70 70 71 72 72 72 73 74 74 75 75 76 76 77 78 78 79 79 80 80 81 81 82 82 83 84 84 85 </table> <table name="#ench2rEvas"> 7 7 8 8 9 9 9 10 10 11 11 11 11 11 11 12 12 12 12 12 12 12 13 13 14 14 14 15 15 15 </table> <table name="#pDef"> 1.2 2.2 3.2 4.2 5.3 6 6.8 8.4 9.2 10.1 11.9 12.8 13.7 15.7 16.7 17.8 18.8 19.9 21.1 22.2 23.4 24.5 25.8 27 28.2 29.5 30.8 32.1 33.5 34.8 36.2 37.6 39.1 40.5 42 43.5 44.9 46.5 48 49.5 51.1 52.7 54.2 55.8 57.4 59.1 60.7 62.3 63.9 65.6 </table> <table name="#rEvas"> 3 3 5 5 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 </table> <set name="target" val="TARGET_SELF" /> <set name="skillType" val="BUFF" /> <set name="operateType" val="OP_PASSIVE" /> <for> <add order="0x50" stat="pDef" val="#pDef"> <and> <using kind="Light" /> <not> <using kind="Heavy,Magic" /> </not> </and> </add> <add order="0x40" stat="rEvas" val="#rEvas"> <and> <using kind="Light" /> <not> <using kind="Heavy,Magic" /> </not> </and> </add> <mul order="0x30" stat="critDamEvas" val="1.5"> <and> <using kind="Light" /> <not> <using kind="Heavy,Magic" /> </not> </and> </mul> </for> <enchant1for> <add order="0x40" stat="pDef" val="#ench1pDef"> <and> <using kind="Light"/> <not> <using kind="Heavy,Magic"/> </not> </and> </add> <add order="0x40" stat="rEvas" val="6"> <and> <using kind="Light"/> <not> <using kind="Heavy,Magic"/> </not> </and> </add> </enchant1for> <enchant2for> <add order="0x40" stat="pDef" val="75.6"> <and> <using kind="Light"/> <not> <using kind="Heavy,Magic"/> </not> </and> </add> <add order="0x40" stat="rEvas" val="#ench2rEvas"> <and> <using kind="Light"/> <not> <using kind="Heavy,Magic"/> </not> </and> </add> </enchant2for> </skill> этот скилл запрещает носить хеви и робу камам, мне же надо что бы нельзя было носить магам хеви и лайт. Сделайте скилл... За спасибо.... Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты
EirTahl 31 Опубликовано 22 января, 2013 <add order="0x50" stat="pDef" val="#pDef"> <and> <using kind="Light" /> <not> <using kind="Heavy,Magic" /> </not> </and> Лайт разрешен, то что в тегах <not>, запрещено 1 Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты
VtuzTown 7 Опубликовано 22 января, 2013 а как для магов это сделать? обьясните. Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты
unsual 530 Опубликовано 22 января, 2013 а как для магов это сделать? обьясните. <add order="0x50" stat="pDef" val="#pDef"><and> <using kind="Light" /> <not> <using kind="Heavy,Magic" /> </not> </and> Лайт разрешен, то что в тегах <not>, запрещено 1 Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты
VtuzTown 7 Опубликовано 22 января, 2013 Может кто написать для магов? за спасибо? Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты
EirTahl 31 Опубликовано 22 января, 2013 <add order="0x50" stat="pDef" val="#pDef"> <and> <using kind="Magic" /> <not> <using kind="Heavy,Light" /> </not> </and> 1 Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты