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

How to add new item?

Trannitis

New Member
Joined
Feb 28, 2015
Messages
95
Reaction score
1
How to add new for exmaple shield to tibia? Im using 10/41 and tfs 1.1. Step by step will be great, i have a lot of problems with that:/
 
Well, i have steps to creating a new sprite file. So i created it and what i have to do next?

f20p98ct8kz1.jpg
 
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?

m7rp8eqo0ssb.png
 
I think you have a systax error at items.xml. check the attribute keys of the new items you made. Or maybe paste the new items code
 
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 :/
 
Back
Top