• 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 Items Edit

Status
Not open for further replies.

andre66

Banned User
Joined
Oct 27, 2008
Messages
295
Reaction score
0
Hello, i just wonder how can i change an wands attack ( damage ) ?

I mean in items-xml i coulden't find like "Atk"

Anyone ?
 
Just copy and paste then change the attributes.

Here I'll do it for you:
Code:
	<wand id="2182" level="3" mana="0" min="100" max="200" type="earth" script="snakebite.lua" > <!-- Super Rod -->
		<vocation name="Druid"/>
	</wand>
Wand id: The wand you want it to display (the sprite), find what you want in items.xml
Information: Change the level, mana required to your desire.
Min & Max: Those are hits, for example here it will hit in between 100 and 200.
Vocation: The vocations you want to be able to use it.

Good luck mate. :)
 
Status
Not open for further replies.
Back
Top