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

Solved wands heal most of the time but sometimes hit but dont hit there set damage range?

hangnail

New Member
Joined
Nov 28, 2011
Messages
54
Reaction score
0
wands heal most of the time but sometimes hit but dont hit there set damage range? here is the items.xml wand lines
Code:
<item id="2184" article="a" name="barbarian wand">
        <attribute key="weight" value="2800" />
		<attribute key="weaponType" value="wand" />
        <attribute key="shootType" value="ice" />
        <attribute key="range" value="6" />
    </item>

and here is the lines in weapons.xml
Code:
<wand id="7424" level="1000" mana="13" min="25000000" max="35000000" type="ice" event="function" value="default"> <!-- barbarian wand -->
		<vocation id="1"/>
		<vocation id="2"/>
		<vocation id="60"/>
	</wand>

REPP++ please help
 
Last edited:
Back
Top