increasing Uprooting Speed

Have a suggestion or an idea for Life is Feudal: MMO ? Post it here!

Sydron
True Believer
 
Posts: 11
Joined: 18 May 2017, 16:42

increasing Uprooting Speed

Post by Sydron » 03 Oct 2017, 05:48

Trying to find a way to increase the speed of Uprooting, Just Uprooting of Tree Stumps. Been Looking around and can't find it.. would love a point to the right direction..


binart
 
Posts: 13
Joined: 09 May 2012, 05:05

Re: increasing Uprooting Speed

Post by binart » 14 Oct 2017, 11:37

If you want to change it on your server - you need to edit .\data\ skill_types.xml both on client and server.
Find <ability lvl="30" name="Uproot" id="35"> and change this string:

<duration const="20 10"></duration>

The first number(20) is basic Duration. The second number is level duration multiplier. Final duration is calculated using the formula:

finalDuration = basicDuration - skillLevel/levelDurationMultiplier.

For example with current numbers and level 60 final duration is equal:
20 - 60/10 = 14 seconds.


Sydron
True Believer
 
Posts: 11
Joined: 18 May 2017, 16:42

Re: increasing Uprooting Speed

Post by Sydron » 30 Oct 2017, 09:26

binart wrote:If you want to change it on your server - you need to edit .\data\ skill_types.xml both on client and server.
Find <ability lvl="30" name="Uproot" id="35"> and change this string:

<duration const="20 10"></duration>

The first number(20) is basic Duration. The second number is level duration multiplier. Final duration is calculated using the formula:

finalDuration = basicDuration - skillLevel/levelDurationMultiplier.

For example with current numbers and level 60 final duration is equal:
20 - 60/10 = 14 seconds.


This is a great response. Very informative and descriptive. Thank You so very much for the time you have taken to post this. I have re-posted it on my Discord Server the the GM's to review.

Return to Suggestions and Ideas