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

Lua Outfits - 772 / mattyx14 OtxServ2

MelaHeLL

New Member
Joined
Jul 8, 2008
Messages
38
Reaction score
0
I have a problem with the outfits, recently I added some new outfits to put in the client but I can not get it to add to the players,

Example I try:
1. I try to change citizen to newoutfit but they keep the citizen as same 128 and 136 ..
Lua:
    <outfit id="1">
        <list gender="0" lookType="220" name="Citizen"/>
        <list gender="1" lookType="221" name="Citizen"/>
    </outfit>

2. Above id="7" outfit I add:
Lua:
    <outfit id="8">
        <list gender="0" lookType="220" name="teste"/>
        <list gender="1" lookType="221" name="teste"/>
    </outfit>

3. I try to change the clients, I used Otclient modified and normal clients ..
And nothing happen, I only have 7 outfits.

Any solution?
 
Back
Top