Jump to content

Recommended Posts

Posted

Index: /trunk/L2J-Archid-Game/config/mods/customs.properties
===================================================================
--- /trunk/L2J-Archid-Game/config/mods/customs.properties (revision 1045)
+++ /trunk/L2J-Archid-Game/config/mods/customs.properties (revision 1058)
@@ -304,5 +304,8 @@
# Gemstones Count For S Grade 
AltGradeSGemstones = 25
- 	
+
+# Announce castle lords on enter game. default = false 
+AnnounceCastleLords = False
+
#-------------------------------------------------------------
# Custom L2JArchid Commands                                             
Index: /trunk/L2J-Archid-Game/src/main/java/com/l2jarchid/gameserver/network/clientpackets/EnterWorld.java
===================================================================
--- /trunk/L2J-Archid-Game/src/main/java/com/l2jarchid/gameserver/network/clientpackets/EnterWorld.java (revision 1002)
+++ /trunk/L2J-Archid-Game/src/main/java/com/l2jarchid/gameserver/network/clientpackets/EnterWorld.java (revision 1058)
@@ -38,4 +38,5 @@
import com.l2jarchid.gameserver.datatables.MapRegionTable;
import com.l2jarchid.gameserver.datatables.PcColorTable;
+import com.l2jarchid.gameserver.instancemanager.CastleManager;
import com.l2jarchid.gameserver.instancemanager.ClanHallManager;
import com.l2jarchid.gameserver.instancemanager.CoupleManager;
@@ -62,4 +63,5 @@
import com.l2jarchid.gameserver.model.entity.events.TvT;
import com.l2jarchid.gameserver.model.entity.events.VIP;
+import com.l2jarchid.gameserver.model.entity.Castle;
import com.l2jarchid.gameserver.model.olympiad.Olympiad;
import com.l2jarchid.gameserver.model.quest.Quest;
@@ -436,4 +438,9 @@
    		 	VIP.addPlayerNotVIP(activeChar);

+		if (L2Config.ANNOUNCE_CASTLE_LORDS)
+		{
+			notifyCastleOwner(activeChar);
+		}	
+		
		PcColorTable.getInstance().process(activeChar);
         // NPCBuffer
@@ -689,3 +696,17 @@
		return _C__03_ENTERWORLD;
	}
+	private void notifyCastleOwner(L2PcInstance activeChar)
+	{
+		L2Clan clan = activeChar.getClan();
+		
+		if (clan != null)
+		{
+			if (clan.getHasCastle() > 0)
+			{
+				Castle castle = CastleManager.getInstance().getCastleById(clan.getHasCastle());
+				if ((castle != null) && (activeChar.getObjectId() == clan.getLeaderId()))
+					Announcements.getInstance().announceToAll("Lord " + activeChar.getName() + " Ruler Of " + castle.getName() + " Castle is Now Online!");
+			}
+		}
+	}
}
Index: /trunk/L2J-Archid-Game/src/main/java/com/l2jarchid/L2Config.java
===================================================================
--- /trunk/L2J-Archid-Game/src/main/java/com/l2jarchid/L2Config.java (revision 1055)
+++ /trunk/L2J-Archid-Game/src/main/java/com/l2jarchid/L2Config.java (revision 1058)
@@ -1403,4 +1403,5 @@
	public static int           ALT_CRYSTAL_A_GEMSTONES; 
	public static int           ALT_CRYSTAL_S_GEMSTONES;
+	public static boolean		ANNOUNCE_CASTLE_LORDS;

     /** Use rule of BossZone **/
@@ -1529,4 +1530,5 @@
		 	ALT_CRYSTAL_A_GEMSTONES	             = Integer.parseInt(CustomMod.getProperty("AltGradeAGemstones", "20")); 
		 	ALT_CRYSTAL_S_GEMSTONES	             = Integer.parseInt(CustomMod.getProperty("AltGradeSGemstones", "25")); 
+			ANNOUNCE_CASTLE_LORDS 				 = Boolean.parseBoolean(CustomMod.getProperty("AnnounceCastleLords", "false"));
			ALLOW_DUALBOX                        = Boolean.parseBoolean(CustomMod.getProperty("AllowDualBox", "True"));
			DUAL_BOX_EXCEPTION                   = CustomMod.getProperty("DualBoxException", "");

 

AnnounceCastleLords Config

Posted

Can you tell me the use of copying/pasting stuff from projects' timelines?

It is absolutely useless. Prove me wrong.

 

EDIT: GiVe CreDitS.

Guest
This topic is now closed to further replies.


  • Posts

    • Hello, I'm working with custom Icons and noticed that you can use 64x64 icons and the client will handle them without problems in the Inventory and when you Drag them, they look HD so it's really cool, the problem starts when you move them to the shortcut bar, when they're placed there instead of rescaling the icon it just show the upper left corner (so it's 32x32 but showing only the part that fits in that space). I tried checking interface.u but can't find the line where the size for the icons in the shortcut bar are handled.   When in Inventory the item shows in a 32x32 size, if I use a 64x64 icon it re-scales so the icon looks great When dragging the item the image becomes 64x64 which looks pretty big, but it works good When placing the item in the shortcut bar only the top left of the icon is visible   Is there a way I can adjust the shortcut bar so that it re-scales the icon?
    • If you want to edit a large amount of entries in the L2 File-edit I recommend using excel, since both work with columns you can copy the entire file or just a few lines and paste it in excel and it will copy without problems, after you're done with editing you just select the cells and paste them in the .dat file making sure you're formatting correctly. I'm currently doing a massive edit on all gear and that's how i'm handling the .dat work
    • the logic is the "stacking" that is a filter if you use it then the item cannot co-exist (stack)
    • [Exclusive L2Gold Weekend Server] Available ONLY on Saturdays & Sundays – nowhere else, no other time ! Custom Armors (Dynasty, Apella) Custom Weapons (L2Gold Weapons) Custom Jewelry (L2Gold Jewelry) Custom Teleport System Custom AIO Buffer Custom Zones & NPCs Custom Raidboss … and much more waiting for you every weekend! This is not just another private server – it’s a limited-time battleground. When the weekend comes, everyone gathers in one place for the ultimate L2 experience. 👉 Online: Saturday–Sunday only 👉 Contact / Info: [https://www.facebook.com/profile.php?id=61578869175323]
    • ⏳ The price drops like sand slipping down in an hourglass.   📉 USA numbers are already at the lowest 💸 🌍 Next in line: Europe, Asia, and dozens of other countries.     All next week we’ll be actively working on lowering prices. The process has already started  soon costs will be much cheaper. 🔥 Get ready: the price drop will affect every country!   Website link — https://vibe-sms.net/ Our Telegram channel — https://t.me/vibe_sms
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock