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!!!!