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

Editing items

majn

New Member
Joined
Dec 1, 2009
Messages
24
Reaction score
0
Hey guys,

do you know how to edit items in tibia ? I have own ots and i want to change atributes for swords/axes i mean change of attack/defence, how to do this ? If i edit something in items.xml ots dont want run :(
 
Hey guys,

do you know how to edit items in tibia ? I have own ots and i want to change atributes for swords/axes i mean change of attack/defence, how to do this ? If i edit something in items.xml ots dont want run :(
you do edit the items.xml
you just don't know how
edit the values for the itemid in the xml
 
when i change values in items.xml for example only attack in battle axe - ots wont run he just crush :/
show me before and after what you change
the crash is likely because you don't know how to close tags in xml
 
show me before and after what you change
the crash is likely because you don't know how to close tags in xml
I open with wordpad items.xml and i change only for example attack for battle axe :

<item id="2378" article="a" name="battle axe">
<attribute key="weight" value="5000"/>
<attribute key="defense" value="10"/>
<attribute key="attack" value="45"/>
<attribute key="weaponType" value="axe"/>
<attribute key="slotType" value="two-handed"/>
i change only attack value to 45 - default is 25
my xml file - https://www.sendspace.com/file/8o70db
When i change back to 25 ots is running and its not crash...
after edit i have a crash "Unable to load items.xml FILES"
 
Last edited:
I open with wordpad items.xml and i change only for example attack for battle axe :

<item id="2378" article="a" name="battle axe">
<attribute key="weight" value="5000"/>
<attribute key="defense" value="10"/>
<attribute key="attack" value="45"/>
<attribute key="weaponType" value="axe"/>
<attribute key="slotType" value="two-handed"/>
i change only attack value to 45 - default is 25
my xml file - https://www.sendspace.com/file/8o70db
When i change back to 25 ots is running and its not crash...
show the crash error then
you're obv doing something wrong otherwise the ot wouldn't crash from one value being changed
i noticed you're missing the closing tag </item> at the end, did you remove that?
 
show the crash error then
you're obv doing something wrong otherwise the ot wouldn't crash from one value being changed
i noticed you're missing the closing tag </item> at the end, did you remove that?
propably i do something wrong my friend look
i change only value attack - https://imgur.com/a/4TFqd from 25 to 40 and i dont touch another lines
then save and run ots and crash - https://imgur.com/a/vijW5
 
Back
Top