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

Paladin missing many hits

xubeiga

New Member
Joined
Jun 17, 2009
Messages
137
Reaction score
1
hi again. so, paladins are missing a lot of hits...its not the distdamage in vocations.xml, its smth else, cause if i change the distdamage they miss a lot of hits either, but when they hit they hit a lot...any ideas?
 
data/items/items.xml

Spear
XML:
<item id="2389" name="spear" article="a">
	<attribute key="weight" value="2000" />
	<attribute key="attack" value="25" />
	<attribute key="weaponType" value="distance" />
	<attribute key="shootType" value="spear" />
	<attribute key="range" value="3" />
	<attribute key="breakChance" value="3" />
	<attribute key="ammoAction" value="moveback" />
        <attribute key="hitChance" value="XX" />
</item>

Just change the hitChance value
 
data/items/items.xml

Spear
XML:
<item id="2389" name="spear" article="a">
	<attribute key="weight" value="2000" />
	<attribute key="attack" value="25" />
	<attribute key="weaponType" value="distance" />
	<attribute key="shootType" value="spear" />
	<attribute key="range" value="3" />
	<attribute key="breakChance" value="3" />
	<attribute key="ammoAction" value="moveback" />
        <attribute key="hitChance" value="XX" />
</item>

Just change the hitChance value

well, it doesnt have hitchance on the item. can i just add it and i will work? thanks
 

Similar threads

Back
Top