Jump to content

LandClaimOfflineDelay not working?


Dryzler

Recommended Posts

Hey guys,

i have a pvp server, setup LandClaimOfflineDelay=30 and LandClaimOfflineDurabilityModifier=0.

Today I raided a base. One player goes offline while i am raiding, and immedietly after he goes offline his base is not hurtable anymore.

 

Is "LandClaimOfflineDelay" really implemented?

 

At gportal for example that setting does not exist in the web interface but in the serverconfig.xml, where i set it to 30 minutes.

Link to comment
Share on other sites

  <property name="LandClaimCount" value="2"/>
  <property name="LandClaimSize" value="41"/>
  <property name="LandClaimDeadZone" value="30"/>
  <property name="LandClaimExpiryTime" value="7"/>
  <property name="LandClaimDecayMode" value="2"/>
  <property name="LandClaimOnlineDurabilityModifier" value="4"/>
  <property name="LandClaimOfflineDurabilityModifier" value="0"/>
  <property name="LandClaimOfflineDelay" value="30"/>

 

Link to comment
Share on other sites

1 hour ago, Dryzler said:

  <property name="LandClaimCount" value="2"/>
  <property name="LandClaimSize" value="41"/>
  <property name="LandClaimDeadZone" value="30"/>
  <property name="LandClaimExpiryTime" value="7"/>
  <property name="LandClaimDecayMode" value="2"/>
  <property name="LandClaimOnlineDurabilityModifier" value="4"/>
  <property name="LandClaimOfflineDurabilityModifier" value="0"/>
  <property name="LandClaimOfflineDelay" value="30"/>

 

Ok, so the way you have it set there should produce the desired results. Maybe something in the startup is overriding these settings.  Could you post a log?

Link to comment
Share on other sites

12 minutes ago, SylenThunder said:

Ok, so the way you have it set there should produce the desired results. Maybe something in the startup is overriding these settings.  Could you post a log?

At my game server provider web interface i only see an empty log :(.

I will do another live test this evening (CEST), when players are online, to make sure the setting does not apply and will post the result here.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...