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

New items from 8.2+ dont work :/

kret

K R E T O W N A G E
Joined
Apr 4, 2008
Messages
949
Reaction score
6
Location
PяOLAND
Hello

Why new items from tibia 8.2+ dont work ? I use TFS 0.12

<item id="8891" article="a" name="paladin armor">
<attribute key="description" value="It increases your distance skill by 2."/>
<attribute key="armor" value="12"/>
<attribute key="slotType" value="body"/>
<attribute key="weight" value="6500"/>
<attribute key="skillDist" value="2"/>
</item>

for example Paladin Armor dont add 2 distance :/

how to repair it ?

// sry for my n3wbie english but i think u can understand me ;D xD
 
Check if you have this in your movements.xml

Code:
<movevent event="DeEquip" itemid="8796" slot="armor" function="onDeEquipItem"/>	
	<movevent event="Equip" itemid="8797" slot="armor" function="onEquipItem">
		<vocation name="Paladin"/>
		<vocation name="Royal Paladin" showInDescription="0"/>
	</movevent>
 
Omfg works <3

i <3 u

:d

EDIT:

YEA SPELLBOOKS DONT WORK ! :-(

EDIT2:

WE MUST MANUAL ADD THE NEW SPELLBOOKS OF ~ to MOVEMENTS.xML ;-)
 
Last edited:
Back
Top