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

[HELP] Watch this please.

hum

New Member
Joined
Jan 7, 2010
Messages
35
Reaction score
0
hello guys, well.. i have a problem:

my donation items dont add the skills..

Code:
    <item id="12603" article="a" name="Nub Mail">
        <attribute key="weight" value="130" />
        <attribute key="armor" value="30" />
	<attribute key="speed" value="20" />
	<attribute key="skillShield" value="1" />
	<attribute key="skillDist" value="1" />
	<attribute key="magiclevelpoints" value="1" />
	<attribute key="skillclub" value="1" />
	<attribute key="skillaxe" value="1" />
	<attribute key="skillsword" value="1" />
        <attribute key="slotType" value="body" />
        <attribute key="showattributes" value="1" />
    </item>

but look:
otland1.jpg

now see what happens if i equip it...
otland2.jpg


any suggestions ;s??

thank you

Yours

Betoox.
 
You need to add the items to movements.
Sorry I don't have the latest TFS movements codes so I can't give you it =(
But I'm sure someone will soon enough.

good luck =)
 
XML:
	<movevent type="Equip" itemid="ITEMID" slot="SLOT" event="function" value="onEquipItem"/>
	<movevent type="DeEquip" itemid="ITEMID" slot="SLOT" event="function" value="onDeEquipItem"/>

No problem. :)
 
Back
Top