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

Addon Bonus

Blade33711

Member
Joined
Aug 6, 2012
Messages
133
Solutions
1
Reaction score
5
Location
Poland
How to do that every outfit gave another bonus?

I have tried in this way.
Code:
            <list gender="0" lookType="137" name="Hunter" requirement="none">
            </list>
           
            <list gender="0" lookType="137" name="Hunter" requirement="first">
                <skills dist="2"/>
                <stats maxHealth="75"/>
            </list>

            <list gender="0" lookType="137" name="Hunter" requirement="second">
                <skills dist="2"/>
                <stats maxHealth="75"/>
            </list>
       
            <list gender="0" lookType="137" name="Hunter" requirement="both">
                <skills dist="4"/>
                <stats maxHealth="150"/>
            </list>
 
Back
Top