• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

itemIDs without name/descr

LucasFerraz

Systems Analyst
Joined
Jun 10, 2010
Messages
2,857
Reaction score
96
Location
Brazil
Can someone help me? I need name/descr to this item IDS
LUA:
11450
11561
11676
11812
11673
11675
11672
11692
11693
11799
11640
12322
11753
 
Last edited:
8.60

- - - Updated - - -



I don't know how to search for item ids, some of them are tiles
You can't search for item ids on tibia wikia. Just look at the items on your map editor or something and try to find the items on tibia wikia. That's the best that I can suggest.
 
<item id="12284" name="the tail of the keeper">
<attribute key="weight" value="450" />
</item>

For normal item, edit the id and attribute keys to fit your prefences. Just add it into items.xml in the correct place, eg; numerical order.

<item id="406" article="a" name="white marble tile" />
</item>
For tile, edit id and name, add to the numerical orderspot.

- - - Updated - - -

My mapeditor just giving IDS too, tibiawikia do not show tiles S:
For this, you just edit the id and name your item what you want it to be called.. its a custom item anyways, right?
 
It's a box lol
13:31 You see a marked crate.
XML:
<item id="12284" name="the tail of the keeper">
<attribute key="weight" value="450" />
</item>
 
Back
Top