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

Spirit Wand

Aklovo

Enjoy It
Joined
Dec 30, 2009
Messages
453
Reaction score
12
Location
México
Hi, im using a new wand for my TFS but i want that the wand throw like the spell exori san(holy) how can i do that?
Im throwing energy ball
 
go to weapons.xml and items.xml


edit the shootype or whatever it is from energy to holy =)

Well yeah but i wand to change the shootype

</item>
<item id="2184" article="a" name="spirit wand">
<attribute key="description" value="The power of the gods are in this wand." />
<attribute key="weight" value="2300" />
<attribute key="weaponType" value="wand" />
<attribute key="shootType" value="energyball" />
<attribute key="range" value="5" />

energyball---> like exori san

And the damage is holy? or holydamage?
Thanks
 
Well yeah but i wand to change the shootype

</item>
<item id="2184" article="a" name="spirit wand">
<attribute key="description" value="The power of the gods are in this wand." />
<attribute key="weight" value="2300" />
<attribute key="weaponType" value="wand" />
<attribute key="shootType" value="energyball" />
<attribute key="range" value="5" />

energyball---> like exori san

And the damage is holy? or holydamage?
Thanks
Code:
	{"[B][COLOR="Red"]holy[/COLOR][/B]",		NM_SHOOT_HOLY},
 
Back
Top