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

Łamanie się spearów, problem z soft bootsami.

MrBAD

Jestem Fajny!
Joined
Jan 3, 2009
Messages
69
Reaction score
0
Location
Poland
Witam.

Mój problem dotyczy szybkiego łamania się spearów.
Próbowałem zmieniać ich łamliwość w items.xml z 10 na 0, jednak nawet po restarcie to nic nie daje.

Drugi problem dotyczy soft bootsów, które dają tylko 2 pkt mana na sekunde, chcę , żeby dawały 6. Edytowałem je więc w items.xml i zmieniłem z dwa, na sześć, zapisałem, wrzuciłem, restart i dalej nic, dalej dają 2 pkt mana na sekunde.

W czym tkwi problem? Błąd silnika? Mam najnowszą dostępną wersje - 0.3.5pl1. Bardzo proszę o pomoc. Pozdrawiam.
 
Z tego co ja wiem, items.xml Ci czyta, bo itemsy wogóle się nazywają i działają. Może jednak źle coś zmieniałeś, w breaku speara ma być 1 nie 0 wtedy nie znika.

spear

PHP:
	<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"/>
		<attribute key="breakChance" value="1"/>
		<attribute key="ammoAction" value="moveback"/>
	</item>

softy
PHP:
	<item id="2640" article="a" name="pair of soft boots">
		<attribute key="weight" value="800"/>
		<attribute key="slotType" value="feet"/>
		<attribute key="decayTo" value="10021"/>
		<attribute key="transformDeEquipTo" value="6132"/>
		<attribute key="duration" value="14400"/>
		<attribute key="healthGain" value="10"/>
		<attribute key="healthTicks" value="2000"/>
		<attribute key="manaGain" value="6"/>
		<attribute key="manaTicks" value="1000"/>
		<attribute key="showduration" value="1"/>
	</item>

pozdrawiam,
 
Back
Top