01-08-2013, 05:28 PM
Хочу сделать например чтобы knight cloak одевали только танки.
И так добавляю в этот плащ
Добавляю именно этот код
<player class_id_restriction="100, 107"/>
Но в игре всё равно все классы одевают
И так добавляю в этот плащ
плащ
Код:
<item id='67020' name="Knights Cloak">
<set name="type2" val="accessory"/>
<cond msgId="2453">
<or>
<!-- Heavy -->
<player class_id_restriction="100, 107"/>
<player active_skill_id="8284"/> <!-- Vesper Noble Heavy Armor Set -->
<player active_skill_id="8302"/> <!-- Vesper Noble Heavy Armor Set for Adults -->
<player active_skill_id="3412"/> <!-- Dynasty Breast Plate -->
<player active_skill_id="3348"/> <!-- Dynasty Breast Plate - Shield Master -->
<player active_skill_id="3349"/> <!-- Dynasty Breast Plate - Weapon Master -->
<player active_skill_id="3350"/> <!-- Dynasty Breast Plate - Force Master -->
<player active_skill_id="3351"/> <!-- Dynasty Breast Plate - Bard -->
<player active_skill_id="3636"/> <!-- Dynasty Platinum Plate - Shield Master -->
<player active_skill_id="3637"/> <!-- Dynasty Platinum Plate - Weapon Master -->
<player active_skill_id="3639"/> <!-- Dynasty Platinum Plate - Force Master -->
<player active_skill_id="3638"/> <!-- Dynasty Platinum Plate - Bard -->
<player active_skill_id="8202"/> <!-- Dynasty Breastplate - PvP -->
<player active_skill_id="8203"/> <!-- Dynasty Breastplate - PvP Shield Master -->
<player active_skill_id="8204"/> <!-- Dynasty Breastplate - PvP Weapon Master -->
<player active_skill_id="8205"/> <!-- Dynasty Breastplate - PvP Force Master -->
<player active_skill_id="8206"/> <!-- Dynasty Breastplate - PvP Bard -->
<player active_skill_id="8219"/> <!-- Dynasty Platinum Breastplate - PvP Shield Master -->
<player active_skill_id="8220"/> <!-- Dynasty Platinum Breastplate - PvP Weapon Master -->
<player active_skill_id="8222"/> <!-- Dynasty Platinum Breastplate - PvP Force Master -->
<player active_skill_id="8221"/> <!-- Dynasty Platinum Breastplate - PvP Bard -->
<!-- Light -->
<player active_skill_id="8286"/> <!-- Vesper Noble Leather Breastplate -->
<player active_skill_id="8304"/> <!-- Vesper Noble Leather Breastplate {PvP} -->
<player active_skill_id="3413"/> <!-- Dynasty Leather Armor -->
<player active_skill_id="3352"/> <!-- Dynasty Leather Armor - Dagger Master -->
<player active_skill_id="3353"/> <!-- Dynasty Leather Armor - Bow Master -->
<player active_skill_id="3414"/> <!-- Dynasty Leather Armor - Force Master -->
<player active_skill_id="3415"/> <!-- Dynasty Leather Armor - Weapon Master -->
<player active_skill_id="3355"/> <!-- Dynasty Leather Armor - Enchanter -->
<player active_skill_id="3420"/> <!-- Dynasty Leather Armor - Summoner -->
<player active_skill_id="8225"/> <!-- Dynasty Jewel Leather Armor - PvP Force Master -->
<player active_skill_id="8226"/> <!-- Dynasty Jewel Leather Armor - PvP Weapon Master -->
<player active_skill_id="8228"/> <!-- Dynasty Jewel Leather Armor - PvP Enchanter -->
<player active_skill_id="8227"/> <!-- Dynasty Jewel Leather Armor - PvP -->
<player active_skill_id="8207"/> <!-- Dynasty Leather Armor - PvP -->
<player active_skill_id="8208"/> <!-- Dynasty Leather Armor - PvP Dagger Master -->
<player active_skill_id="8209"/> <!-- Dynasty Leather Armor - PvP Bow Master -->
<player active_skill_id="3640"/> <!-- Dynasty Jewel Leather Mail Dagger Master -->
<player active_skill_id="3641"/> <!-- Dynasty Jewel Leather Mail Bow Master -->
<player active_skill_id="3642"/> <!-- Dynasty Jeweled Leather Armor Force Master -->
<player active_skill_id="3643"/> <!-- Dynasty Jeweled Leather Armor Weapon Master -->
<player active_skill_id="3646"/> <!-- Dynasty Jeweled Leather Armor Enchanter -->
<player active_skill_id="3644"/> <!-- Dynasty Jeweled Leather Armor Summoner -->
<player active_skill_id="8215"/> <!-- Dynasty Leather Armor - PvP Force Master -->
<player active_skill_id="8216"/> <!-- Dynasty Leather Armor - PvP Weapon Master -->
<player active_skill_id="8217"/> <!-- Dynasty Leather Armor - PvP Enchanter -->
<player active_skill_id="8218"/> <!-- Dynasty Leather Armor - PvP Summoner -->
<player active_skill_id="8223"/> <!-- Dynasty Jewel Leather Armor - PvP Dagger Master -->
<player active_skill_id="8224"/> <!-- Dynasty Jewel Leather Armor - PvP Bow Master -->
<!-- Robe -->
<player active_skill_id="8288"/> <!-- Vesper Noble Tunic -->
<player active_skill_id="8306"/> <!-- Vesper Noble Tunic {PvP} -->
<player active_skill_id="3416"/> <!-- Dynasty Tunic -->
<player active_skill_id="3354"/> <!-- Dynasty Tunic - Healer -->
<player active_skill_id="3355"/> <!-- Dynasty Tunic - Enchanter -->
<player active_skill_id="3356"/> <!-- Dynasty Tunic - Summoner -->
<player active_skill_id="3357"/> <!-- Dynasty Tunic - Human Wizard -->
<player active_skill_id="3645"/> <!-- Dynasty Silver Satin Tunic Healer -->
<player active_skill_id="3646"/> <!-- Dynasty Silver Satin Tunic Enchanter -->
<player active_skill_id="3647"/> <!-- Dynasty Silver Satin Tunic Summoner -->
<player active_skill_id="3648"/> <!-- Dynasty Silver Satin Tunic Human Wizard -->
<player active_skill_id="8229"/> <!-- Dynasty Silver Satin Tunic - PvP Healer -->
<player active_skill_id="8230"/> <!-- Dynasty Silver Satin Tunic - PvP Enchanter -->
<player active_skill_id="8231"/> <!-- Dynasty Silver Satin Tunic - PvP Summoner -->
<player active_skill_id="8232"/> <!-- Dynasty Silver Satin Tunic - PvP Wizard -->
<player active_skill_id="8210"/> <!-- Dynasty Tunic - PvP -->
<player active_skill_id="8211"/> <!-- Dynasty Tunic - PvP Healer -->
<player active_skill_id="8212"/> <!-- Dynasty Tunic - PvP Enchanter -->
<player active_skill_id="8213"/> <!-- Dynasty Tunic - PvP Summoner -->
<player active_skill_id="8214"/> <!-- Dynasty Tunic - PvP Wizard -->
</or>
</cond>
<set name="bodypart" val="back"/>
<set name="weight" val="220"/>
<set name="material" val="cloth"/>
<set name="crystal_type" val="s84"/>
<set name="price" val="28671000"/>
<set name="enchantable" val="false"/>
<for>
<add order="0x40" stat="darkRes" val="30"/> <!-- Dark Attribute Defense +30 -->
<add val='40' order='0x10' stat='pDef'/>
</for>
</item>

Но в игре всё равно все классы одевают
