• 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 to add a new wand?

Wand

Items.XLM -
Code:
<item id="[COLOR="red"]id of item[/COLOR]" article="a" name="[COLOR="Red"]name[/COLOR]">
		<attribute key="description" value="It unleashes the very fires of hell."/>
		<attribute key="weight" value="2700"/>
		<attribute key="weaponType" value="wand"/>
		<attribute key="shootType" value="[COLOR="red"]type of attack[/COLOR]"/>
		<attribute key="range" value="[COLOR="red"]range [/COLOR]"/>

Second is in weapons.xlm... make like this

Code:
<wand id="[COLOR="red"]id make sure its same like in items.xlm[/COLOR]" level="[COLOR="red"]requierd level[/COLOR]" mana="[COLOR="red"]reqierd mana[/COLOR]" min="minimum hit of wand" max="maximum hit od wand" type="[COLOR="red"]type of shooting make sure its same like in items.xlm[/COLOR]" event="function" value="default"> <!-- Beginner Wand -->
		[COLOR="red"]<vocation id="1"/>
	    <vocation id="5"/>[/COLOR]
	</wand>

If you got windows xp download notepad ++
Hope i helped you and that you understand!
Add rep+
 
Last edited:
Back
Top