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

Lua Vocations.xml Question

Ceejzor

Murica Born N Raised!
Joined
Jul 5, 2008
Messages
2,305
Reaction score
198
Location
USA - Philippines
Too increase melee damage instead of increasing the attack's on melee weapons could I instead increase this...
Code:
	<vocation id="3" name="Paladin" description="a paladin" needpremium="0" gaincap="20" gainhp="10" gainmana="15" gainhpticks="4" gainhpamount="50" gainmanaticks="4" gainmanaamount="50" manamultiplier="1.4" attackspeed="2000" soulmax="100" gainsoulticks="120" fromvoc="3">
		[COLOR="Red"]<formula meleeDamage="1.0"[/COLOR] distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="1.0" magDefense="1.0" armor="1.0"/>
		<skill fist="1.2" club="1.2" sword="1.2" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/>
	</vocation>

If so what would be a good increase?
Thanks in advance~
 
That depends on what types of dmg you are looking to put out. If you change it to 2.0, that will infact do double the min to max damage.
 
Back
Top