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

8.2 Outfit?

Sasir

PrOGaMeR
Joined
Dec 19, 2007
Messages
417
Reaction score
3
Location
Germany
Does anyone know how to add newest outfit from 8.2 into my ot?

Using Tfs Ofc.
 
./data/xml/outfits.xml
female:
Code:
<outfit type="0" looktype="288"	enabled="1"	name="Demonhunter" premium="1"/>
male:
Code:
<outfit type="1" looktype="289"	enabled="1"	name="Demonhunter" premium="1"/>

and add the numbers in tables at global.lua too (maleOutfits & femaleOutfits).

btw - they are already in TFS.
 
Back
Top