• 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 Color Change question

Thial

New Member
Joined
Jul 7, 2009
Messages
17
Reaction score
0
Hello. That's probably not right place to ask questions but i didn't knew where to put it. I'm currently working on tfs 0.2.9 (8.7) and i wan't to make my own custom skins randomly generated when character is being created. I want to give players power to change outfit colors but i don't want them to change outfits. So here's my question is there any way to remove other outfits from player or lock outfit change buttons so player will be able to change only colors? Sry for my english D;.
 
Hey i dont know what are your version but i hope it works to you:

allowChangeOutfit = true
allowChangeColors = true
allowChangeAddons = true
disableOutfitsForPrivilegedPlayers = false
addonsOnlyPremium = true

search for this part on your server (config.lua)
 
as Shadowsong said but it should be like this
XML:
		<outfit id="54" premium="yes" storageId="xxxx" storageValue="x">
			<list gender="0-3" lookType="12" name="Hell demon" />
		</outfit>
 
Back
Top