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

new boots dont work !!

vBzone

Banned User
Joined
Mar 1, 2009
Messages
119
Reaction score
0
i make new boots
and i add iton items.xml
and on movements.xml

i wanna make it work like soft boots

but its not work

and how i can make it into this like



this is his codes :

<item id="2324" name="super boots">
<attribute key="weight" value="800"/>
<attribute key="slotType" value="feet"/>
<attribute key="transformEquipTo" value="11258"/>
<attribute key="stopduration" value="1"/>
<attribute key="showduration" value="1"/>

<item id="11258" article="a" name="pair of super boots (faster regeneration)">
<attribute key="weight" value="800"/>
<attribute key="slotType" value="feet"/>
<attribute key="decayTo" value="10021"/>
<attribute key="transformDeEquipTo" value="2324"/>
<attribute key="duration" value="14400"/>
<attribute key="healthGain" value="300"/>
<attribute key="healthTicks" value="2000"/>
<attribute key="manaGain" value="600"/>
<attribute key="manaTicks" value="1000"/>
<attribute key="showduration" value="1"/>
<attribute key="speed" value="600"/>

<item id="11259" article="a" name="worn super boots">
<attribute key="description" value="Semsem specialised in shoes might be able to repair them for you."/>
<attribute key="weight" value="800"/>

<item id="2108" article="a" name="worn super boots">
<attribute key="description" value="Semsem specialised in shoes might be able to repair them for you."/>
<attribute key="weight" value="800"/>

and on movements.xml :

<movevent type="Equip" itemid="2324" slot="feet" event="function" value="onEquipItem"/>
<movevent type="DeEquip" itemid="11258" slot="feet" event="function" value="onDeEquipItem"/>

-------

so what should i do now .. every thing is right .. but where is the bug .. can any one help me ??​
 
well, I dont get why uou have 2 worn versions, and btw the equipped one doesnt decay to any of them :D
ok, maybe you can tell what doesnt work?
 
will that the boots befor i waring it



and thats after i waring it



and its not give any heal or mana or speed

so where is the problem​
 
no one know where is the problem ..

so if i wanna make new boots lik soft boots and i have new pic`s for it .. what should i do ?
 
Back
Top