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.
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser .
2 Cool Weapons, Wand and Rod :D
Hi i'll post 2 cool weapons, 1 wand and 1 rod
Working 100% on TFS 0.3.4
Rod id: 2184 =
ICE dmg!
1. put that in yours items.xml
LUA:
<item id="2184" article="a" name="NoNamed Rod">
<attribute key="description" value="It grants you the power of striking your foes with furious GodsAss."></attribute>
<attribute key="weight" value="270"></attribute>
<attribute key="weaponType" value="wand"></attribute>
<attribute key="shootType" value="smallice"></attribute>
<attribute key="magiclevelpoints" value="10"></attribute>
<attribute key="range" value="6"></attribute>
</item>
2. this in yours weapons.xml
LUA:
<wand id="2184" level="120" mana="30" min="350" max="1000" type="ice" event="function" value="default"> <!-- NoNamed Rod -->
<vocation name="Druid"/>
<vocation name="Elder Druid"/>
</wand>
3. and this in yours movements.xml
LUA:
<movevent type="Equip" itemid="2184" slot="hand" level="130" event="function" value="onEquipItem"/>
<movevent type="DeEquip" itemid="2184" slot="hand" event="function" value="onDeEquipItem"/>
Now the Wand
Wand id is: 7958 =
Holy dmg!
1. put that in yours items.xml
LUA:
<item id="7958" article="a" name="NoNamed Wand">
<attribute key="description" value="It grants you the power of striking your foes with furious GodsAss."></attribute>
<attribute key="weight" value="270"></attribute>
<attribute key="weaponType" value="wand"></attribute>
<attribute key="shootType" value="smallholy"></attribute>
<attribute key="magiclevelpoints" value="10"></attribute>
<attribute key="range" value="6"></attribute>
</item>
2. this in yours weapons.xml
LUA:
<wand id="7958" level="120" mana="30" min="350" max="1000" type="holy" event="function" value="default"> <!-- NoNamed Wand -->
<vocation name="sorcerer"/>
<vocation name="master sorcerer"/>
</wand>
3. and this in yours movements.xml
LUA:
<movevent type="Equip" itemid="7958" slot="hand" level="130" event="function" value="onEquipItem"/>
<movevent type="DeEquip" itemid="7958" slot="hand" event="function" value="onDeEquipItem"/>
Done
Have Fun...:thumbup:
ahh i have forgot to say, wand and rod add 10 magic level + .
Last edited: Jul 28, 2009
Very Usefull Thanks i will use this ;]
I´m lovin it
Nice but for a ot with 100 exp o.0
sux its easy to make it also the damage looks nice xDDDDD
I've Been Permanently Ban
Maybe TwinForce needs this for an donation item.
Nice but for a ot with 100 exp o.0
its for a ot of lvl 500+ 1k of dmg is lil much + sds Lol
anyway you just can edit the dmg
sux its easy to make it also the damage looks nice xDDDDD
not all members know how to make it
its for a ot of lvl 500+ 1k of dmg is lil much + sds Lol
anyway you just can edit the dmg
u make only 350-1000 on monster not on players, on players is the dmg verry slower..
and yes u can edit the dmg here
:
Code:
<wand id="2184" level="120" mana="30" [COLOR="Red"][B]min="350"[/B][/COLOR] [COLOR="Red"][B]max="1000"[/B][/COLOR] type="ice" event="function" value="default"> <!-- NoNamed Rod -->
<vocation name="Druid"/>
<vocation name="Elder Druid"/>
</wand>
=)
Last edited: Jul 25, 2009
Nice but for a ot with 100 exp o.0
You do know you can edit the damage right?...
Anyways nice done Swimmi, as others said its not really a complex thing but there are many members here who probably didnt know how to make custom wands/rods so this is a heads up for them. Well done.
+Repped (Edit: Btw if I saw correctly, my repping just gave you the 4th bar, congratz :thumbup
Btw as a side-note, about this:
<attribute key="range" value="6"></attribute>
You dont really need to close the attribute tag on any attribute, just put the slash (
/ ) like this:
<attribute key="range" value="6"/ >
And it will work the same
Just saying in case you didnt know already, it helps to make scripts "a bit" shorter at least
Cheers.
Lol and where are the movements.lua scripts?
HTML:
[31/07/2009 08:20:46] Warning: [BaseEvents::loadFromXml] Can not open weapons.xml
[31/07/2009 08:20:46] > ERROR: Unable to load Weapons!
I got this error lol!
heres the xml. file:
PHP:
<?xml version="1.0" encoding="UTF-8"?>
<weapons>
<!-- Rods -->
<wand id="2182" level="7" mana="2" min="8" max="18" type="earth" function="default"> <!-- Snakebit Rod -->
<vocation name="Druid"/>
</wand>
<wand id="2186" level="13" mana="3" min="13" max="25" type="ice" function="default"> <!-- Moonlight Rod -->
<vocation name="Druid"/>
</wand>
<wand id="2185" level="19" mana="5" min="27" max="33" type="death" function="default"> <!-- Necrotic Rod -->
<vocation name="Druid"/>
</wand>
<wand id="8911" level="22" mana="5" min="27" max="33" type="ice" function="default"> <!-- Northwind Rod -->
<vocation name="Druid"/>
</wand>
<wand id="2181" level="26" mana="8" min="42" max="48" type="earth" function="default"> <!-- Terra Rod -->
<vocation name="Druid"/>
</wand>
<wand id="2183" level="33" mana="13" min="55" max="75" type="ice" function="default"> <!-- Hailstorm Rod -->
<vocation name="Druid"/>
</wand>
<wand id="8912" level="37" mana="13" min="55" max="75" type="earth" function="default"> <!-- Springsprout Rod -->
<vocation name="Druid"/>
</wand>
<wand id="8910" level="42" mana="13" min="55" max="75" type="death" function="default"> <!-- Underworld Rod -->
<vocation name="Druid"/>
</wand>
<!-- Wands -->
<wand id="7451" level="330" mana="30" min="550" max="1200" type="ice" event="function" value="default"> <!-- Shadow Sceptre -->
<vocation name="Druid"/>
<vocation name="Elder Druid"/>
<vocation name="Sorcerer"/>
<vocation name="Master Sorcerer"/>
<vocation name="Knight"/>
<vocation name="Elite Knight"/>
<vocation name="Paladin"/>
<vocation name="Royal Paladin"/>
</wand>
<wand id="7735" level="120" mana="30" min="350" max="1000" type="ice" event="function" value="default"> <!-- Star Tear -->
<vocation name="Druid"/>
<vocation name="Elder Druid"/>
<vocation name="Sorcerer"/>
<vocation name="Master Sorcerer"/>
</wand>
<wand id="2453" level="120" mana="30" min="350" max="1000" type="smallholy" event="function" value="default"> <!-- Sprite Wand -->
<vocation name="Knight"/>
<vocation name="Elite Knight"/>
<vocation name="Paladin
<vocation name="Royal Paladin
</wand>
<wand id="2190" level="7" mana="2" min="8" max="18" type="energy" function="default"> <!-- Wand of Vortex -->
<vocation name="Sorcerer"/>
</wand>
<wand id="2191" level="13" mana="3" min="13" max="25" type="fire" function="default"> <!-- Wand of Dragonbreath -->
<vocation name="Sorcerer"/>
</wand>
<wand id="2188" level="19" mana="5" min="27" max="33" type="death" function="default"> <!-- Wand of Decay -->
<vocation name="Sorcerer"/>
</wand>
<wand id="8921" level="22" mana="5" min="27" max="33" type="fire" function="default"> <!-- Wand of Draconia -->
<vocation name="Sorcerer"/>
</wand>
<wand id="2189" level="26" mana="8" min="42" max="48" type="energy" function="default"> <!-- Wand of Cosmic Energy -->
<vocation name="Sorcerer"/>
</wand>
<wand id="2187" level="33" mana="13" min="55" max="75" type="fire" function="default"> <!-- Wand of Inferno -->
<vocation name="Sorcerer"/>
</wand>
<wand id="8920" level="37" mana="13" min="55" max="75" type="energy" function="default"> <!-- Wand of Starmstorm -->
<vocation name="Sorcerer"/>
</wand>
<wand id="8922" level="42" mana="13" min="55" max="75" type="death" function="default"> <!-- Wand of Voodoo -->
<vocation name="Sorcerer"/>
</wand>
<!-- Swords -->
<melee id="2396" function="default"/>
<melee id="2413" unproperly="1" function="default">
<vocation name="Knight"/>
</melee>
<melee id="7385" level="20" unproperly="1" function="default"/>
<melee id="2377" level="20" unproperly="1" function="default"/>
<melee id="7408" level="25" unproperly="1" function="default"/>
<melee id="7449" level="25" unproperly="1" function="default">
<vocation name="Knight"/>
</melee>
<melee id="2392" level="30" unproperly="1" function="default"/>
<melee id="2407" level="30" unproperly="1" function="default"/>
<melee id="2438" level="30" unproperly="1" function="default"/>
<melee id="7407" level="30" unproperly="1" function="default">
<vocation name="Knight"/>
</melee>
<melee id="7406" level="35" unproperly="1" function="default">
<vocation name="Knight"/>
</melee>
<melee id="2451" level="35" unproperly="1" function="default"/>
<melee id="7404" level="40" unproperly="1" function="default"/>
<melee id="7386" level="40" unproperly="1" function="default"/>
<melee id="2446" level="45" unproperly="1" function="default"/>
<melee id="7402" level="45" unproperly="1" function="default">
<vocation name="Knight"/>
</melee>
<melee id="7383" level="50" unproperly="1" function="default"/>
<melee id="7391" level="50" unproperly="1" function="default"/>
<melee id="7416" level="55" unproperly="1" function="default"/>
<melee id="2393" level="55" unproperly="1" function="default">
<vocation name="Knight"/>
</melee>
<melee id="7384" level="60" unproperly="1" function="default"/>
<melee id="7382" level="60" unproperly="1" function="default">
<vocation name="Knight"/>
</melee>
<melee id="7417" level="65" unproperly="1" function="default">
<vocation name="Knight"/>
<vocation name="Elite Knight" showInDescription="0"/>
</melee>
<melee id="7403" level="65" unproperly="1" function="default">
<vocation name="Knight"/>
<vocation name="Elite Knight" showInDescription="0"/>
</melee>
<melee id="7418" level="70" unproperly="1" function="default"/>
<melee id="7405" level="70" unproperly="1" function="default"/>
<melee id="7390" level="75" unproperly="1" function="default"/>
<melee id="6528" level="75" unproperly="1" function="default">
<vocation name="Knight"/>
</melee>
<melee id="2400" level="80" unproperly="1" function="default"/>
<melee id="8930" level="100" unproperly="1" function="default"/>
<melee id="8932" level="100" unproperly="1" function="default"/>
<melee id="2408" level="110" unproperly="1" function="default">
<vocation name="Knight"/>
</melee>
<melee id="2390" level="140" unproperly="1" function="default">
<vocation name="Knight"/>
<vocation name="Elite Knight" showInDescription="0"/>
</melee>
<!-- Fire -->
<melee id="7744" function="default"/>
<melee id="7745" level="50" unproperly="1" function="default"/>
<melee id="7746" level="60" unproperly="1" function="default"/>
<melee id="7747" level="35" unproperly="1" function="default">
<vocation name="Knight"/>
</melee>
<melee id="7748" level="45" unproperly="1" function="default">
<vocation name="Knight"/>
</melee>
<!-- Ice -->
<melee id="7763" function="default"/>
<melee id="7764" level="50" unproperly="1" function="default"/>
<melee id="7765" level="60" unproperly="1" function="default"/>
<melee id="7766" level="35" unproperly="1" function="default">
<vocation name="Knight"/>
</melee>
<melee id="7767" level="45" unproperly="1" function="default">
<vocation name="Knight"/>
</melee>
<!-- Earth -->
<melee id="7854" function="default"/>
<melee id="7855" level="50" unproperly="1" function="default"/>
<melee id="7856" level="60" unproperly="1" function="default"/>
<melee id="7857" level="35" unproperly="1" function="default">
<vocation name="Knight"/>
</melee>
<melee id="7858" level="45" unproperly="1" function="default">
<vocation name="Knight"/>
</melee>
<!-- Energy -->
<melee id="7869" function="default"/>
<melee id="7870" level="50" unproperly="1" function="default"/>
<melee id="7871" level="60" unproperly="1" function="default"/>
<melee id="7872" level="35" unproperly="1" function="default">
<vocation name="Knight"/>
</melee>
<melee id="7873" level="45" unproperly="1" function="default">
<vocation name="Knight"/>
</melee>
<!-- Axes -->
<melee id="2429" level="20" unproperly="1" function="default"/>
<melee id="2435" level="20" unproperly="1" function="default"/>
<melee id="2425" level="20" unproperly="1" function="default"/>
<melee id="2430" level="25" unproperly="1" function="default"/>
<melee id="2387" level="25" unproperly="1" function="default"/>
<melee id="2381" level="25" unproperly="1" function="default"/>
<melee id="2440" level="25" unproperly="1" function="default"/>
<melee id="2426" level="25" unproperly="1" function="default"/>
<melee id="3962" level="30" unproperly="1" function="default"/>
<melee id="7454" level="30" unproperly="1" function="default">
<vocation name="Knight"/>
</melee>
<melee id="2432" level="35" unproperly="1" function="default"/>
<melee id="7380" level="35" unproperly="1" function="default">
<vocation name="Knight"/>
</melee>
<melee id="7456" level="35" unproperly="1" function="default"/>
<melee id="7419" level="40" unproperly="1" function="default"/>
<melee id="7413" level="40" unproperly="1" function="default">
<vocation name="Knight"/>
</melee>
<melee id="7412" level="45" unproperly="1" function="default"/>
<melee id="7436" level="45" unproperly="1" function="default"/>
<melee id="7411" level="50" unproperly="1" function="default"/>
<melee id="2447" level="50" unproperly="1" function="default"/>
<melee id="7388" level="55" unproperly="1" function="default"/>
<melee id="2427" level="55" unproperly="1" function="default"/>
<melee id="7389" level="60" unproperly="1" function="default"/>
<melee id="2414" level="60" unproperly="1" function="default"/>
<melee id="2454" level="65" unproperly="1" function="default">
<vocation name="Knight"/>
</melee>
<melee id="2443" level="70" unproperly="1" function="default"/>
<melee id="7420" level="70" unproperly="1" function="default"/>
<melee id="7434" level="75" unproperly="1" function="default"/>
<melee id="6553" level="75" unproperly="1" function="default"/>
<melee id="7453" level="85" unproperly="1" function="default">
<vocation name="Knight"/>
</melee>
<melee id="2431" level="90" unproperly="1" function="default"/>
<melee id="2415" level="95" unproperly="1" function="default">
<vocation name="Knight"/>
</melee>
<melee id="8924" level="110" unproperly="1" function="default"/>
<melee id="8925" level="130" unproperly="1" function="default"/>
<!-- Fire -->
<melee id="7749" level="20" function="default"/>
<melee id="7750" level="25" unproperly="1" function="default"/>
<melee id="7751" level="60" unproperly="1" function="default"/>
<melee id="7752" level="35" unproperly="1" function="default">
<vocation name="Knight"/>
</melee>
<melee id="7753" level="65" unproperly="1" function="default">
<vocation name="Knight"/>
</melee>
<!-- Ice -->
<melee id="7768" level="20" function="default"/>
<melee id="7769" level="25" unproperly="1" function="default"/>
<melee id="7770" level="60" unproperly="1" function="default"/>
<melee id="7771" level="35" unproperly="1" function="default">
<vocation name="Knight"/>
</melee>
<melee id="7772" level="65" unproperly="1" function="default">
<vocation name="Knight"/>
</melee>
<!-- Earth -->
<melee id="7859" level="20" function="default"/>
<melee id="7860" level="25" unproperly="1" function="default"/>
<melee id="7861" level="60" unproperly="1" function="default"/>
<melee id="7862" level="35" unproperly="1" function="default">
<vocation name="Knight"/>
</melee>
<melee id="7863" level="65" unproperly="1" function="default">
<vocation name="Knight"/>
</melee>
<!-- Energy -->
<melee id="7874" level="20" function="default"/>
<melee id="7875" level="25" unproperly="1" function="default"/>
<melee id="7876" level="60" unproperly="1" function="default"/>
<melee id="7877" level="35" unproperly="1" function="default">
<vocation name="Knight"/>
</melee>
<melee id="7878" level="65" unproperly="1" function="default">
<vocation name="Knight"/>
</melee>
<!--Clubs -->
<melee id="2423" level="20" unproperly="1" function="default"/>
<melee id="7381" level="20" unproperly="1" function="default"/>
<melee id="7425" level="20" unproperly="1" function="default"/>
<melee id="7432" level="20" unproperly="1" function="default"/>
<melee id="2434" level="25" unproperly="1" function="default"/>
<melee id="7387" level="25" unproperly="1" function="default"/>
<melee id="7379" level="25" unproperly="1" function="default"/>
<melee id="7430" level="30" unproperly="1" function="default"/>
<melee id="2436" level="30" unproperly="1" function="default"/>
<melee id="7437" level="30" unproperly="1" function="default"/>
<melee id="3961" level="35" unproperly="1" function="default"/>
<melee id="2424" level="35" unproperly="1" function="default"/>
<melee id="7452" level="30" unproperly="1" function="default">
<vocation name="Knight"/>
</melee>
<melee id="2445" level="35" unproperly="1" function="default"/>
<melee id="7451" level="35" unproperly="1" function="default"/>
<melee id="7392" level="35" unproperly="1" function="default"/>
<melee id="7426" level="40" unproperly="1" function="default"/>
<melee id="7427" level="45" unproperly="1" function="default"/>
<melee id="2391" level="50" unproperly="1" function="default">
<vocation name="Knight"/>
<vocation name="Elite Knight" showInDescription="0"/>
</melee>
<melee id="7410" level="55" unproperly="1" function="default"/>
<melee id="7428" level="55" unproperly="1" function="default">
<vocation name="Knight"/>
<vocation name="Elite Knight" showInDescription="0"/>
</melee>
<melee id="7415" level="60" unproperly="1" function="default"/>
<melee id="7414" level="60" unproperly="1" function="default">
<vocation name="Knight"/>
<vocation name="Elite Knight" showInDescription="0"/>
</melee>
<melee id="2444" level="65" unproperly="1" function="default"/>
<melee id="2452" level="70" unproperly="1" function="default"/>
<melee id="7422" level="75" unproperly="1" function="default"/>
<melee id="7429" level="75" unproperly="1" function="default"/>
<melee id="2453" level="75" unproperly="1" function="default"/>
<melee id="2437" level="80" unproperly="1" function="default"/>
<melee id="7431" level="80" unproperly="1" function="default"/>
<melee id="2421" level="85" unproperly="1" function="default"/>
<melee id="8928" level="100" unproperly="1" function="default"/>
<melee id="8929" level="100" unproperly="1" function="default">
<vocation name="Knight"/>
<vocation name="Elite Knight" showInDescription="0"/>
</melee>
<melee id="8927" level="120" unproperly="1" function="default"/>
<!-- Fire -->
<melee id="7754" level="20" unproperly="1" function="default"/>
<melee id="7755" level="35" unproperly="1" function="default"/>
<melee id="7756" level="60" unproperly="1" function="default"/>
<melee id="7757" level="35" unproperly="1" function="default"/>
<melee id="7758" level="50" unproperly="1" function="default">
<vocation name="Knight"/>
<vocation name="Elite Knight" showInDescription="0"/>
</melee>
<!-- Ice -->
<melee id="7773" level="20" unproperly="1" function="default"/>
<melee id="7774" level="35" unproperly="1" function="default"/>
<melee id="7775" level="60" unproperly="1" function="default"/>
<melee id="7776" level="35" unproperly="1" function="default"/>
<melee id="7777" level="50" unproperly="1" function="default">
<vocation name="Knight"/>
<vocation name="Elite Knight" showInDescription="0"/>
</melee>
<!-- Earth -->
<melee id="7864" level="20" unproperly="1" function="default"/>
<melee id="7865" level="35" unproperly="1" function="default"/>
<melee id="7866" level="60" unproperly="1" function="default"/>
<melee id="7867" level="35" unproperly="1" function="default"/>
<melee id="7868" level="50" unproperly="1" function="default">
<vocation name="Knight"/>
<vocation name="Elite Knight" showInDescription="0"/>
</melee>
<!-- Energy -->
<melee id="7879" level="20" unproperly="1" function="default"/>
<melee id="7880" level="35" unproperly="1" function="default"/>
<melee id="7881" level="60" unproperly="1" function="default"/>
<melee id="7882" level="35" unproperly="1" function="default"/>
<melee id="7883" level="50" unproperly="1" function="default">
<vocation name="Knight"/>
<vocation name="Elite Knight" showInDescription="0"/>
</melee>
<!-- Bows and Crossbows -->
<distance id="8849" level="45" unproperly="1" function="default"> <!-- Modified Crossbow -->
<vocation name="Paladin"/>
<vocation name="Royal Paladin" showInDescription="0"/>
</distance>
<distance id="8850" level="60" unproperly="1" function="default"> <!-- Chain Bolter -->
<vocation name="Paladin"/>
<vocation name="Royal Paladin" showInDescription="0"/>
</distance>
<distance id="8853" level="80" unproperly="1" function="default"> <!-- Ironworker -->
<vocation name="Paladin"/>
<vocation name="Royal Paladin" showInDescription="0"/>
</distance>
<distance id="8852" level="100" unproperly="1" function="default"> <!-- Devileye -->
<vocation name="Paladin"/>
<vocation name="Royal Paladin" showInDescription="0"/>
</distance>
<distance id="8851" level="130" unproperly="1" function="default"> <!-- Royal Crossbow -->
<vocation name="Paladin"/>
<vocation name="Royal Paladin" showInDescription="0"/>
</distance>
<distance id="8857" level="40" unproperly="1" function="default"> <!-- Silkweaver Bow -->
<vocation name="Paladin"/>
<vocation name="Royal Paladin" showInDescription="0"/>
</distance>
<distance id="8855" level="50" unproperly="1" function="default"> <!-- Composite Hornbow -->
<vocation name="Paladin"/>
<vocation name="Royal Paladin" showInDescription="0"/>
</distance>
<distance id="8856" level="60" unproperly="1" function="default"> <!-- Yol's Bow -->
<vocation name="Paladin"/>
<vocation name="Royal Paladin" showInDescription="0"/>
</distance>
<distance id="8858" level="70" unproperly="1" function="default"> <!-- Elethriel's Elemental Bow -->
<vocation name="Paladin"/>
<vocation name="Royal Paladin" showInDescription="0"/>
</distance>
<distance id="8854" level="80" unproperly="1" function="default"> <!-- Warsinger Bow -->
<vocation name="Paladin"/>
<vocation name="Royal Paladin" showInDescription="0"/>
</distance>
<!-- Ammunition -->
<distance id="2545" script="poison_arrow.lua"/>
<distance id="2546" script="explosive_arrow.lua"/>
<distance id="7366" script="viper_star.lua"/>
<distance id="3965" level="20" function="default"/> <!-- Hunting Spear -->
<distance id="7378" level="25" function="default"/> <!-- Royal Spear -->
<distance id="7367" level="42" function="default"/> <!-- Enchanted Spear -->
<distance id="7368" level="80" function="default"/> <!-- Assassin Star -->
<distance id="7364" level="20" function="default"/> <!-- Sniper Arrow -->
<distance id="7365" level="40" function="default"/> <!-- Onyx Arrow -->
<distance id="7363" level="30" function="default"/> <!-- Piercing Bolt -->
<distance id="2547" level="55" function="default"/> <!-- Power Bolt -->
<distance id="6529" level="70" function="default"/> <!-- Infernal Bolt -->
</weapons>
I just added these weapons..
PHP:
<wand id="7451" level="330" mana="30" min="550" max="1200" type="ice" event="function" value="default"> <!-- Shadow Sceptre -->
<vocation name="Druid"/>
<vocation name="Elder Druid"/>
<vocation name="Sorcerer"/>
<vocation name="Master Sorcerer"/>
<vocation name="Knight"/>
<vocation name="Elite Knight"/>
<vocation name="Paladin"/>
<vocation name="Royal Paladin"/>
</wand>
<wand id="7735" level="120" mana="30" min="350" max="1000" type="ice" event="function" value="default"> <!-- Star Tear -->
<vocation name="Druid"/>
<vocation name="Elder Druid"/>
<vocation name="Sorcerer"/>
<vocation name="Master Sorcerer"/>
</wand>
<wand id="2453" level="120" mana="30" min="350" max="1000" type="smallholy" event="function" value="default"> <!-- Sprite Wand -->
<vocation name="Knight"/>
<vocation name="Elite Knight"/>
<vocation name="Paladin
<vocation name="Royal Paladin
</wand>
Last edited: Jul 31, 2009
not my problem, fix it your self ret.... bye!
Cool AND easy