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

all outfit problem

fleszu_pl

New Member
Joined
Jul 8, 2011
Messages
91
Reaction score
1
When someone create new haracter got all outfits how to change its for just "normal one + pacc outfit" without quest one?
 
Code:
<outfit id="17" premium="yes" [COLOR=#ff0000]default="0"[/COLOR]>
        <list gender="0" lookType="269" name="Nightmare"/>
        <list gender="1" lookType="268" name="Nightmare"/>
</outfit>
or
Code:
<outfit id="17" premium="yes" [COLOR=#ff0000]storageId="12345" storageValue="1"[/COLOR]>
        <list gender="0" lookType="269" name="Nightmare"/>
        <list gender="1" lookType="268" name="Nightmare"/>
</outfit>
 
Back
Top