Jump to content
  • 0

Castle Siege


Question

Posted

How on l2jfrozen make only Giran/Aden/Dion castle sieges? If i delete from Castle.sql everything and leave only Giran/Aden/Dion, then i got error in console and can't use any castle managers npc:

 

ecd6ff96f381b0bd475ae274bfd5a0fb653.png

Recommended Posts

  • 0
Posted
1 minute ago, melron said:

Then your brain...

 

I answered in his question about how to 'delete' some castle sieges because he cant delete them from the database. The weekly thing is not answered by me and im not gonna answer something like that. Who told you that my answer was Weekly Siege? wtf?

 

Someone is on his period today. Still if your best solution is to set 5 years for sieges to start to disable them i give up. 

  • 0
Posted
1 minute ago, Kara` said:

 

Someone is on his period today. Still if your best solution is to set 5 years for sieges to start to disable them i give up. 

no it is not 'my' solution. The solution could be by deleting the rows that you want and the server wont load the sieges for that castles. since is frozen and you cant do that i gave a temporary solution that dont need to edit the core side.

 

Once again you are wrong and i just approved the fact that you came here to blame instead of help. Good job Kara :D

  • 0
Posted (edited)

For other castles, SiegeDate: 1700000000000 (siege starts at 2023)

and your problem solved.

 

About errors on delete records, try to delete the Castle you want, and then remove it from xml/zones in your datapack. If it work good, if not, just let it start in 2023.

 

Giran/Aden/Dipn SiegeDate: 

https://www.epochconverter.com/

Edited by 'Baggos'
  • 0
Posted
9 minutes ago, 'Baggos' said:

For other castles, SiegeDate: 1700000000000 (siege starts at 2023)

and your problem solved.

 

About errors on delete records, try to delete the Castle you want, and then remove it from xml/zones in your datapack. If it work good, if not, just let it start in 2023.

de20aa4fbd81a35c8f8518dbfd64b846746.png

 

so if i make like that, it should be every week? Giran/Aden/Dion? Or i need to delete anything more?

  • 0
Posted (edited)
2 minutes ago, Dhrayn said:

so if i make like that, it should be every week? Giran/Aden/Dion? Or i need to delete anything more?

Giran/Aden/Dion SiegeDate: 

https://www.epochconverter.com/

Edited by 'Baggos'
  • 0
Posted
15 minutes ago, Dhrayn said:

so if i make like that, it should be every week? Giran/Aden/Dion? Or i need to delete anything more?

No. you can only set in database the next date. that means if you want weekly you have to change it every week manually as kara said. For weekly search in your configs about that, if not exists you have to edit your core side.

 

(Again: these values is only to 'remove' the castles you dont want)

  • 0
Posted (edited)
32 minutes ago, 'Baggos' said:

setNextSiegeDate Siege.java

 

getCastle().getSiegeDate().add(Calendar.DAY_OF_WEEK, Calendar.SATURDAY);

 

23bcc0d9987c5c2d329527db4c477d5044.png
 

518bea7be8634c598bc41171e6c220c448.png

 

8866860d658e650dfbef5e677b7d09a4307.png

 

no siege on this saturday. Maybe it's gonna start every week only after first siege?

Edited by Dhrayn
  • 0
Posted

If you still have problem with the day of sieges, compile from svn the acis files, go to Siege.java at method setNextSiegeDate and try to c/p the method and make it work for frozen..

(That's what I did for someone before some months. Also with this way you can set all castles with the day you want).

  • 0
Posted

You have to delete everything related to castles you delete, if you delete one entry on castles.sql. Notably associated zones (which is your error).

 

Regarding next date, you can easily test it by setting a really low date, which would be considered already past (at least 1 month in the past)- therefore the system recalculates the date at server start, and so you can test your edits.

  • 0
Posted
On 9/27/2018 at 7:36 PM, 'Baggos' said:

setNextSiegeDate Siege.java

 

getCastle().getSiegeDate().add(Calendar.DAY_OF_WEEK, Calendar.SATURDAY);

Where did you find this line? in what file? 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...