-
Posts
1,019 -
Joined
-
Last visited
-
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by maximilion2
-
Hi all.I try search for something in forum before i make post about a problem and look what shows me: You are not allowed to search for posts in this forum.
-
Kalytero project gia l2 c6?
maximilion2 posted a question in Request Server Development Help [Greek]
Kalhspera se olous.. 8a h8ela kapios empeiros na mou pei pio einai to kalytero project gia l2 interlude server.. ;D -
Hi all.I want if someone knows and can tell me what is the best project for l2 interlude server.. ;D
-
aaaah oks i will donate soon thanx :D
-
Hi it says to me [Hidden post: This post has been hidden by a moderator.] Why i can't see that??
-
hehe what europrizion means? :P
-
Welcome RiotStarter™ i am just like you i like playing l2,call of duty,counter,wow,aion lol :P Maybe you can tell me what server you play and meet in game :D
-
lol it isn't very difficult but i must confess Akira's program makes it more simple :P
-
[Share]L2J Web Donation System!
maximilion2 replied to ˚کp4g0®4m4NoS™'s topic in Server Shares & Files [L2J]
hi man an deis to reply m se parakalw epikinvnhse mazi m den leitourgei se emena m vgazei: Nenhum ítem encontrado com o nome de: Notice: Undefined variable: item in C:\Program Files (x86)\EasyPHP-5.3.6.0\www\donate\index.php on line 100 List of the chars: Notice: Undefined variable: conta in C:\Program Files (x86)\EasyPHP-5.3.6.0\www\donate\index.php on line 194 1 ? '1' : $qtd; mysql_query("INSERT INTO items (owner_id, object_id, item_id, count, enchant_level, loc) VALUES ('".$id_char."', '".$oid.$i."', '".$id_item."', '".$qt."', '".$enchant."', 'INVENTORY')") or die(mysql_error()); } echo "Item Added!"; } } ?> -
[Share] Όλα τα L2J Live Projects!
maximilion2 replied to Belzebul's topic in Server Development Discussion [Greek]
einai interlude kai einai to kalytero afto xrhsimopoiw.. exei fix an oxi ola ta perisotera bugs,exei announce otan enas castle lord mpenei,announce rb kai alla polla. http://www.l2jfrozen.com/ links gia na to paris: http://subversion.assembla.com/svn/L2jFrozenInterlude/trunk/gameserver/ kai http://subversion.assembla.com/svn/L2jFrozenInterlude/trunk/datapack/ -
I need editor
maximilion2 replied to maximilion2's question in Request Server Development Help [L2J]
yes thanx a lot l2lige worked :D -
Freya NPC buffer! (UPDATED)
maximilion2 replied to GoldenBoy™'s topic in Server Shares & Files [L2J]
se euxaristw poly man epsaxna mia kalh buffer gia ton server m alla den evriska mexri twra :D -
[Share] Όλα τα L2J Live Projects!
maximilion2 replied to Belzebul's topic in Server Development Discussion [Greek]
hi men you can update your topic with the l2 high five chronicle.. :) -
[SHARE]AnnounceCastleLords&Members[FREYA]
maximilion2 replied to GoldenBoy™'s topic in Server Development Discussion [Greek]
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", "");
