• 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 Put Outfit only with storage id "x"

Mariuskens

Sword Art Online 2D-MMORPG
Joined
Nov 21, 2008
Messages
1,000
Reaction score
106
Location
Spain
GitHub
Olimpotibia
Hii otland!

I've good idea !! i can put storage id in one outfit??

4 Example :

Lua:
        </list>
        <list gender="24"  --> Storage id="10020" <-- lookType="356" name="Spawn">
          
            <stats maxHealth="100"/>
        </list>
    </outfit>

is possible?? thnx all for support!
 
if you mean it at outfits.xml
XML:
	<outfit id="5" storageId="1415" storageValue="1">
		<list gender="0" lookType="356" name="Spawn"/>
                <list gender="1" lookType="356" name="Spawn"/>
	</outfit>
 
if you mean it at outfits.xml
XML:
    <outfit id="5" storageId="1415" storageValue="1">
        <list gender="0" lookType="356" name="Spawn"/>
                <list gender="1" lookType="356" name="Spawn"/>
    </outfit>

IT WORKS, THANK YOU SO MUCH!!!

for everybody that wants to lock the outfits with a certain storage or quest, please use this!! works like a charm!!
 
Last edited:
Back
Top Bottom