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

Solved Outfits.

Cornex

Web Developer
Senator
Joined
Jun 15, 2008
Messages
3,443
Solutions
6
Reaction score
1,170
Location
Sweden
Hey, if there is someone ho know how to add demonhunter and wayfarer outfit to server.

Also i really want an script that "addon doll" but only for demon hunter and wayfarer.

Will repp for sure :) Thanks!
 
Last edited:
You need to have it added to XML/outfits.xml.

XML:
<outfit id="20" premium="yes" >
        <list gender="0" lookType="288" name="Demonhunter">
        </list>
        <list gender="1" lookType="289" name="Demonhunter">
        </list>
    </outfit>

<outfit id="23">
        <list gender="0" lookType="366" name="Wayfarer"/>
        <list gender="1" lookType="367" name="Wayfarer"/>
    </outfit>

You can try a script like this: http://otland.net/f81/addon-doll-8-6-outfits-100831/ And just removing the IDs that you don't want and keeping wayfarer and demonhunter (you can found the IDs in outfits.xml).
 
Thx alot. Repp :)

"You must spread some Reputation around before giving it to Loney again."

It cames later :)
 
Back
Top