Jump to content
  • 0

Hi All Some Help.:)


davidBm

Question

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
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

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>
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock