Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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!
You need to create the png file (32x32 pixels), import it to .spr and creat a new item into .dat After that you should edit your items.otb and items.xml. for the first part you could use objectbuilder, for the second part, otitemeditor.
Well, iv done everyting like on this film, but when i edit shield properties on items.xml served dont wanna to run :/ Any sugestions what iv done wrong?
Well, i found what i do wrong and repaired it. Now code looks fine ->
<item id="22703" article="a" name="test shield">
<attribute key="weight" value="6500" />
<attribute key="defense" value="50" />
<attribute key="weaponType" value="shield" />
</item>
But when i save it and start server i cant find it in remeres map editor so i cant place it on ground. How do put it in remere?
Its is a custom item, remeres dont identify it by the client id or server id, you need to find it... i think you should start looking inside the raw itens menu... i dont know if theres an easiest way :/