• 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 How to change damage of weapon(easy question)?

richux

Tibera.org
Joined
Aug 18, 2008
Messages
3,666
Reaction score
26
Location
---------
Hello again! This time I got simple problem. For example: In my server stonecutter axe hits low ~100hp on pvp :s I want to change damage(incrase it), but I dont want to change attack, I just want to incrase damage. I couldn't find it on items.xml or weapons.xml. If you know where to change it, please share with me and Ill share my reputation point with you. :thumbup:

Thank you!
 
Last edited:
With vocations.xml

Go to data\XML\vocations.xml

and edit here:
<vocation id="0" name="None" description="none" needpremium="0" gaincap="5" gainhp="5" gainmana="5" gainhpticks="6" gainhpamount="1" gainmanaticks="6" gainmanaamount="1" manamultiplier="4.0" attackspeed="2000" soulmax="100" gainsoulticks="120" fromvoc="0" attackable="no">
<formula meleeDamage="1.0" distDamage="1.0" defense="1.0" armor="1.0"/>
<skill id="0" multiplier="1.5"/>
<skill id="1" multiplier="2.0"/>
<skill id="2" multiplier="2.0"/>
<skill id="3" multiplier="2.0"/>
<skill id="4" multiplier="2.0"/>
<skill id="5" multiplier="1.5"/>
<skill id="6" multiplier="1.1"/>



Meelee damage = Damage from weapow
Distance = distance items etc~

BB
 
No. If you want to change damages to rods/wands go to data/weapons.xml choose wand that u want and change damages, for example:

Code:
<wand id="2187" level="33" mana="13" min="55" max="75" type="fire" event="function" value="default"> <!-- Wand of Inferno -->
		<vocation name="Sorcerer"/>


min=your damage
max=your damage
 

Similar threads

Replies
3
Views
466
Back
Top