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

charges on a weapon

zirra

Member
Joined
Jun 11, 2009
Messages
343
Solutions
1
Reaction score
7
Location
Arizona, Usa
ok so i have this axe i need fixed.. in items.xml this is what i have for it
</item>
<item id="10185" article="a" name="gore axe">
<attribute key="weight" value="3400"/>
<attribute key="attack" value="100"/>
<attribute key="defense" value="5"/>
<attribute key="weaponType" value="axe"/>
<attribute key="elementDeath" value="18"/>
<attribute key="charges" value="100"/>
<attribute key="decayTo" value="10183"/>
<attribute key="showcharges" value="1"/>


but this is what it comes out as
03:03 You see a gore axe (Atk:100, Def:5) that has 1 charge left.
It can only be wielded properly by players of level 25 or higher.


I have an ice rapier that is the same way
<item id="2396" article="an" name="ice rapier">
<attribute key="description" value="The icy blade of the sword is melting rapidly, use it while you can."/>
<attribute key="weight" value="1500"/>
<attribute key="attack" value="100"/>
<attribute key="defense" value="1"/>
<attribute key="weaponType" value="sword"/>
<attribute key="elementIce" value="18"/>
<attribute key="charges" value="100"/>
<attribute key="decayTo" value="2384"/>
<attribute key="showcharges" value="1"/>


and its comes out fine with 100 charges.. can someone please help me? im probably not able to see the error cause im so tired haha, ut thanks in advance =)
 
Back
Top