Life is Feudal Wiki
Register
Advertisement

Life is Feudal: Your Own Version[ | ]

In the Life is Feudal: Your Own version, judgment hour works very differently. Expand this section for more information.

Judgment hour - is a particular time set on the server, where a player’s activities will not affect their alignments and abilities (Like looting other players graves). Permissions work according to JH ability setup.

Destroying Buildings[ | ]

During judgment hour players can damage and destroy any object/building inside other player's claim including Monuments. To damage these objects players can either use Naphtha pot or Trebuchet.

Blood Sacrifice[ | ]

You can add support points to your Monument - killing members of other guilds. Amount of points your monument got depends on Authority level of your victim and server HeadPrice. Same amount of points will loose Monument of victim's guild. Default server headPrice = 100, and it can be changed in cm_config.cs using line:

$cm_config::JudgementHour::headPrice = 100;

JH settings[ | ]

To set the time of JH on your server, you can use interface of server creating for private servers or direct setup through the ‘world.xml’ file.

<judgementHour>
  <startTime>21:00</startTime> 
  <weekSchedule> 
    <monday>0</monday> 
    <tuesday>0</tuesday>
    <wednesday>0</wednesday>
    <thursday>0</thursday>
    <friday>1</friday> 
    <saturday>1</saturday>
    <sunday>1</sunday>
  </weekSchedule>
  <duration>60</duration> 
</judgementHour>

For permissions for abilities during Judgement Hour, you can look in JH&Claim Permissions

Advertisement