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

Blessed Vocation in Tfs

ederwii

New Member
Joined
Oct 19, 2008
Messages
15
Reaction score
0
Well, i have tfs for client 8.31, i don't have any problems but im making new things here, i wanna make a blessed vocations, who never lose nothing when die, experience, ml, skills, nothing.

I think, i must put in my vocations.xml this:

Code:
	<vocation id="14" name="Blessed Knight" description="a blessed knight" gaincap="40" gainhp="15" gainmana="5" gainhpticks="2" gainhpamount="50" gainmanaticks="10" gainmanaamount="60" manamultiplier="3.0" attackspeed="750" soulmax="200" gainsoulticks="15" fromvoc="0">
		<formula meleeDamage="1.0" distDamage="1.0" defense="1.0" armor="1.0"/>
		<diepercent experience="0" magic="0" skill="0" equipment="0" container="0"/>
		<skill id="0" multiplier="1.1"/>
		<skill id="1" multiplier="1.1"/>
		<skill id="2" multiplier="1.1"/>
		<skill id="3" multiplier="1.1"/>
		<skill id="4" multiplier="1.4"/>
		<skill id="5" multiplier="1.1"/>
		<skill id="6" multiplier="1.1"/>
	</vocation>

i restart my ot, i see my nickname:

Code:
00:04 You see yourself. You are a blessed paladin.

But i die and i lose my exp and skills...

How can i fix this?
 
do you have blessed knight exactly the same as blessed paladin? and I couldnt get diepercent to work in my vocations.xml on 2.14
 
Back
Top