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

[items.xml] This won't decay:

Ezzam

New Member
Joined
Jan 16, 2008
Messages
213
Reaction score
2
Code:
<item id="9247" article="a" name="magic opening">
  <attribute key="decayTo" value="3366"/>
  <attribute key="duration" value="300"/>
  <attribute key="showduration" value="1"/>
</item>

Do i have to add something in movements.xml like some other things need or what? >.<
 
Code:
<item id="9247" article="a" name="magic opening">
  <attribute key="decayTo" value="3366"/>
  <attribute key="duration" value="300"/>
  <attribute key="showduration" value="1"/>
</item>

Do i have to add something in movements.xml like some other things need or what? >.<

Don't use decayTo.
Use AS with UID's binded to the lever you wish to use.
talk to Elite Questbane on msn, easier to help your both there.
 
Back
Top Bottom