• 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!

Lua How I can add more outfits?

bolero

MikeHere
Joined
Apr 13, 2009
Messages
1,146
Reaction score
12
Location
Venezuela
How I can add more outfits, only for premium players

I want to add ferumbras outfit to players,

Anyone know this? :peace:
 
I think its like this, go to your XML/outfits.xml
and add:

<outfit id="23" premium="yes"> ----- put an ID that isnt taken yet
<list gender="0" lookType="xxx" name="Warmaster"/> ----------Ferumbras looktype
<list gender="1" lookType="xxx" name="Warmaster"/> ----------Ferumbras looktype
</outfit>
 
I put...

Code:
	<outfit id="24" premium="yes">
		<list gender="0" lookType="229" name="Ferumbras Outfit"/>
		<list gender="1" lookType="229" name="Ferumbras Outfit"/>
	</outfit>

And I don't look nothing on the game =/
 
I dunno then, anyway I dont think you can add outfits to your "Set outfits" sections.
Probably you can add it as a talkaction or something, like when you say !outfit Ferumbras, you get it?
 
Back
Top