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

Crip Killa

♪Chasm Dev♪
Joined
Oct 19, 2008
Messages
515
Reaction score
44
Basically I was wondering is it possible to make custom vocation while keeping the four standard vocation and the four standard promotions and if so how could I do this thank you for reading this is for TFS 0.3.6
 
yes you can, here is vocation number nine.

Code:
	<vocation id="9" name="new" description="a new" needpremium="1" gaincap="10" gainhp="5" gainmana="30" gainhpticks="3" gainhpamount="12" gainmanaticks="2" gainmanaamount="35" manamultiplier="1.1" attackspeed="2000" soulmax="200" gainsoulticks="5" fromvoc="9" lessloss="35">
		<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.5" club="2.0" sword="2.0" axe="2.0" distance="2.0" shielding="1.6" fishing="1.1" experience="1.0"/>
	</vocation>
 
Back
Top