Jump to content

Recommended Posts

Posted

Geia se olous.

Se diafora Project kai pack pou  uparxoun kai einai l2j.

Uparxei ena  problima panta to Time ton Siege pou pou einai stis 1

Ayto to Code einai kati aplos  to eftia3a oste na to diorthwsw kapws..

Tha pate sto config Feature  kai tha orisete tis wres  opws to blepete poio katw

sta perisotera project ayto to config den epikoinwnh  giati den to exoun ftia3ei.

 

Config

# Which hours can change Castle Lords
# Default: 16,20
SiegeHourList = 16,15,18,20

 

Index: java/com/l2jserver/gameserver/model/entity/Siege.java
===================================================================
--- java/com/l2jserver/gameserver/model/entity/Siege.java	(revision 349)
+++ java/com/l2jserver/gameserver/model/entity/Siege.java	(working copy)
@@ -1440,27 +1440,44 @@
	/** Set the date for the next siege. */
	private void setNextSiegeDate()
	{
-		while (getCastle().getSiegeDate().getTimeInMillis() < Calendar.getInstance().getTimeInMillis())
+		Calendar siegeDate = getCastle().getSiegeDate();
+		if (siegeDate == null)
		{
-			if ((getCastle().getSiegeDate().get(Calendar.DAY_OF_WEEK) != Calendar.SATURDAY) && (getCastle().getSiegeDate().get(Calendar.DAY_OF_WEEK) != Calendar.SUNDAY))
+			return;
+		}
+		while (siegeDate.getTimeInMillis() < Calendar.getInstance().getTimeInMillis())
+		{
+			// set the next siege day to the next weekend
+			siegeDate.add(Calendar.DAY_OF_MONTH, 7);
+		}
+		
+		if (!SevenSigns.getInstance().isDateInSealValidPeriod(siegeDate))
+		{
+			siegeDate.add(Calendar.DAY_OF_MONTH, 7);
+		}
+		
+		// If siege time is not in the allowed list, set first available hour.
+		if (Config.CL_SET_SIEGE_TIME_LIST.contains("hour") && !(Config.SIEGE_HOUR_LIST_AFTERNOON.contains(siegeDate.get(Calendar.HOUR_OF_DAY) - 12) || Config.SIEGE_HOUR_LIST_MORNING.contains(siegeDate.get(Calendar.HOUR_OF_DAY))))
+		{
+			/*
+			 * this assume that we have at least 2 time choice for period (morning or afternoon) one time choice for period (morning or afternoon) is no more allowed default value are 4pm and 8pm so only afternoon is used
+			 */
+			int time = 0;
+			if ((getCastle().getCastleId() == 1) || (getCastle().getCastleId() == 2) || (getCastle().getCastleId() == 3) || (getCastle().getCastleId() == 7))
			{
-				getCastle().getSiegeDate().set(Calendar.DAY_OF_WEEK, Calendar.SATURDAY);
+				time = 1;
			}
-			// from CT2.3 Castle sieges are on Sunday, but if server admins allow to set day of the siege
-			// than sieges can occur on Saturdays as well
-			if ((getCastle().getSiegeDate().get(Calendar.DAY_OF_WEEK) == Calendar.SATURDAY) && !Config.CL_SET_SIEGE_TIME_LIST.contains("day"))
+			
+			if (!Config.SIEGE_HOUR_LIST_MORNING.isEmpty())
			{
-				getCastle().getSiegeDate().set(Calendar.DAY_OF_WEEK, Calendar.SUNDAY);
+				siegeDate.set(Calendar.HOUR_OF_DAY, Config.SIEGE_HOUR_LIST_MORNING.get(time));
			}
-			// set the next siege day to the next weekend
-			getCastle().getSiegeDate().add(Calendar.DAY_OF_MONTH, 7);
+			else if (!Config.SIEGE_HOUR_LIST_AFTERNOON.isEmpty())
+			{
+				siegeDate.set(Calendar.HOUR_OF_DAY, Config.SIEGE_HOUR_LIST_AFTERNOON.get(time) + 12);
+			}
		}

-		if (!SevenSigns.getInstance().isDateInSealValidPeriod(getCastle().getSiegeDate()))
-		{
-			getCastle().getSiegeDate().add(Calendar.DAY_OF_MONTH, 7);
-		}
-		
		SystemMessage sm = SystemMessage.getSystemMessage(SystemMessageId.S1_ANNOUNCED_SIEGE_TIME);
		sm.addCastleId(getCastle().getCastleId());
		Announcements.getInstance().announceToAll(sm);

 

 


Siege of Gludio: Thu May 02 15:00:00 EEST 2013
Siege of Dion: Thu May 02 15:00:00 EEST 2013
Siege of Giran: Thu May 02 15:00:00 EEST 2013
Siege of Oren: Thu May 02 16:00:00 EEST 2013
Siege of Aden: Thu May 02 16:00:00 EEST 2013
Siege of Innadril: Thu May 02 16:00:00 EEST 2013
Siege of Goddard: Thu May 02 15:00:00 EEST 2013
Siege of Rune: Thu May 02 16:00:00 EEST 2013
Siege of Schuttgart: Thu May 02 16:00:00 EEST 2013

Posted

Kalo to share alla credits tha dwseis.?

 

http://pastebin.com/vmNvCtMS

 

:dat:

 

File mou ama blepeis to idio me to  link pou dineis kaneis  lathos..

to link pou dineis to idio exw  kanei upload kai egw logika einai  to diko mou pou exw deis ...

pera apo ayto ama pas na deis sto code tis l2j den uparxei poia to L2CastleChamberlainInstance.java  to meteferan stin data kai ayto to problima  poia einai kathara apo to core poia

giati stin data den orizete  time....

kai to code  to ekana egw

Posted

Afou einai diko sou o code gia pio logo de ton ekanes oloklhro kai ekanes ena copy paste apo ekei.. ?

 

File mou  to blepeis to code na einai se rwtaw pali....

diladi eleos.....

des ti leei to ena code me to allo kai meta ela pes to mou 3ana  ayto pou les...

 

alla  ti na diavaseis  einai kai ayto to 8ema...

 

ama deis to  link pou dineis agorina mou ta config  ginontai delete edw  to  config  uparxei kai  einai poly diaforetiko...

diladi otan theleis na kaneis ena spam  oste na pareis post kanto sosta se ayto pou tha 3ereis..

Posted

Egw vlepw file oti einai oloidio me poli liges allages pou exoun kanei panw tou :/

 

:dat:

 

Koita tha sou to apo  allh mia fora kai ama theleis to katalaveneis...

den tha kanw to post mou spam giati aplos ena atomw den 3erei ti einai  to ena kai allo...

 

To link pou mou  ekanes post einai  me tin  palia version tis l2j pou tin eixa steile  se ena filo mou na to kanei test.

meta apo to update tis l2j pou metaferan to  L2CastleChamberlainInstance.java  stin Data den dinete apo ekei poia to time  ton siege.....

Apo ekei kai pera anti na akuroseis kai to config  prepei na to  kaneis  na douleyei  kai me ayto sosta xwris kanena problima etsi  eftia3a ayto pou ekana  post...

pera apo ayto teleiwnei to 8ema den tha kanei sou lew spam post .....

Alla gi ayto den uparxei poia kanenas na sas boi8isei sto mxc giati barethikan oloi na asxolounte me atoma pou pera  oti den 3eroun alla den ma8enoun....

na mou di3eis post pou exw  kanei kai den exw  dosei credits... 

File mou poia uparxoun eidh sto mxc kai to 3eroume oloi ayto kai exw edw einai perisotera xronia apo oti eisai esu kai oso exw asxolithei se ayto to forum esu den tha to kaneis pote...

gi ayto telos to 8ema...

Posted

Signwmh diladi paei kairos pou to exeis steilei auto?

Ama mou peis 9a stamatisw na milaw.!

 

File mou pane 13 me  12 meres  otan to ekana upload ayto to code...

To Update tis l2j  egine http://trac.l2jserver.com/changeset/5928  12/04/2013

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • Dear clients, we strongly advise against holding funds in USDT due to an increase in mass freezes by the issuer. Any wallet can be locked without explanation if your coins happen to be in the wrong place at the wrong time. If you hold savings in USDT, swap them for something safer, such as XMR, BTC, ETH, or similar. When working with crypto, opt for decentralized coins that are technically impossible to freeze. Alternatively, after handling USDT, move your funds into safe assets. To protect your funds, we recommend using XMR, BTC, ETH.
    • Hello everyone, I am looking for a C4 Scions of Destiny (P656) Retail x1 L2OFF Server Pack + Source. My goal is not to launch a server immediately. I want to learn L2OFF server development in C++, understand the original C4 architecture, and eventually build my own project in the future. I have already tried to reach an agreement with a few members who offer C4 projects, but communication has been quite slow, so I decided to ask the community here as well. I'm specifically looking for a Retail x1 version, not a heavily customized x45 or PvP pack. Ideally, the package should include: Complete LoginServer Complete GameServer Source code SQL database AI / NPC scripts Geodata Visual Studio solution/project Everything required to compile, study, and run the server If anyone knows a trusted seller or can recommend a reliable P656 Retail x1 package, I would really appreciate your advice. I would also appreciate hearing from anyone who has purchased a Retail x1 package before and can share their experience. Thank you very much!
    • NEW SEASON OPENING - TODAY ! GRAND OPENING FROM - 10/07/2026, FRIDAY, 20:00 +3 GMT !
    • Elite Lineage II Development | Websites • Master Accounts • Custom Systems • Server Solutions Turn Your Lineage II Project Into a Professional Experience Hello everyone, My name is Frank, and for years I've been developing custom solutions for Lineage II private servers. My focus isn't simply creating attractive websites—it's building complete ecosystems that improve both the player experience and server management. Unlike generic web designers, I understand how Lineage II servers actually work. Every page and system is designed with real gameplay, server administration, and player retention in mind. Whether you're launching your first project or upgrading an established server, I can help you create something that looks and feels like a premium MMORPG. What I Can Build Modern Landing Pages Your landing page is the first impression players have of your server. I create high-end landing pages featuring: • Cinematic hero sections • Animated backgrounds • Countdown timers • Feature showcases • Grand Opening events • Server roadmap • Responsive mobile design • Fast loading and SEO-friendly structure No generic templates. Every landing page is built specifically for your project. Complete Master Account Systems One of my specialties is developing advanced account management panels that integrate naturally with your Lineage II server. Examples include: • Account Dashboard • Character Selection • Character Information • Character Statistics • Combat Power System • Achievement System • Character Mastery • Collections • Daily Rewards • Vote Rewards • Referral Systems • Lucky Wheel • Premium Account Management • Donation Store • Coin Wallet • VIP Services • PIN Protection • Password Management • Inventory Viewer • Warehouse Viewer • Rankings • Online Players • Server Statistics • Event Pages Everything is designed with both usability and visual quality in mind. Custom Web Systems Need something unique? I also develop completely custom features tailored to your server. Examples: • World Boss Event Pages • Raid Boss Tracker • Olympiad Rankings • Castle Siege Overview • Grand Boss Status • Event Management Panels • Daily Hunt Interfaces • Progression Systems • Collection Systems • Custom Shops • Clan Pages • Marketplace • Admin Panels If you have an idea, we can build it. Full Website Development I can create your complete server website, including: • Home • Downloads • News • Patch Notes • Server Information • Wiki • Rankings • Community Pages • Support Center • Knowledge Base • FAQ • Voting Pages • Donation Pages Designed to match your server's identity. Forum Integration Professional integration with community platforms. Examples: • XenForo • phpBB • Discord Integration • Custom Forum Themes • User Synchronization Server Experience Because I actively work with Lineage II servers, I understand much more than web development. Experience includes designing and implementing systems around: • Character progression • Achievement tracking • Collection systems • Daily Hunt mechanics • Lucky Wheel events • Premium services • Server economy • Custom reward systems • World Boss events • Event scheduling • Player dashboards • Administrative tools This allows me to design websites and panels that feel like a natural extension of your server instead of just another website. Technologies • PHP 8 • MySQL / MariaDB • HTML5 • CSS3 • JavaScript • AJAX • Responsive Design • API Integration • Linux Server Environment Why Choose Me? ✔ Years of Lineage II development experience ✔ I understand both the website and the game server ✔ Custom development—not copy-paste templates ✔ Modern UI & UX ✔ Mobile responsive ✔ Clean and optimized code ✔ Long-term support ✔ Fast communication ✔ Flexible solutions for every budget Portfolio Below you'll find examples of projects I've created, including custom landing pages, master account systems, dashboards, progression systems, and unique interfaces developed for real Lineage II servers.     Need Something Unique? Some of the most successful servers stand out because they offer features players haven't seen before. If you have an idea—even if it's only a rough concept—I can help transform it into a polished, fully functional system.     Contact Interested in working together? Feel free to send me a private message with your project details. I'll be happy to discuss your ideas and provide a free estimate. Let's build something your players will remember.     Discord:  https://discord.gg/qnmNkY6D3n
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..