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

TFS 1.0 loot inside bag

Peonso

Godly Member
Joined
Jan 14, 2008
Messages
1,752
Solutions
30
Reaction score
1,536
TFS 1.0 doesn't accept loot inside bag like the one below?
Code:
       <item id="1987" chance="100000"><!-- bag -->
            <inside>
                <item id="2393" chance="2000"/><!-- 2% giant sword -->
                <item id="2377" chance="8000"/><!-- 8% two-handed sword -->
                <item id="2387" chance="20000"/><!-- 20% double axe -->
                <item id="2416" chance="30000"/><!-- 30% crowbar -->
                <item id="2174" chance="1600"/><!-- 1.6% strange symbol -->
            </inside>
        </item>
 
You do not need the <inside> tag. It will check for child nodes automatically if the item is a container.
 
Back
Top