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

[860+]Add demon sprites to RME

MadMOOK

Hoo
Joined
Apr 20, 2011
Messages
802
Reaction score
43
Hey since Im always asking for stuff on the forums I think ill give something back!
I found these cool demonic sprites that had no place in my items.xml so I added them, do that now if its not there! go ahead!
awesome_zps80c966ab.png


Items.xml add this where it goes according to item ID!!
Code:
    <item id="12548" article="a" name="demon tower">
        </item>
    <item id="12549" article="a" name="demon tower">
        </item>
    <item id="12550" article="a" name="demon tower">
        </item>
    <item id="12551" article="a" name="demon arch">
        </item>
    <item id="12552" article="a" name="demon arch">
        </item>
    <item id="12553" article="a" name="demon arch">
        </item>
    <item id="12554" article="a" name="demon arch">
        </item>
    <item id="12555" article="a" name="demon arch">
        </item>
    <item id="12556" article="a" name="demon arch">
        </item>
    <item id="12557" article="a" name="demon mouth">
        </item>
    <item id="12558" article="a" name="demon mouth">
        </item>

Next go to your %appdata%/rme folder/extensions
Pick a new one or just add it to a cave extension like i did
Code:
            <item fromid="12558"/>
            <item fromid="12557"/>
            <item fromid="12556"/>
            <item fromid="12555"/>
            <item fromid="12554"/>
            <item fromid="12553"/>
            <item fromid="12552"/>
            <item fromid="12551"/>
            <item fromid="12550"/>
            <item fromid="12549"/>
            <item fromid="12548"/>

Now open your map editor and map them on stuff, them demon mouths look cool on walls! xD
 
Last edited:

Similar threads

Back
Top