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

Skills Stages and Death Percent [TFS0.3.4]

Lancer

New Member
Joined
Jan 7, 2008
Messages
30
Reaction score
0
Hello members of OTLand.

I have two problems, they are, i use TFS 0.3.4

Stages skills, how can i create them?

And DeathLoss Percent on where I can edit it, because my characters are not losing anything to die, only level, or do not lose skill or ML.

In config.lua is already configured, but does not work!
Code:
deathLostPercent = 9
 
Hello members of OTLand.

I have two problems, they are, i use TFS 0.3.4

Stages skills, how can i create them?

And DeathLoss Percent on where I can edit it, because my characters are not losing anything to die, only level, or do not lose skill or ML.

In config.lua is already configured, but does not work!
Code:
deathLostPercent = 9

try to change proecent = 10 and if you want to change skill rate you should go to Vocation.xaml in Data>XML>Vocation.xml
Like Knight:

<vocation id="4" name="Knight" description="a knight" gaincap="25" gainhp="15" gainmana="5" gainhpticks="3" gainhpamount="8" gainmanaticks="6" gainmanaamount="40" manamultiplier="3.0" attackspeed="200" soulmax="100" gainsoulticks="120" fromvoc="4">
<formula meleeDamage="1.0" distDamage="1.0" defense="1.0" armor="1.0"/>
<skill id="0" multiplier="1.1"/> <--- ID = the skill
<skill id="1" multiplier="1.1"/> <---- multiplier is how fasst it want to go up.
<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"/>
 
I tried switching to 10 and has not undergone any changes.

What about the skill stages, you do not understand, I really the stage where the players get to 100, Distance, it will slow down yet!
 

Similar threads

Back
Top