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

Solved How can paladins not "miss" many attacks?

gerard95

Keep cool :)
Joined
Dec 31, 2011
Messages
276
Reaction score
16
How could I change to make a paladin deal almost always?
It fails way too much right now :/

Thank you :)
 
Check items.xml if I remember correctly there is a hitchans or smth in that way~
If not check weapons.xml
WibbenZ
 
I don't remember which one is the correct for Distance, but try both of them:
Code:
        <attribute key="hitChance" value="100"/>
        <attribute key="maxHitChance" value="100"/>

Pd: Even if the weapon hit everytime you will have shitty damage sometimes... Sadly I don't know how to "fix" this ;(
 
I don't remember which one is the correct for Distance, but try both of them:
Code:
        <attribute key="hitChance" value="100"/>
        <attribute key="maxHitChance" value="100"/>

Pd: Even if the weapon hit everytime you will have shitty damage sometimes... Sadly I don't know how to "fix" this ;(

Changing the sourcecode.
WibbenZ
 
Back
Top