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

Spears - they break too fast.

Xexza

New Member
Joined
Sep 3, 2007
Messages
1,053
Reaction score
3
Where do I change it?
This is a pretty importnant problem for me right now.
Help please Thanks.
 
Oke here is an fix for it.

Goto Items.xml
Push CTRL+F u will get an "search function".
Put this in the search function "spears"
Then u will see this
Code:
	<item id="2389" article="a" name="spear" plural="spears">
		<attribute key="weight" value="2000"/>
		<attribute key="attack" value="25"/>
		<attribute key="weaponType" value="distance"/>
		<attribute key="shootType" value="spear"/>
		<attribute key="range" value="5"/>
		[COLOR="Red"]<attribute key="breakChance" value="10"/>[/COLOR]

Change the:
Code:
<attribute key="breakChance" value="[COLOR="Red"]10[/COLOR]"/>
to whatever u want..
10 = u need to throw 10 times before the break

If u want them to break after 50 times use this
Code:
<attribute key="breakChance" value="50"/>

if u want them to break after u throwed them 34 times use this
Code:
<attribute key="breakChance" value="34"/>

I hope u got it =)
 
Oke here is an fix for it.

Goto Items.xml
Push CTRL+F u will get an "search function".
Put this in the search function "spears"
Then u will see this
Code:
	<item id="2389" article="a" name="spear" plural="spears">
		<attribute key="weight" value="2000"/>
		<attribute key="attack" value="25"/>
		<attribute key="weaponType" value="distance"/>
		<attribute key="shootType" value="spear"/>
		<attribute key="range" value="5"/>
		[COLOR="Red"]<attribute key="breakChance" value="10"/>[/COLOR]

Change the:
Code:
<attribute key="breakChance" value="[COLOR="Red"]10[/COLOR]"/>
to whatever u want..
10 = u need to throw 10 times before the break

If u want them to break after 50 times use this
Code:
<attribute key="breakChance" value="50"/>

if u want them to break after u throwed them 34 times use this
Code:
<attribute key="breakChance" value="34"/>

I hope u got it =)

Thank you. :D
I luv u ; DDDDDDDDDDDDDDDD
 
Back
Top Bottom