• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Protection Script for Knight

Hashirama479

World of Ninja
Joined
Dec 19, 2016
Messages
536
Solutions
6
Reaction score
74
I need a script which gives Knight more protection than any other vocation :/ can someone help me out with that ? Im using TFS 0.4
 
Just bad theres no "values" like protectionAll" or idk what he means..
vocations.xml has physical and magical protection as two separate values, which is defaulted to 1.0.
I'm not home, but I know it's easily passed by if your just skimming through vocations.xml
Just take a bit of a harder look.
 
vocations.xml has physical and magical protection as two separate values, which is defaulted to 1.0.
I'm not home, but I know it's easily passed by if your just skimming through vocations.xml
Just take a bit of a harder look.
magDamage="1.0" this? xD
 
Why not use "absorbpercentall" on your server's shields with the percentage you want the Knights to receive less damage?

That way it would be more balanced, since when they were in two-handed swords they would lose defense and with shield they would become tanks...

If I'm not mistaken you can leave this attribute hidden too...

I hope it helped with something ...

See u braah!
 
Bcus theres always 1 shield and I dont want more protection on a shield thats stupid

But if you modify the class all the shields will anyway give the same benefit, including Knights with two-handed weapons ...

Remember you can put the bonus on the shields you want, and in addition you can restrict the use only to Knights ...
 
A friend did help me and we found finally a solution just put this in ur vocation xml.. :P

LUA:
<absorb percentAll="10"/>
 
Solution
Back
Top