Faster Digging

Place for sharing your game modifications for Life is Feudal: Your Own
User avatar
CloverFarewell
 
Posts: 3
Joined: 07 Apr 2017, 14:58

Faster Digging

Post by CloverFarewell » 24 Jun 2019, 06:25

I'm trying to produce a result of instant digging no matter the level or type of shovel.

The code that I see is this

Code: Select all
<ability lvl="0" name="to Lower Ground Level" id="7" type="Use Shovel" priority="10.1">
            <duration const="6 50"/>


It doesn't have a close- that *is* the close.
I've seen people recommend that you delete the numbers inside of the quotations and put one on the other side of the right bracket but this doesn't do anything but shut the server back down once it starts to boot up.

I'm fairly new at this- I've owned servers in the past so whereas it *does* make sense to me- this is my first LIF YO server. I'd very much appreciate any help I can get.

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

Re: Faster Digging

Post by KuraiSeraph » 29 Jun 2019, 13:10

Hi there.

Try this


<ability lvl="0" name="to Lower Ground Level" id="7" type="Use Shovel" priority="10.1">
<duration const="">0</duration>

User avatar
CloverFarewell
 
Posts: 3
Joined: 07 Apr 2017, 14:58

Re: Faster Digging

Post by CloverFarewell » 03 Jul 2019, 09:32

KuraiSeraph wrote:Hi there.

Try this


<ability lvl="0" name="to Lower Ground Level" id="7" type="Use Shovel" priority="10.1">
<duration const="">0</duration>


Sorry- just checking to make sure. Is it okay to change the duration const structure in the code? Will that not cause issues in the server?

The code I'm looking at doesn't have the same structure

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

Re: Faster Digging

Post by KuraiSeraph » 03 Jul 2019, 13:22

CloverFarewell wrote:
Sorry- just checking to make sure. Is it okay to change the duration const structure in the code? Will that not cause issues in the server?

The code I'm looking at doesn't have the same structure


I have tested it and it works. It dosent cause issues becouse the code exist already.

And u must edit the server and client file with the code.

User avatar
CloverFarewell
 
Posts: 3
Joined: 07 Apr 2017, 14:58

Re: Faster Digging

Post by CloverFarewell » 06 Jul 2019, 19:11

KuraiSeraph wrote:
CloverFarewell wrote:
Sorry- just checking to make sure. Is it okay to change the duration const structure in the code? Will that not cause issues in the server?

The code I'm looking at doesn't have the same structure


I have tested it and it works. It dosent cause issues becouse the code exist already.

And u must edit the server and client file with the code.

The client file? So all players on the server would have to edit their code?

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

Re: Faster Digging

Post by KuraiSeraph » 08 Jul 2019, 11:33

You dont have to, but it is better.

Return to Game mods