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

Lua Enchanted Arms

Elexonic

Well-Known Member
Joined
Jun 18, 2008
Messages
1,920
Reaction score
59
I have a problem when using this weapon, finish duration is broken :S and eliminated anyone knows how to fix it?

Ids: 7882,7757 example..

Code:
<item id="7757" article="an" name="orcish maul">
    <attribute key="weight" value="5400" />
    <attribute key="defense" value="18" />
    <attribute key="attack" value="42" />
    <attribute key="weaponType" value="club" />
    <attribute key="slotType" value="two-handed" />
    <attribute key="elementFire" value="6" />
    <attribute key="charges" value="1000" />
    <attribute key="decayTo" value="7392" />
    <attribute key="showcharges" value="1" />
  </item>

And

Code:
<item id="7757" article="an" name="orcish maul">
    <attribute key="weight" value="5400" />
    <attribute key="defense" value="18" />
    <attribute key="attack" value="42" />
    <attribute key="weaponType" value="club" />
    <attribute key="slotType" value="two-handed" />
    <attribute key="elementFire" value="6" />
    <attribute key="charges" value="1000" />
    <attribute key="decayTo" value="7392" />
    <attribute key="showcharges" value="1" />
  </item>


but I love the weapon without directly if it works well ..
Anyone know how to fix it?

thanks
 
My therory would be <attribute key="decayTo" value="7392" /> how that value is an invalid ID make it 7882 so it makes a new orchish maul. Does that make any sense?
 
mmm I could put the 7882 item and remove loads directly .. this and so never break ..
Like the original item.
the problem is to change from one to another .. the next hit, I do not know that breaks S =
 
Back
Top