Can somebody explain me how this works?
I added this code for example to 2h sword. And when I tried to use the weapon with class 101 or 93 I can equip it .. but if I use Mystic Muse (103) class I cant equip it..
I want to restrict for example the daggers to can't use 2h sword.
HTML:
<cond msgId="113" addName="1">
<or>
<player classId="93,101,102,103,108"/>
</or>
</cond>
I added this code for example to 2h sword. And when I tried to use the weapon with class 101 or 93 I can equip it .. but if I use Mystic Muse (103) class I cant equip it..
I want to restrict for example the daggers to can't use 2h sword.