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

[8.11] In tfs 0.2.13 don't operate wands and rods

Aqell

New Member
Joined
Jul 3, 2008
Messages
9
Reaction score
0
On the start I'd like to sorry for my bad english :blink:

I wanted to supplement tfs 0.2.13 [it doesn't have many monsters, npc, actions, etc.] so I copyed folders "Monsters", NPC, actions, movements, weapons, items, spells and talkactions from TFS 0.3 unofficial version. And now don't operate wands and rods :( [I had this problem with potions but I already fixed it]. When in my ots I'm for example 40 druid, and I have snakebite rod in my hand and i'm attacking some monster, attack is only fist, not rod/wand :huh: Please help me :blink: And those are scripts from weapons and items.xml:
Code:
<weapons>
    <!-- Rods -->
	<wand id="2182" level="7" mana="2" min="8" max="18" type="earth" function="internalLoadWeapon"> <!-- Snakebit Rod -->
		<vocation name="Druid"/>
	</wand>
	<wand id="2186" level="13" mana="3" min="13" max="25" type="ice" function="internalLoadWeapon"> <!-- Moonlight Rod -->
		<vocation name="Druid"/>
	</wand>
	<wand id="2185" level="19" mana="5" min="27" max="33" type="death" function="internalLoadWeapon"> <!-- Necrotic Rod -->
		<vocation name="Druid"/>
	</wand>
	<wand id="2181" level="26" mana="8" min="42" max="48" type="earth" function="internalLoadWeapon"> <!-- Terra Rod -->
		<vocation name="Druid"/>
	</wand>
	<wand id="2183" level="33" mana="13" min="55" max="75" type="ice" function="internalLoadWeapon"> <!-- Hailstorm Rod -->
		<vocation name="Druid"/>
	</wand>
	
    <!-- Wands -->
	<wand id="2190" level="7" mana="2" min="8" max="18" type="energy" function="internalLoadWeapon"> <!-- Wand of Vortex -->
		<vocation name="Sorcerer"/>
	</wand>
	<wand id="2191" level="13" mana="3" min="13" max="25" type="fire" function="internalLoadWeapon"> <!-- Wand of Dragonbreath -->
		<vocation name="Sorcerer"/>
	</wand>
	<wand id="2188" level="19" mana="5" min="27" max="33" type="death" function="internalLoadWeapon"> <!-- Wand of Decay -->
		<vocation name="Sorcerer"/>
	</wand>
	<wand id="2189" level="26" mana="8" min="42" max="48" type="energy" function="internalLoadWeapon"> <!-- Wand of Cosmic Energy -->
		<vocation name="Sorcerer"/>
	</wand>
	<wand id="2187" level="33" mana="13" min="55" max="75" type="fire" function="internalLoadWeapon"> <!-- Wand of Inferno -->
		<vocation name="Sorcerer"/>
	</wand>

Code:
</item>
	<item id="2181" article="a" name="terra rod">
		<attribute key="description" value="Small stones are flying from its tip."/>
		<attribute key="weight" value="2500"/>
		<attribute key="weaponType" value="wand"/>
		<attribute key="shootType" value="smallearth"/>
		<attribute key="range" value="3"/>
	</item>
	<item id="2182" article="a" name="snakebite rod">
		<attribute key="description" value="It seems to twitch and quiver as if trying to escape your grip."/>
		<attribute key="weight" value="4300"/>
		<attribute key="weaponType" value="wand"/>
		<attribute key="shootType" value="smallearth"/>
		<attribute key="range" value="3"/>
	</item>
	<item id="2183" article="a" name="hailstorm rod">
		<attribute key="description" value="It grants you the power of striking your foes with furious hailstorms."/>
		<attribute key="weight" value="2700"/>
		<attribute key="weaponType" value="wand"/>
		<attribute key="shootType" value="smallice"/>
		<attribute key="range" value="3"/>
	</item>
	<item id="2184" article="a" name="crystal wand">
		<attribute key="weight" value="2800"/>
	</item>
	<item id="2185" article="a" name="necrotic rod">
		<attribute key="description" value="It was brought up from hell to deliver death."/>
		<attribute key="weight" value="2300"/>
		<attribute key="weaponType" value="wand"/>
		<attribute key="shootType" value="death"/>
		<attribute key="range" value="3"/>
	</item>
	<item id="2186" article="a" name="moonlight rod">
		<attribute key="description" value="Icecold rays of moonlight shimmer on its tip."/>
		<attribute key="weight" value="2100"/>
		<attribute key="weaponType" value="wand"/>
		<attribute key="shootType" value="smallice"/>
		<attribute key="range" value="3"/>
	</item>
	<item id="2187" article="a" name="wand of inferno">
		<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="fire"/>
		<attribute key="range" value="3"/>
	</item>
	<item id="2188" article="a" name="wand of decay">
		<attribute key="description" value="It is half-rotten itself and reeks terribly."/>
		<attribute key="weight" value="2300"/>
		<attribute key="weaponType" value="wand"/>
		<attribute key="shootType" value="death"/>
		<attribute key="range" value="3"/>
	</item>
	<item id="2189" article="a" name="wand of cosmic energy">
		<attribute key="description" value="The energy of a radiant star is trapped inside its globe."/>
		<attribute key="weight" value="2500"/>
		<attribute key="weaponType" value="wand"/>
		<attribute key="shootType" value="energy"/>
		<attribute key="range" value="3"/>
	</item>
	<item id="2190" article="a" name="wand of vortex">
		<attribute key="description" value="Surges of energy rush through the tip of this wand."/>
		<attribute key="weight" value="1900"/>
		<attribute key="weaponType" value="wand"/>
		<attribute key="shootType" value="energy"/>
		<attribute key="range" value="3"/>
	</item>
	<item id="2191" article="a" name="wand of dragonbreath">
		<attribute key="description" value="Legends say that this wand holds the soul of a young dragon."/>
		<attribute key="weight" value="2300"/>
		<attribute key="weaponType" value="wand"/>
		<attribute key="shootType" value="fire"/>
		<attribute key="range" value="3"/>
	</item>
 
Why don't you use the ones that comes with TFS 0.2.13? It has wands rods and monsters...

//Massen
 
Back
Top