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

Enchanted weapons on items.xml!!!!!

santin

Lost.Realm->Owner
Joined
Jun 2, 2007
Messages
52
Reaction score
0
Location
Brazil
So.. here is the enchanted weapons for items.xml..

Remembering that is only the weapons, without the 'charges' and 'decay' attribute because TFS doesn't support it for weapons..

Just add all of this on the end of the file before the '</items>'..

Code:
</item>
		<item id="7744" article="a" name="spike sword"> --fire
		<attribute key="weight" value="5000"/>
		<attribute key="defense" value="21"/>
		<attribute key="attack" value="24"/>
		<attribute key="weaponType" value="sword"/>
		<attribute key="extradef" value="2"/>
		<attribute key="description" value="It is an enchanted with the fire property."/>
	</item>
	<item id="7763" article="a" name="spike sword">
		<attribute key="weight" value="5000"/>
		<attribute key="defense" value="21"/>
		<attribute key="attack" value="24"/>
		<attribute key="weaponType" value="sword"/>
		<attribute key="extradef" value="2"/>
		<attribute key="description" value="It is an enchanted with the ice property."/>
	</item>
	<item id="7854" article="a" name="spike sword">
		<attribute key="weight" value="5000"/>
		<attribute key="defense" value="21"/>
		<attribute key="attack" value="24"/>
		<attribute key="weaponType" value="sword"/>
		<attribute key="extradef" value="2"/>
		<attribute key="description" value="It is an enchanted with the earth property."/>
	</item>
	<item id="7869" article="a" name="spike sword">
		<attribute key="weight" value="5000"/>
		<attribute key="defense" value="21"/>
		<attribute key="attack" value="24"/>
		<attribute key="weaponType" value="sword"/>
		<attribute key="extradef" value="2"/>
		<attribute key="description" value="It is an enchanted with the energy property."/>
	</item>
	<item id="7747" article="a" name="blacksteel sword"> -- fire
		<attribute key="weight" value="5900"/>
		<attribute key="defense" value="22"/>
		<attribute key="attack" value="42"/>
		<attribute key="weaponType" value="sword"/>
		<attribute key="slotType" value="two-handed"/>
		<attribute key="description" value="It is an enchanted with the fire property."/>
	</item>
	<item id="7766" article="a" name="blacksteel sword">
		<attribute key="weight" value="5900"/>
		<attribute key="defense" value="22"/>
		<attribute key="attack" value="42"/>
		<attribute key="weaponType" value="sword"/>
		<attribute key="slotType" value="two-handed"/>
		<attribute key="description" value="It is an enchanted with the ice property."/>
	</item>
	<item id="7857" article="a" name="blacksteel sword">
		<attribute key="weight" value="5900"/>
		<attribute key="defense" value="22"/>
		<attribute key="attack" value="42"/>
		<attribute key="weaponType" value="sword"/>
		<attribute key="slotType" value="two-handed"/>
		<attribute key="description" value="It is an enchanted with the earth property."/>
	</item>
	<item id="7872" article="a" name="blacksteel sword">
		<attribute key="weight" value="5900"/>
		<attribute key="defense" value="22"/>
		<attribute key="attack" value="42"/>
		<attribute key="weaponType" value="sword"/>
		<attribute key="slotType" value="two-handed"/>
		<attribute key="description" value="It is an enchanted with the energy property."/>
	</item>
	<item id="7748" article="a" name="dragon slayer"> --fire
		<attribute key="weight" value="8200"/>
		<attribute key="defense" value="28"/>
		<attribute key="attack" value="44"/>
		<attribute key="weaponType" value="sword"/>
		<attribute key="slotType" value="two-handed"/>
		<attribute key="description" value="It is an enchanted with the fire property."/>
	</item>
	<item id="7767" article="a" name="dragon slayer">
		<attribute key="weight" value="8200"/>
		<attribute key="defense" value="28"/>
		<attribute key="attack" value="44"/>
		<attribute key="weaponType" value="sword"/>
		<attribute key="slotType" value="two-handed"/>
		<attribute key="description" value="It is an enchanted with the ice property."/>
	</item>
	<item id="7858" article="a" name="dragon slayer">
		<attribute key="weight" value="8200"/>
		<attribute key="defense" value="28"/>
		<attribute key="attack" value="44"/>
		<attribute key="weaponType" value="sword"/>
		<attribute key="slotType" value="two-handed"/>
		<attribute key="description" value="It is an enchanted with the earth property."/>
	</item>
	<item id="7873" article="a" name="dragon slayer">
		<attribute key="weight" value="8200"/>
		<attribute key="defense" value="28"/>
		<attribute key="attack" value="44"/>
		<attribute key="weaponType" value="sword"/>
		<attribute key="slotType" value="two-handed"/>
		<attribute key="description" value="It is an enchanted with the energy property."/>
	</item>
	<item id="7745" article="a" name="relic sword"> --fire
		<attribute key="weight" value="4800"/>
		<attribute key="defense" value="24"/>
		<attribute key="attack" value="42"/>
		<attribute key="weaponType" value="sword"/>
		<attribute key="description" value="It is an enchanted with the fire property."/>
		<attribute key="extradef" value="1"/>
	</item>
	<item id="7764" article="a" name="relic sword">
		<attribute key="weight" value="4800"/>
		<attribute key="defense" value="24"/>
		<attribute key="attack" value="42"/>
		<attribute key="weaponType" value="sword"/>
		<attribute key="description" value="It is an enchanted with the ice property."/>
		<attribute key="extradef" value="1"/>
	</item>
	<item id="7855" article="a" name="relic sword">
		<attribute key="weight" value="4800"/>
		<attribute key="defense" value="24"/>
		<attribute key="attack" value="42"/>
		<attribute key="weaponType" value="sword"/>
		<attribute key="description" value="It is an enchanted with the earth property."/>
		<attribute key="extradef" value="1"/>
	</item>
	<item id="7870" article="a" name="relic sword">
		<attribute key="weight" value="4800"/>
		<attribute key="defense" value="24"/>
		<attribute key="attack" value="42"/>
		<attribute key="weaponType" value="sword"/>
		<attribute key="extradef" value="1"/>
		<attribute key="description" value="It is an enchanted with the energy property."/>
	</item>
	<item id="7746" article="a" name="mystic blade"> --fire
		<attribute key="weight" value="3500"/>
		<attribute key="defense" value="25"/>
		<attribute key="attack" value="44"/>
		<attribute key="weaponType" value="sword"/>
		<attribute key="description" value="It is an enchanted with the fire property."/>
		<attribute key="extradef" value="2"/>
	</item>
	<item id="7765" article="a" name="mystic blade">
		<attribute key="weight" value="3500"/>
		<attribute key="defense" value="25"/>
		<attribute key="attack" value="44"/>
		<attribute key="weaponType" value="sword"/>
		<attribute key="description" value="It is an enchanted with the ice property."/>
		<attribute key="extradef" value="2"/>
	</item>
	<item id="7856" article="a" name="mystic blade">
		<attribute key="weight" value="3500"/>
		<attribute key="defense" value="25"/>
		<attribute key="attack" value="44"/>
		<attribute key="weaponType" value="sword"/>
		<attribute key="description" value="It is an enchanted with the earth property."/>
		<attribute key="extradef" value="2"/>
	</item>
	<item id="7871" article="a" name="mystic blade">
		<attribute key="weight" value="3500"/>
		<attribute key="defense" value="25"/>
		<attribute key="attack" value="44"/>
		<attribute key="weaponType" value="sword"/>
		<attribute key="extradef" value="2"/>
		<attribute key="description" value="It is an enchanted with the energy property."/>
	</item>
	<item id="7754" article="a" name="clerical mace"> --fire
		<attribute key="weight" value="5800"/>
		<attribute key="defense" value="15"/>
		<attribute key="attack" value="28"/>
		<attribute key="weaponType" value="club"/>
		<attribute key="description" value="It is an enchanted with the fire property."/>
	</item>
	<item id="7773" article="a" name="clerical mace">
		<attribute key="weight" value="5800"/>
		<attribute key="defense" value="15"/>
		<attribute key="attack" value="28"/>
		<attribute key="weaponType" value="club"/>
		<attribute key="description" value="It is an enchanted with the ice property."/>
	</item>
	<item id="7864" article="a" name="clerical mace">
		<attribute key="weight" value="5800"/>
		<attribute key="defense" value="15"/>
		<attribute key="attack" value="28"/>
		<attribute key="weaponType" value="club"/>
		<attribute key="description" value="It is an enchanted with the earth property."/>
	</item>
	<item id="7879" article="a" name="clerical mace">
		<attribute key="weight" value="5800"/>
		<attribute key="defense" value="15"/>
		<attribute key="attack" value="28"/>
		<attribute key="weaponType" value="club"/>
		<attribute key="description" value="It is an enchanted with the energy property."/>
	</item>
	<item id="7755" article="a" name="crystal mace"> --fire
		<attribute key="weight" value="8000"/>
		<attribute key="defense" value="16"/>
		<attribute key="attack" value="38"/>
		<attribute key="weaponType" value="club"/>
		<attribute key="description" value="It is an enchanted with the fire property."/>
	</item>
	<item id="7774" article="a" name="crystal mace">
		<attribute key="weight" value="8000"/>
		<attribute key="defense" value="16"/>
		<attribute key="attack" value="38"/>
		<attribute key="weaponType" value="club"/>
		<attribute key="description" value="It is an enchanted with the ice property."/>
	</item>
	<item id="7865" article="a" name="crystal mace">
		<attribute key="weight" value="8000"/>
		<attribute key="defense" value="16"/>
		<attribute key="attack" value="38"/>
		<attribute key="weaponType" value="club"/>
		<attribute key="description" value="It is an enchanted with the earth property."/>
	</item>
	<item id="7880" article="a" name="crystal mace">
		<attribute key="weight" value="8000"/>
		<attribute key="defense" value="16"/>
		<attribute key="attack" value="38"/>
		<attribute key="weaponType" value="club"/>
		<attribute key="description" value="It is an enchanted with the energy property."/>
	</item>
	<item id="7757" article="an" name="orcish maul"> --fire
		<attribute key="weight" value="5400"/>
		<attribute key="defense" value="18"/>
		<attribute key="attack" value="42"/>
		<attribute key="weaponType" value="club"/>
		<attribute key="slotType" value="two-handed"/>
		<attribute key="description" value="It is an enchanted with the fire property."/>
	</item>
	<item id="7776" article="an" name="orcish maul">
		<attribute key="weight" value="5400"/>
		<attribute key="defense" value="18"/>
		<attribute key="attack" value="42"/>
		<attribute key="weaponType" value="club"/>
		<attribute key="slotType" value="two-handed"/>
		<attribute key="description" value="It is an enchanted with the ice property."/>
	</item>
	<item id="7867" article="an" name="orcish maul">
		<attribute key="weight" value="5400"/>
		<attribute key="defense" value="18"/>
		<attribute key="attack" value="42"/>
		<attribute key="weaponType" value="club"/>
		<attribute key="slotType" value="two-handed"/>
		<attribute key="description" value="It is an enchanted with the earth property."/>
	</item>
	<item id="7882" article="an" name="orcish maul">
		<attribute key="weight" value="5400"/>
		<attribute key="defense" value="18"/>
		<attribute key="attack" value="42"/>
		<attribute key="weaponType" value="club"/>
		<attribute key="slotType" value="two-handed"/>
		<attribute key="description" value="It is an enchanted with the energy property."/>
	</item>
	<item id="7758" article="a" name="war hammer"> --fire
		<attribute key="weight" value="8500"/>
		<attribute key="defense" value="10"/>
		<attribute key="attack" value="45"/>
		<attribute key="weaponType" value="club"/>
		<attribute key="slotType" value="two-handed"/>
		<attribute key="description" value="It is an enchanted with the fire property."/>
	</item>
	<item id="7777" article="a" name="war hammer">
		<attribute key="weight" value="8500"/>
		<attribute key="defense" value="10"/>
		<attribute key="attack" value="45"/>
		<attribute key="weaponType" value="club"/>
		<attribute key="slotType" value="two-handed"/>
		<attribute key="description" value="It is an enchanted with the ice property."/>
	</item>
	<item id="7868" article="a" name="war hammer">
		<attribute key="weight" value="8500"/>
		<attribute key="defense" value="10"/>
		<attribute key="attack" value="45"/>
		<attribute key="weaponType" value="club"/>
		<attribute key="slotType" value="two-handed"/>
		<attribute key="description" value="It is an enchanted with the earth property."/>
	</item>
	<item id="7883" article="a" name="war hammer">
		<attribute key="weight" value="8500"/>
		<attribute key="defense" value="10"/>
		<attribute key="attack" value="45"/>
		<attribute key="weaponType" value="club"/>
		<attribute key="slotType" value="two-handed"/>
		<attribute key="description" value="It is an enchanted with the energy property."/>
	</item>
	<item id="7756" article="a" name="cranial basher"> --fire
		<attribute key="weight" value="7800"/>
		<attribute key="defense" value="20"/>
		<attribute key="attack" value="44"/>
		<attribute key="weaponType" value="club"/>
		<attribute key="description" value="It is an enchanted with the fire property."/>
		<attribute key="extradef" value="-2"/>
	</item>
	<item id="7775" article="a" name="cranial basher">
		<attribute key="weight" value="7800"/>
		<attribute key="defense" value="20"/>
		<attribute key="attack" value="44"/>
		<attribute key="weaponType" value="club"/>
		<attribute key="extradef" value="-2"/>
		<attribute key="description" value="It is an enchanted with the ice property."/>
	</item>
	<item id="7866" article="a" name="cranial basher">
		<attribute key="weight" value="7800"/>
		<attribute key="defense" value="20"/>
		<attribute key="attack" value="44"/>
		<attribute key="weaponType" value="club"/>
		<attribute key="extradef" value="-2"/>
		<attribute key="description" value="It is an enchanted with the earth property."/>
	</item>
	<item id="7881" article="a" name="cranial basher">
		<attribute key="weight" value="7800"/>
		<attribute key="defense" value="20"/>
		<attribute key="attack" value="44"/>
		<attribute key="weaponType" value="club"/>
		<attribute key="extradef" value="-2"/>
		<attribute key="description" value="It is an enchanted with the energy property."/>
	</item>
	<item id="7749" article="a" name="barbarian axe"> --fire
		<attribute key="weight" value="5100"/>
		<attribute key="defense" value="18"/>
		<attribute key="attack" value="28"/>
		<attribute key="weaponType" value="axe"/>
		<attribute key="description" value="It is an enchanted with the fire property."/>
		<attribute key="extradef" value="1"/>
	</item>
	<item id="7768" article="a" name="barbarian axe">
		<attribute key="weight" value="5100"/>
		<attribute key="defense" value="18"/>
		<attribute key="attack" value="28"/>
		<attribute key="weaponType" value="axe"/>
		<attribute key="extradef" value="1"/>
		<attribute key="description" value="It is an enchanted with the ice property."/>
	</item>
	<item id="7859" article="a" name="barbarian axe">
		<attribute key="weight" value="5100"/>
		<attribute key="defense" value="18"/>
		<attribute key="attack" value="28"/>
		<attribute key="weaponType" value="axe"/>
		<attribute key="extradef" value="1"/>
		<attribute key="description" value="It is an enchanted with the earth property."/>
	</item>
	<item id="7874" article="a" name="barbarian axe">
		<attribute key="weight" value="5100"/>
		<attribute key="defense" value="18"/>
		<attribute key="attack" value="28"/>
		<attribute key="weaponType" value="axe"/>
		<attribute key="extradef" value="1"/>
		<attribute key="description" value="It is an enchanted with the energy property."/>
	</item>
	<item id="7750" article="a" name="knight axe"> --fire
		<attribute key="weight" value="5900"/>
		<attribute key="defense" value="21"/>
		<attribute key="attack" value="33"/>
		<attribute key="weaponType" value="axe"/>
		<attribute key="description" value="It is an enchanted with the fire property."/>
		<attribute key="extradef" value="1"/>
	</item>
	<item id="7769" article="a" name="knight axe">
		<attribute key="weight" value="5900"/>
		<attribute key="defense" value="21"/>
		<attribute key="attack" value="33"/>
		<attribute key="weaponType" value="axe"/>
		<attribute key="extradef" value="1"/>
		<attribute key="description" value="It is an enchanted with the ice property."/>
	</item>
	<item id="7860" article="a" name="knight axe">
		<attribute key="weight" value="5900"/>
		<attribute key="defense" value="21"/>
		<attribute key="attack" value="33"/>
		<attribute key="weaponType" value="axe"/>
		<attribute key="extradef" value="1"/>
		<attribute key="description" value="It is an enchanted with the earth property."/>
	</item>
	<item id="7875" article="a" name="knight axe">
		<attribute key="weight" value="5900"/>
		<attribute key="defense" value="21"/>
		<attribute key="attack" value="33"/>
		<attribute key="weaponType" value="axe"/>
		<attribute key="extradef" value="1"/>
		<attribute key="description" value="It is an enchanted with the energy property."/>
	</item>
	<item id="7752" article="a" name="headchopper"> --fire
		<attribute key="weight" value="4500"/>
		<attribute key="defense" value="20"/>
		<attribute key="attack" value="42"/>
		<attribute key="slotType" value="two-handed"/>
		<attribute key="description" value="It is an enchanted with the fire property."/>
		<attribute key="weaponType" value="axe"/>
	</item>
	<item id="7771" article="a" name="headchopper">
		<attribute key="weight" value="4500"/>
		<attribute key="defense" value="20"/>
		<attribute key="attack" value="42"/>
		<attribute key="slotType" value="two-handed"/>
		<attribute key="weaponType" value="axe"/>
		<attribute key="description" value="It is an enchanted with the ice property."/>
	</item>
	<item id="7862" article="a" name="headchopper">
		<attribute key="weight" value="4500"/>
		<attribute key="defense" value="20"/>
		<attribute key="attack" value="42"/>
		<attribute key="slotType" value="two-handed"/>
		<attribute key="weaponType" value="axe"/>
		<attribute key="description" value="It is an enchanted with the earth property."/>
	</item>
	<item id="7877" article="a" name="headchopper">
		<attribute key="weight" value="4500"/>
		<attribute key="defense" value="20"/>
		<attribute key="attack" value="42"/>
		<attribute key="slotType" value="two-handed"/>
		<attribute key="weaponType" value="axe"/>
		<attribute key="description" value="It is an enchanted with the energy property."/>
	</item>
	<item id="7751" article="a" name="heroic axe"> --fire
		<attribute key="weight" value="6100"/>
		<attribute key="defense" value="24"/>
		<attribute key="attack" value="44"/>
		<attribute key="weaponType" value="axe"/>
		<attribute key="description" value="It is an enchanted with the fire property."/>
		<attribute key="extradef" value="1"/>
	</item>
	<item id="7770" article="a" name="heroic axe">
		<attribute key="weight" value="6100"/>
		<attribute key="defense" value="24"/>
		<attribute key="attack" value="44"/>
		<attribute key="weaponType" value="axe"/>
		<attribute key="extradef" value="1"/>
		<attribute key="description" value="It is an enchanted with the ice property."/>
	</item>
	<item id="7861" article="a" name="heroic axe">
		<attribute key="weight" value="6100"/>
		<attribute key="defense" value="24"/>
		<attribute key="attack" value="44"/>
		<attribute key="weaponType" value="axe"/>
		<attribute key="description" value="It is an enchanted with the earth property."/>
		<attribute key="extradef" value="1"/>
	</item>
	<item id="7876" article="a" name="heroic axe">
		<attribute key="weight" value="6100"/>
		<attribute key="defense" value="24"/>
		<attribute key="attack" value="44"/>
		<attribute key="weaponType" value="axe"/>
		<attribute key="extradef" value="1"/>
		<attribute key="description" value="It is an enchanted with the energy property."/>
	</item>
	<item id="7753" article="a" name="war axe"> --fire
		<attribute key="weight" value="6150"/>
		<attribute key="defense" value="10"/>
		<attribute key="attack" value="48"/>
		<attribute key="weaponType" value="axe"/>
		<attribute key="slotType" value="two-handed"/>
		<attribute key="description" value="It is an enchanted with the fire property."/>
	</item>
	<item id="7772" article="a" name="war axe">
		<attribute key="weight" value="6150"/>
		<attribute key="defense" value="10"/>
		<attribute key="attack" value="48"/>
		<attribute key="weaponType" value="axe"/>
		<attribute key="slotType" value="two-handed"/>
		<attribute key="description" value="It is an enchanted with the ice property."/>
	</item>
	<item id="7863" article="a" name="war axe">
		<attribute key="weight" value="6150"/>
		<attribute key="defense" value="10"/>
		<attribute key="attack" value="48"/>
		<attribute key="weaponType" value="axe"/>
		<attribute key="slotType" value="two-handed"/>
		<attribute key="description" value="It is an enchanted with the earth property."/>
	</item>
	<item id="7878" article="a" name="war axe">
		<attribute key="weight" value="6150"/>
		<attribute key="defense" value="10"/>
		<attribute key="attack" value="48"/>
		<attribute key="weaponType" value="axe"/>
		<attribute key="slotType" value="two-handed"/>
		<attribute key="description" value="It is an enchanted with the energy property."/>
	</item>

Cya xD
 
Back
Top