• 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!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

NPC [TFS v0.3] Rashid!

Joined
Apr 17, 2008
Messages
1,922
Solutions
1
Reaction score
188
Location
Venezuela
Hello... here is my NPC Rahid (Created By Me(based in NPC Zirecshy in Dovux Online, but i have changed her outfit and items that he buy "War Axe and Dragon Slayer Enchanted"))

Works with NPC Channel and Trade Window

Heres is.. "Remember, maybe if you have (for example) a Icy War Axe and a War Axe, in the trade window you gonna twice War Axe. This is because your version of items.xml the Icy War Axe is called War Axe, the only thing to do is change the name, or leave it like that, it depends how you want...

data/npc/Rashid
Code:
<?xml version="1.0"?>

<npc name="Rashid" script="data/npc/scripts/loot.lua" access="3" lookdir="2" walkinterval="2000">
	<mana now="800" max="800"/>
	<health now="200" max="200"/>
<look type="146" head="121" body="102" legs="121" feet="115" addons="3"/>
	<parameters>
		<parameter key="module_shop" value="1" />
		<parameter key="message_greet" value="Hello |PLAYERNAME|." />
		<parameter key="shop_sellable" value="devil helmet,2462,1000;steel boots,2645,30000;dragon scale mail,2492,40000;golden armor,2466,20000;demon shield,2520,30000;medusa shield,2536,9000;dragonbone staff,7430,3000;dragon slayer,7402,15000;war axe,2454,9000;crystal sword,7449,600;spiked squelcher,7452,3000;amber staff,7426,8000;sapphire hammer,7437,7000;lunar staff,7424,5000;diamond sceptre,7387,3000;beastslayer axe,3962,1500;brutetamer's staff,7379,1500;wyvern fang,7408,1500;daramanian waraxe,2440,1000;furry club,7432,1000;taurus mace,7425,500;silver dagger,2402,500;mammoth whopper,7381,300;daramanian mace,2439,110;heavy machete,2442,90;dwarven armor,2503,30000;mammoth fur cape,7463,6000;leopard armor,3968,1000;pirate shirt,6095,500;skull helmet,5741,40000;beholder helmet,3972,7500;pirate hat,6096,1000;ragnir helmet,7462,400;krimhorn helmet,7461,200;pirate boots,5462,3000;fur boots,7457,2000;crocodile boots,3982,1000;pirate knee breeches,5918,200;castle shield,2535,5000;scarab shield,2540,2000;dark shield,2521,400;tortoise shield,6131,150;bone shield,2541,80;ancient amulet,2142,200;scarab amulet,2135,200;light shovel,5710,300;fiery dragon slayer,7748,15000;icy dragon slayer,7767,15000;earth dragon slayer,7858,15000;energy dragon slayer,7873,15000;fiery war axe,7753,9000;icy war axe,7772,9000;earth war axe,7863,9000;energy war axe,7878,9000" />
	</parameters>
</npc>

I'm using the file loot.lua that brought my server, you can change it as you wish


... For people who want weapons enchanted with the name elementary(icy, fiery, earth and energy), here it is:

Fiery...
Code:
<item id="7744" article="a" name="fiery 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="elementFire" value="4"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="2383"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7745" article="a" name="fiery 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="elementFire" value="8"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="7383"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7746" article="a" name="fiery 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="elementFire" value="8"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="7384"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7747" article="a" name="fiery 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="elementFire" value="7"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="7406"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7748" article="a" name="fiery 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="elementFire" value="9"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="7402"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7749" article="a" name="fiery 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="elementFire" value="5"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="2429"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7750" article="a" name="fiery 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="elementFire" value="7"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="2430"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7751" article="a" name="fiery 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="elementFire" value="9"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="7389"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7752" article="a" name="fiery 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="elementFire" value="7"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="7380"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7753" article="a" name="fiery 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="elementFire" value="10"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="2454"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7754" article="a" name="fiery clerical mace">
		<attribute key="weight" value="5800"/>
		<attribute key="defense" value="15"/>
		<attribute key="attack" value="28"/>
		<attribute key="weaponType" value="club"/>
		<attribute key="elementFire" value="5"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="2423"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7755" article="a" name="fiery crystal mace">
		<attribute key="weight" value="8000"/>
		<attribute key="defense" value="16"/>
		<attribute key="attack" value="38"/>
		<attribute key="weaponType" value="club"/>
		<attribute key="elementFire" value="7"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="2445"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7756" article="a" name="fiery 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="elementFire" value="8"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="7415"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7757" article="an" name="fiery 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="elementFire" value="6"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="7392"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7758" article="a" name="fiery 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="elementFire" value="9"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="2391"/>
		<attribute key="showcharges" value="1"/>
	</item>

Icy...
Code:
	<item id="7763" article="a" name="icy 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="elementIce" value="4"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="2383"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7764" article="a" name="icy 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="elementIce" value="8"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="7383"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7765" article="a" name="icy 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="elementIce" value="8"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="7384"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7766" article="a" name="icy 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="elementIce" value="7"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="7406"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7767" article="a" name="icy 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="elementIce" value="9"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="7402"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7768" article="a" name="icy 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="elementIce" value="5"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="2429"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7769" article="a" name="icy 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="elementIce" value="7"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="2430"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7770" article="a" name="icy 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="elementIce" value="9"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="7389"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7771" article="a" name="icy 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="elementIce" value="7"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="7380"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7772" article="a" name="icy 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="elementIce" value="10"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="2454"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7773" article="a" name="icy clerical mace">
		<attribute key="weight" value="5800"/>
		<attribute key="defense" value="15"/>
		<attribute key="attack" value="28"/>
		<attribute key="weaponType" value="club"/>
		<attribute key="elementIce" value="5"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="2423"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7774" article="a" name="icy crystal mace">
		<attribute key="weight" value="8000"/>
		<attribute key="defense" value="16"/>
		<attribute key="attack" value="38"/>
		<attribute key="weaponType" value="club"/>
		<attribute key="elementIce" value="7"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="2445"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7775" article="a" name="icy 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="elementIce" value="8"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="7415"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7776" article="an" name="icy 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="elementIce" value="6"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="7392"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7777" article="a" name="icy 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="elementIce" value="9"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="2391"/>
		<attribute key="showcharges" value="1"/>
	</item>

Earth...
Code:
	<item id="7854" article="a" name="earth 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="elementEarth" value="4"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="2383"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7855" article="a" name="earth 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="elementEarth" value="8"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="7383"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7856" article="a" name="earth 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="elementEarth" value="8"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="7384"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7857" article="a" name="earth 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="elementEarth" value="7"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="7406"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7858" article="a" name="earth 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="elementEarth" value="9"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="7402"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7859" article="a" name="earth 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="elementEarth" value="5"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="2429"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7860" article="a" name="earth 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="elementEarth" value="7"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="2430"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7861" article="a" name="earth 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="elementEarth" value="9"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="7389"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7862" article="a" name="earth 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="elementEarth" value="7"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="7380"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7863" article="a" name="earth 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="elementEarth" value="11"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="2454"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7864" article="a" name="earth clerical mace">
		<attribute key="weight" value="5800"/>
		<attribute key="defense" value="15"/>
		<attribute key="attack" value="28"/>
		<attribute key="weaponType" value="club"/>
		<attribute key="elementEarth" value="5"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="2423"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7865" article="a" name="earth crystal mace">
		<attribute key="weight" value="8000"/>
		<attribute key="defense" value="16"/>
		<attribute key="attack" value="38"/>
		<attribute key="weaponType" value="club"/>
		<attribute key="elementEarth" value="7"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="2445"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7866" article="a" name="earth 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="elementEarth" value="8"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="7415"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7867" article="an" name="earth 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="elementEarth" value="6"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="7392"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7868" article="a" name="earth 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="elementEarth" value="9"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="2391"/>
		<attribute key="showcharges" value="1"/>
	</item>

Energy...
Code:
	<item id="7869" article="a" name="energy 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="elementEnergy" value="4"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="2383"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7870" article="a" name="energy 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="elementEnergy" value="8"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="7383"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7871" article="a" name="energy 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="elementEnergy" value="8"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="7384"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7872" article="a" name="energy 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="elementEnergy" value="7"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="7406"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7873" article="a" name="energy 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="elementEnergy" value="9"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="7402"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7874" article="a" name="energy 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="elementEnergy" value="5"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="2429"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7875" article="a" name="energy 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="elementEnergy" value="7"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="2430"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7876" article="a" name="energy 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="elementEnergy" value="9"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="7389"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7877" article="a" name="energy 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="elementEnergy" value="7"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="7380"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7878" article="a" name="energy 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="elementEnergy" value="10"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="2454"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7879" article="a" name="energy clerical mace">
		<attribute key="weight" value="5800"/>
		<attribute key="defense" value="15"/>
		<attribute key="attack" value="28"/>
		<attribute key="weaponType" value="club"/>
		<attribute key="elementEnergy" value="5"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="2423"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7880" article="a" name="energy crystal mace">
		<attribute key="weight" value="8000"/>
		<attribute key="defense" value="16"/>
		<attribute key="attack" value="38"/>
		<attribute key="weaponType" value="club"/>
		<attribute key="elementEnergy" value="7"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="2445"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7881" article="a" name="energy 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="elementEnergy" value="8"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="7415"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7882" article="an" name="energy 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="elementEnergy" value="6"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="7392"/>
		<attribute key="showcharges" value="1"/>
	</item>
	<item id="7883" article="a" name="energy 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="elementEnergy" value="9"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="2391"/>
		<attribute key="showcharges" value="1"/>
	</item>

That's All
Enjoy it!
 
Last edited:
Back
Top