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

Canary How edit items

otljunior

New Member
Joined
Mar 13, 2025
Messages
7
Reaction score
0
Hello, I spent a couple of hours trying to edit items on the Canary server. I read the documentation and searched the Otland forum, etc. I don't know how to edit item attributes.
 
I know that, but I don't have the items.otb file in my server files. How can I generate it?
Post automatically merged:

I found items.otb on remeres-map-editor. Can i used them ? When I edit items.otb i should put them on my server ? How to do this...
 
Last edited:
There is no items.otb, its not used by canary,

  • items.xml
  • appearances.dat

its for edit item attributes, you can find these files in
Code:
/data/items
 
Look on this piece of code. It from /data/items on canary server.
How i can set that this item is not stackable, multi use, not on market ?
I see that options on asset editor

XML:
    <item id="266" article="a" name="health potion">
        <attribute key="primarytype" value="liquids"/>
        <attribute key="weight" value="270"/>
    </item>
 
How generate appearences.dat ?
Look i take path from tibia client api
1741875153560.webp

I set attribiutes but AssetEditor dosen;t have options to generate appearences.dat
1741875273648.webp
 
Back
Top