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

How do i create wands ? :p

Hmm, atm i would want to change a wand wich has 4848 as id and change it to sorc wand :) already fixed a druid wand cant remember how i did tho, and i cant change the dmg of it

And i would want it to get better each lvl :)
 
you need to edit it in items.xml i will put an example
items.xml=
Code:
	<item id="7735" article="a" name="donator staff">
		<attribute key="slottype" value="hand"/>
		<attribute key="weight" value="500"/>
		<attribute key="weaponType" value="wand" />
		<attribute key="shootType" value="energy" />
		<attribute key="range" value="5" />

weapons.xml=

Code:
	<wand id="7735" level="8" mana="30" min="100" max="175" type="energy" event="function" value="default"> <!-- Donator Wand -->
		<vocation id="1"/>
		<vocation id="2"/>
		<vocation id="5"/>
		<vocation id="6"/>
rep if i help
 
Back
Top