• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

"Allways hit" arrow/bow..

<attribute key="maxHitChance" value="100"/>

E.G.
<item id="2544" article="an" name="arrow" plural="arrows">
<attribute key="weight" value="70"/>
<attribute key="attack" value="25"/>
<attribute key="hitChance" value="90"/>
<attribute key="weaponType" value="ammunition"/>
<attribute key="ammoType" value="arrow"/>
<attribute key="shootType" value="arrow"/>
<attribute key="ammoAction" value="removecount"/>
</item>
 
Code:
    <item id="6529" article="an" name="infernal bolt" plural="infernal bolts">
        <attribute key="weight" value="90"/>
        <attribute key="slotType" value="ammo"/>
        <attribute key="attack" value="70"/>
        <attribute key="weaponType" value="ammunition"/>
        <attribute key="ammoType" value="bolt"/>
        <attribute key="shootType" value="infernalbolt"/>
        <attribute key="ammoAction" value="removecount"/>

-.^
 
Back
Top