Hosted server, edit claim time.

General discussion about Life is Feudal MMO and Life is Feudal: Your Own, The main section and backbone of the forums.

Blackplasma
 
Posts: 3
Joined: 14 Oct 2014, 12:08

Hosted server, edit claim time.

Post by Blackplasma » 24 Oct 2014, 12:13

Hi Guys,
I host a server through OC networks and want to change the time of a claim on a house and gates to 72 hours instead of 24.
Is this possible?
also, in what file are the recipies found?


HydroxTV
Beta Tester
 
Posts: 84
Joined: 10 Oct 2014, 15:27

Re: Hosted server, edit claim time.

Post by HydroxTV » 24 Oct 2014, 15:54

life is feudal server files\sql\patch.sql

CTRL+F search for claim. you should find thsi:

-- buildings are now claimed for 24 hours instead of 12
update `objects_types` set `OwnerTimeout`=86400 where `ID` in
(127,128,131,132,133,134,143,144,145,146,147,148,503,504,509,514,515,516,517,1055,1084,1085,1086,1087,1088,1089);

Change the 864000 to a number of your likings(its in seconds)

For example 7days:

7days*24hours*60*60

RESTART SERVER AFTRWARDS!!!!


Sfinks
 
Posts: 13
Joined: 29 Dec 2014, 08:36

Re: Hosted server, edit claim time.

Post by Sfinks » 31 Dec 2014, 13:05

What am I doing wrong? I change the time in database and varies patch.sql but still after the restart the server returns the all back.

Return to General Discussion

cron