heavy restriccion

Sami

Vassal
Customer
Hey guys, I want to restrict the use of heavy weapons for the Archer and Dagger classes. I based it on the item guide, but it's not working for me. I don't know if I'm doing something wrong in the code.

<cond msgId="1508">
<not>
<forbiddenClassId val="7;8;9;22;23;24;35;36;37;92;93;101;102;108;109"/>
</not>
</cond>
 
Hey guys, I want to restrict the use of heavy weapons for the Archer and Dagger classes. I based it on the item guide, but it's not working for me. I don't know if I'm doing something wrong in the code.

<cond msgId="1508">
<not>
<forbiddenClassId val="7;8;9;22;23;24;35;36;37;92;93;101;102;108;109"/>
</not>
</cond>



Code:
<cond msgId="113" addName="1">
  <target forbiddenClassIds="7;8;9;22;23;24;35;36;37;92;93;101;102;108;109"/>
</cond>
Which classes are blocked? If you need to allow them, specify the ones to disallow.
 
Code:
<cond msgId="113" addName="1">
  <target forbiddenClassIds="7;8;9;22;23;24;35;36;37;92;93;101;102;108;109"/>
</cond>
Which classes are blocked? If you need to allow them, specify the ones to disallow.

put that code on the heavy items in the game, but still allow the archers and daggers classes to equip them.
 
Back
Top