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

problem in Crystal wand help needed to fix it

uchiha1sasukee

Chillin Boss
Joined
May 18, 2009
Messages
1,522
Reaction score
129
Location
North LA, Van Nuys
hi Otlander and welcome

i got a Crystal wand wand that is bugged it doesnt shoot or do anything just a stupid item deecoration item . i need a script that makes it work perfect ..

THanks
 
Go to weapons folder then click weapons xml.

example
Code:
<wand id="8911" level="22" mana="5" min="27" max="33" type="ice" event="function" value="default"> <!-- Northwind Rod -->
		<vocation id="2"/>

Change wand id to crystal wand id, edit the information you want to change then.

go to items.xml open it, search for wand of voodoo, copy the information under it, and paste it under the crystal wand information

Example:
Code:
<attribute key="description" value="It is filled with the dark hatred and rage of a tormented demonic being." />
		<attribute key="weight" value="2850" />
		<attribute key="weaponType" value="wand" />
		<attribute key="shootType" value="death" />
		<attribute key="range" value="3" />

That is the information under wand of voodoo, then find crystal wand and copy what i gave you above, and paste it under the crystal wand and edit it as you need it.

If you have anymore questions ask:)
 
Back
Top