• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Outfit for vocation

DestinationSer

@echo off
Joined
Mar 7, 2009
Messages
2,806
Solutions
1
Reaction score
676
Hey! Im using outfits.xml in the XML folder and im wondering how im gonna make it only for a certain vocation?
 
If that doesn't work, you can use the following method:

Assign a different storage value to every vocation (you can do this via onLogin script) and then in outfits.xml, use the flag "quest" to enable a certain outfit for players who only have that storage.

For example, if you use:

<outfit id="29" quest="15014">
<list gender="0" lookType="355" name="Priestess"/>
<list gender="1" lookType="353" name="Priest"/>
</outfit>


Only players with storage value 15014 that is higher than zero will be able to wear this outfit.

At least this is how I did that, and it worked for me :D


 
Back
Top