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

Problem whit Outfits.xml

Bazi

Member
Joined
Oct 24, 2011
Messages
270
Reaction score
8
Location
Germany
Hey i wana add Nightmare addon and it dont works!...

PHP:
	<outfit id="29">
		<list gender="0" lookType="245" name="Nightmare"/>
		<list gender="1" lookType="245" name="Nightmare"/>
	</outfit>

i cant make more then 29 outfits ??? idk why it dont work i have 2 other custom outfits too and it works soo idk the problem please help :S
 
@up
changed

LUA:
<outfit id="29">
        <list gender="0" lookType="245" name="Nightmare"/>
        <list gender="1" lookType="245" name="Nightmare"/>
    </outfit>
made by you need add custom addon, and remplace sprites monsters for new outfits need use this:
LUA:
<outfit id="26" premium="yes"> -- Remember Outfit id is next your last outfit.
    <list gender="0-3" lookType="245" name="Name"/>
    </outfit>
 
Back
Top