How to limit armor and weapons in Olympiad?

I say I changed the weapon as you told me and I go to put it on and he tells me I can't even outside the Olympics
 
<armor id="34925" name="Cloak of Light">
<set name="crystal_type" value="NONE"/>
<set name="dropable" value="false"/>
<set name="icon" value="icon.amor_goodness_cloak"/>
<set name="sellable" value="false"/>
<set name="tradeable" value="false"/>
<set name="type" value="NONE"/>
<set name="weight" value="150"/>
<equip>
<slot id="BACK"/>
</equip>
<cond msgId="1507">
<not>
<player olympiad="true"/>
</not>
</cond>
<skills>
<skill id="19039" level="1"/>
</skills>
<for/>
</armor>
 
<armor id="34925" name="Cloak of Light">
<set name="crystal_type" value="NONE"/>
<set name="dropable" value="false"/>
<set name="icon" value="icon.amor_goodness_cloak"/>
<set name="sellable" value="false"/>
<set name="tradeable" value="false"/>
<set name="type" value="NONE"/>
<set name="weight" value="150"/>
<equip>
<slot id="BACK"/>
</equip>
<cond msgId="1507">
<not>
<player olympiad="true"/>
</not>
</cond>
<skills>
<skill id="19039" level="1"/>
</skills>
<for/>
</armor>
This is the right code, and it should work as described. I do not know what else you do. All my custom items have restrictions for oly/tvt and it works well (Interlude).
 
<armor id="34925" name="Cloak of Light">
<set name="crystal_type" value="NONE"/>
<set name="dropable" value="false"/>
<set name="icon" value="icon.amor_goodness_cloak"/>
<set name="sellable" value="false"/>
<set name="tradeable" value="false"/>
<set name="type" value="NONE"/>
<set name="weight" value="150"/>
<equip>
<slot id="BACK"/>
</equip>
<cond msgId="1507">
<not>
<player olympiad="true"/>
</not>
</cond>
<skills>
<skill id="19039" level="1"/>
</skills>
<for/>
</armor>
here you show us a "Cloak of Light" ....THIS is not a weapon.

but since you talk about wearing a clock:

Untitled.webp
 
yes, I know that, simply because some items are custom that I don't want them to wear at the Olympics.
it can be weapons and armor
 
Back
Top