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

VirrageS

←•†ĿuĀ && ©¤¤•→
Joined
May 30, 2010
Messages
984
Reaction score
63
Location
Poland
Hello!
I have question. What i should to change in vocations (in knight) that for him sword level level up faster.

Here is knight vocation:

Code:
	<vocation id="4" name="Knight" description="a knight" needpremium="0" gaincap="25" gainhp="15" gainmana="5" gainhpticks="3" gainhpamount="5" gainmanaticks="6" gainmanaamount="5" manamultiplier="3.0" attackspeed="2000" soulmax="100" gainsoulticks="120" fromvoc="4">
		<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"/>
		<skill fist="1.1" club="1.0" sword="1.0" axe="1.0" distance="1.4" shielding="1.1" fishing="1.1" experience="1.0"/>
	</vocation>
 
Last edited:
LOL something is wrong in my tfs 'cause when i change:
Code:
sword="1.0"
to
Code:
sword="5.0"
Level sword level up the same.
 
@up x2 If it be higer then skill's will be level up slower
@up solved
Ok I know how i can reperair this :p. I will change skill rate in config.lua to higer and change for other vocations rate sword etc. to higer too.
Only for knight i set rate sword etc. for 1.0 :)
 
Back
Top