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

Physical attack formula

kamilcioo

Veteran OT User
Joined
Jul 25, 2008
Messages
979
Solutions
1
Reaction score
291
Is it possibly to change physical attack formula? If yes HOW! Anyway ty for any help.
 
What do you mean in spells or for any vocation? Increase or decrease vocation melee/attack damage?
Server version?
 
If you want to increase the damage itself (damage output) goto data/XML/vocations.xml and you will see some line like that:
<formula meleeDamage="1.0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="1.0" magDefense="1.0" armor="1.0"/>
Now increase meleeDamage to 1.5 or smth and test it again.

If you want to change the basic damage calculation formula like you want to make level count more in damage you need source edit.
Rep++ if I helped ;D
 
At the bottom left corner of a post there is written "Blog this Post" click on the star right of that
 
Back
Top