Jump to content
  • 0

Hi All Some Help.:)


Question

Posted

hi all. sory for my english.

if you want to do an Custom item to be worn only by a class.
How do I do this?
 
      <and>
        <using kind="Tank"/>
      </and>
    </mul>
  </for>
Some help plz. thx

3 answers to this question

Recommended Posts

  • 0
Posted

Some explanation and code you need to add there

<set name="item_skill" val="3552-3;3651-1;3652-1" />

<cond msgId="1518"> <!-- mdgId is showing in client to player why he cant use this item-->
  <and>
    <player level="81" /> <!-- here you put from what lvl you can use this item-->
    <player class_id_restriction="93, 101, 108, 117" /> <!-- Here you put all classes you want to use that item -->
  </and>
</cond>

<for>
Guest
This topic is now closed to further replies.


×
×
  • Create New...