• 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!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

[ITENS] Missing Items

LigthTenshimaru

LightTenshimaru
Joined
Jan 3, 2011
Messages
5
Reaction score
0
Location
Fortaleza, CE
Some Missing Itens Of 10.1+
Like Nail Case And Monsters Corpse.

Code:
    <item id="21366" article="a" name="dead tarnished spirit">
        <attribute key="weight" value="1000" />
        <attribute key="containerSize" value="5" />
        <attribute key="decayTo" value="21369" />
        <attribute key="duration" value="10" />
        <attribute key="corpseType" value="blood" />
    </item>
    <item id="21369" article="a" name="dead tarnished spirit">
        <attribute key="weight" value="1000" />
        <attribute key="containerSize" value="5" />
        <attribute key="decayTo" value="21370" />
        <attribute key="duration" value="60" />
        <attribute key="corpseType" value="blood" />
    </item>
    <item id="21370" article="a" name="dead tarnished spirit">
        <attribute key="weight" value="1000" />
        <attribute key="decayTo" value="21371" />
        <attribute key="duration" value="600" />
        <attribute key="corpseType" value="blood" />
    </item>
    <item id="21371" article="a" name="dead tarnished spirit">
        <attribute key="weight" value="700" />
        <attribute key="decayTo" value="0" />
        <attribute key="duration" value="600" />
        <attribute key="corpseType" value="blood" />
    </item>
    <item id="21367" article="a" name="dead white shade">
        <attribute key="weight" value="1000" />
        <attribute key="containerSize" value="5" />
        <attribute key="decayTo" value="21375" />
        <attribute key="duration" value="10" />
        <attribute key="corpseType" value="blood" />
    </item>
  .....
 

Attachments

Back
Top