Possible to adjust stamina drain from abilities?

Place for sharing your game modifications for Life is Feudal: Your Own

Niv
 
Posts: 4
Joined: 29 Jan 2016, 18:36

Possible to adjust stamina drain from abilities?

Post by Niv » 29 Jan 2016, 18:54

I've been experimenting with settings in skill_types.xml - all has been going well.

I tried to adjust the stamina cost of certain actions there, and an apparently conflict caused the server to go into a crash-reboot cycle.

Does anyone know of a way to enable administrators to adjust the stamina cost of abilities?


MacDante
 
Posts: 95
Joined: 12 May 2015, 10:08

Re: Possible to adjust stamina drain from abilities?

Post by MacDante » 29 Jan 2016, 19:47

You must change this file in two difirent places.

1. Data folder on server
2. Data folder on client


Teah
 
Posts: 26
Joined: 14 Jun 2016, 13:49

Re: Possible to adjust stamina drain from abilities?

Post by Teah » 16 Mar 2018, 16:35

Not true, Only on the server side. Currently running the skills_types.xml on server side only and it effects client side as well.


just replace (ctrl+H)

<sstam_spent>50</sstam_spent>

with

<sstam_spent>10</sstam_spent>


made the adjustment of 20-50 all down to 10 no errors


make sure to back up your skills_types.xml before making the adjustments though.

User avatar
KuraiSeraph
 
Posts: 39
Joined: 27 Mar 2017, 12:30

Re: Possible to adjust stamina drain from abilities?

Post by KuraiSeraph » 20 Mar 2018, 12:38

Is better when you change it on server and client side, becouse client side send the data to your server with 50 and the server say no it is 10 than u get 10. If the client side send 10 and server says yes 10 it is better.

Return to Game mods