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

Is there any fast way to find item in "Noxitu"

henkas

Well-Known Member
Joined
Jul 8, 2015
Messages
1,058
Solutions
5
Reaction score
62
Hi
so i trying to put new items on tibia server but first i need to get these bmp item files so there is that problem i know these items name "Mystic boots, legs,armor" so maybe there is any way to find these items without knowing id? because now i rly struggle with this stuff.
 
1. Find item ID of those items in you items.xml file (In OTS server files)

2. Open your .dat file (From your Tibia Client) via some tibia-dat editor and find the corresponding Sprite ID to the item ID you got

3. Then just go to that sprite ID in Noxitu Sprite Editor.
 
I can't open that file with TibiaEditor it's says Document error:C/users/windows/deskstop/silnik/dbv sprite/tibia.dat
Error:successfully loaded: 1 item(s)
failed on item 101
and e.t.c do you know how to solve this? Because i found that item id but now problem with this
 
You need to find proper Tibia dat editor to your tibia client. As far I know not every editor works fine. Try to find as many as possible dat editors and try them.
 
Yea i found new tibia editor but i have problem so i trying to put new iteam with this this tutorial
But problem is that when i try to put item id on itemeditor 0.4 just nothing happen. Does anyone know how to fix that?
dfgrtretert.png


I did exactly the same what he did. Just one think i got this error, but i dont know does it mean something or not
sdfsdfsdf.png
 
Last edited by a moderator:
What error? On the picture I can see windows asking you if you want to replace the sprites. Isnt it that you were looking for?
 
So if you finally found that item in dat file you should be able to replace the graphic. Seems like it's object builder error. You cna try to use noxitu sprite editor and just swap the graphics manually.
 
So yea i added sprite to my server swapped with original sprite. But don't i need to do something in items.otb? And anyway how should i put this item in items.xml if like example take this script
<item id="7391" article="a" name="Light Sword">
<attribute key="description" value="The Light Sword."/>
<attribute key="weight" value="1900"/>
<attribute key="defense" value="1"/>
<attribute key="attack" value="25"/>
<attribute key="weaponType" value="axe"/>
and his id is 7391 how do i need to get this id because if for test i try to find this sword in tibia.spr it's wrong id because what can i see is just a grass or something like this, and btw i added these items in sprite like this
sprite.png

So how do i need to get that right id to add these items. Or i just should use these:29438 or 29432. I'm so lost right now what to do next.
 
If you want to add NEW items, you need to generate new items.otb. Usually dat editor should do that for you.

Then you can see correct item id in dat editor. Sprite ids are only used by dat file inside.
 
Well i have error with objectbuilder you saw so i tried to dowload new editor as you said, but this editor gives me error to...
sprite.png


I found other otitemeditor but i dont rly know how to use it properly . Maybe you can explain or someone how should i add that item?
 
Last edited by a moderator:
Back
Top