you do edit the items.xmlHey 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![]()
when i change values in items.xml for example only attack in battle axe - ots wont run he just crush :/you do edit the items.xml
you just don't know how
edit the values for the itemid in the xml
show me before and after what you changewhen i change values in items.xml for example only attack in battle axe - ots wont run he just crush :/
I open with wordpad items.xml and i change only for example attack for battle axe :show me before and after what you change
the crash is likely because you don't know how to close tags in xml
show the crash error thenI 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...
propably i do something wrong my friend lookshow 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?
open the original xml in a different editor like sublime text or notepad++ and then change itpropably 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
omg thank you it works with notepad++.. it was so easyopen the original xml in a different editor like sublime text or notepad++ and then change it