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

weapons error ..

3mR

Mapper
Joined
May 29, 2012
Messages
322
Reaction score
42
Hey ..
i dont have erros but i want to know something .. :D
i have vip wand with suxx attek and i want this attek be strong
Wand id in iteams
Code:
<item id="2184" article="a" name="Vip Wand">
            <attribute key="description" value="This wand holds the spirit and soul of a gamemaster." />
		<attribute key="weight" value="2700" />
		<attribute key="weaponType" value="wand" />
		<attribute key="shootType" value="fire" />
		<attribute key="range" value="7" />
wand id in weapons
Code:
<wand id="2184" level="1" mana="1" min="700" max="1000" type="death" event="function" value="default"> <!-- Wand of Voodoo -->
		<vocation id="1"/>
		<vocation id="2"/>
		<vocation id="5"/>
		<vocation id="6"/>
	</wand>
Anyone Can Help .. Pless :D
Rep+
 
Back
Top