Page 1 of 1

Time interval between Fort Sieges

Posted: Thu Apr 08, 2010 10:21 am
by kocinski
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number: 4051
L2JDP Revision Number: 7229

Which is the time interval between Fort Sieges?

These interval are correct?
2010.04.07 23:01:02,108 INFO 20 com.l2jserver.gameserver.model.entity.FortSiege Siege of Valley fort started.
2010.04.08 00:01:02,077 INFO 41 com.l2jserver.gameserver.model.entity.FortSiege Siege of Valley fort finished.
2010.04.08 01:05:12,889 INFO 20 com.l2jserver.gameserver.model.entity.FortSiege Siege of Valley fort started.
2010.04.08 02:05:12,811 INFO 20 com.l2jserver.gameserver.model.entity.FortSiege Siege of Valley fort finished.
2010.04.08 03:12:15,014 INFO 24 com.l2jserver.gameserver.model.entity.FortSiege Siege of Valley fort started.
2010.04.08 04:12:14,968 INFO 20 com.l2jserver.gameserver.model.entity.FortSiege Siege of Valley fort finished.
2010.04.08 05:13:57,921 INFO 11 com.l2jserver.gameserver.model.entity.FortSiege Siege of Valley fort started.
2010.04.08 06:13:57,874 INFO 41 com.l2jserver.gameserver.model.entity.FortSiege Siege of Valley fort finished.
2010.04.08 07:44:38,389 INFO 31 com.l2jserver.gameserver.model.entity.FortSiege Siege of Valley fort started.
2010.04.08 08:44:38,343 INFO 33 com.l2jserver.gameserver.model.entity.FortSiege Siege of Valley fort finished.
Thanks.

Re: Time interval between Fort Sieges

Posted: Thu Apr 08, 2010 11:37 am
by Gnacik
http://www.lineage2.com/news/kamael_10.html
A fortress siege lasts for one hour, and can occur as often as every four hours, for 24 hours a day

Re: Time interval between Fort Sieges

Posted: Thu Apr 08, 2010 11:50 am
by janiii
so there is a bug, as from the logs, the interval between the fort sieges is NOT 4 hours, but mostly only 2 hours.

Re: Time interval between Fort Sieges

Posted: Thu Apr 08, 2010 1:15 pm
by Gnacik
Maybe merchant is not despawned or spawned in correct interval.
Also check config file, spawn must be 3h (3h spawn after siege + 1h from first register to siege start = 4h)
SuspiciousMerchantRespawnDelay = 180

Re: Time interval between Fort Sieges

Posted: Thu Apr 08, 2010 1:41 pm
by kocinski
# This defines how long you need to wait until the suspicious merchant will spawn after siege ends (in minutes).
# Keep in mind when merchant spawns, the fort can be immediately sieged.
# Default: 180
SuspiciousMerchantRespawnDelay = 180
I've the Spawn of Valley Fortress Suspicious Merchant (35759) in custom_spawnlist table because I deleted it from fort_spawnlist and respawned at another loc using GM in-game.

Maybe this change my alter its respawn time?

Re: Time interval between Fort Sieges

Posted: Thu Apr 08, 2010 2:10 pm
by kocinski
I checked tables and I think that's the problem.

Solved updating loc in fort_spawnlist table:
-- Valley Fortress --
UPDATE `fort_spawnlist` SET `x`='126202', `y`='122614', `z`='-2587', `heading`='48080' WHERE (`npcId`='35759');
Thanks for your help & info and apologize for the inconvenience