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

HELP with sprite wand please

sonny11

New Member
Joined
Dec 22, 2007
Messages
137
Reaction score
0
hi im used to evo, but when i converted some of my weapons froevo to tfs they didnt work i can the script for the sprite wand but what do i put in weapons.xml for tfs 0.2.9????

Translated version:
Hi, I use evolutions but when i convert some of my weapons from evolutions to The Forgotten Server the dont work.
(not sure about this part)
I can take the script that made Sprite Wand work in Evolutions but what should i do to make it work? i think i need to add it in weapons.xml of The Forgotten Server 0.29 right?
 
Last edited by a moderator:
Thread moved

This would help you to know where to post!
http://otland.net/showthread.php?t=2161

Edit*)
Well first of all i'm not sure if the script works in TFS but you could try just follow these steps.

Put the file spritewand.Lua in data\weapons\scripts.
Open Weapons.xml
then edit this line and paste it into weapons.xml
Code:
	<wand id="[COLOR="Red"]ID[/COLOR]" lvl="[COLOR="Red"]LEVEL[/COLOR]" mana="[COLOR="Red"]MANA.FOR.EATCH.SHOT[/COLOR]" script="[COLOR="Red"]NAME.OF.SCRIPT[/COLOR].lua">
		<vocation name="[COLOR="Red"]VOCATION[/COLOR]"/>

Script should look like this:
Code:
<wand id="2182" lvl="8" mana="2" script="snakebite_rod.lua">
		<vocation name="Druid"/>
 
Last edited:

Similar threads

Back
Top