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

Lock Outfits for Outfit Quest in Mystic Spirit?

Shispa

The Producer
Joined
Mar 28, 2009
Messages
68
Reaction score
5
Location
Chile :)
Umm, i had quests for all outfits in my ot, was crying damson.
How can i lock outfits untill do quest?
For example, in crying damson i did it like this:

Code:
        <outfit id="27" premium="yes" quest="95883">
		<list gender="0" lookType="332" name="VIP"/>
		<list gender="1" lookType="331" name="VIP"/>
        </outfit>


In mystic spirit, i remember i had to do like:

Code:
<outfit type="1" looktype="332" enabled="1" name="VIP" premium="1" storage="95883"/>

But doesnt work. Anyone knows how to do it?

Thanks
 
i'm just looking at the sources and there's not this feature

but, you gave me a good idea
i'm adding this to the r2 version of my distro based on TFS
you can see the r1 in my signature
 
i'm just looking at the sources and there's not this feature

but, you gave me a good idea
i'm adding this to the r2 version of my distro based on TFS
you can see the r1 in my signature

i saw it ;), would be nice if u add it in ur next version :D
 
Back
Top