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

Exori san "Wand" Holy attack - rep++++

gappe

New Member
Joined
Jul 17, 2009
Messages
71
Reaction score
0
Hello, i want to make a wand that shots holy! so when i shoot with the wand the "exori san" effects shoots out of the wand, so like every other wand/rod but it shoots with exori san effects! i dont know if you understand really, if you dont understand please write that :D i also want it to be used by both vocs

Rep+++
 
in data/weapons/weapons.xml change:
type="earth"
on the wands to:
type="holy"

and in items.xml change:
<attribute key="shootType" value="energy"/>
on the wands to:
<attribute key="shootType" value="holy"/>

:)
 
Put this in weapons.xml
Code:
	<wand id="7735" level="80" mana="30" min="80" max="101" type="holy" event="function" value="default"> <!-- star tear -->
		<vocation id="2"/>
		<vocation id="1"/>
	</wand>

Just change the mana it takes, the damage and what id of the wand you want but currently its "star tear" and it has a good looking so I would keep it!
 
Back
Top