Increase interaction speed with environment

Discussions and advertising of dedicated, private servers made by players, for players

Sunshadow
 
Posts: 3
Joined: 12 Feb 2015, 07:34

Increase interaction speed with environment

Post by Sunshadow » 15 Feb 2015, 11:49

Hi!

In GM-Mode the speed bar for interaction with the environment (gather herbs, cut down a tree,...) is much faster than for a normal player. Is it possible to increase the speed for a non GM player? Couldn't find any settings to do this.

User avatar
Rotnsoul
True Believer
 
Posts: 22
Joined: 09 Feb 2015, 01:03

Re: Increase interaction speed with environment

Post by Rotnsoul » 26 Feb 2015, 10:42

The answer is yes.. our server allows you to uproot in like 2 seconds. How they do it I don't know but it is in the coding part to speed this up.
<- Our discord


Ravenhold
NA Server
Member of the Arkhaya Dominion

Image

User avatar
Burne109
Zealous Believer
 
Posts: 159
Joined: 26 Nov 2014, 07:03
Location: Ohio, US

Re: Increase interaction speed with environment

Post by Burne109 » 27 Feb 2015, 11:05

most the skill speeds are in skill_types.xml (server side files)

I would make a backup before changing anything...

I have noticed sometimes the uproot speeds would reset on server reboot, or bug out. I'm not a pro but maybe the patch.sql contains something that changes the speeds back to a default state. I did not dig too deep into it.


Tlocsmokes
 
Posts: 2
Joined: 13 Jun 2016, 22:36

Re: Increase interaction speed with environment

Post by Tlocsmokes » 29 Dec 2016, 07:05

Sorry to reply to an old thread but people do this and i would like to know how? Im new to hosting a lif server but all were missing is that, and trying to fix the db to make tabars stop giving the internal error, but back to point i would really like to know how to change those interaction speeds.

User avatar
Cosimo
Zealous Believer
 
Posts: 140
Joined: 02 Jan 2016, 13:40

Re: Increase interaction speed with environment

Post by Cosimo » 29 Dec 2016, 09:29

Hi,

you need to go to Life is Feudal Your Own Dedicated Server/data

edit skill_types.xml

find the skill you want to "speed up" and edit:

example for uprooting

find this:

Code: Select all
 <ability lvl="30" name="Uproot" id="35">
                <duration const="20 10"></duration>
                <chance>0.01</chance>
                <ability_skill_mult>960</ability_skill_mult>
                <entities>
                    <entity type="tree">
                    <ent_reqs>
                    <ent_req type="tree_type" stub="1">apple birch elm spruce pine maple mulberry oak willow hazel juniper spinny</ent_req>
                    </ent_reqs>
                    </entity>
                </entities>


change the
Code: Select all
<duration const="20 10"></duration>

to
Code: Select all
<duration const="">1</duration>


note you will need a reboot to take it into effect.

This means that no matter what spade you are using or skill you remove tree stumps in 1 second.

I did that in legacyofblood II , but decided against it in III as I think it removes from the game effect, but if you wish to do it, that is the way to do it.

Good luck! And backup the file before doing it!!!!

Return to Private Servers