Jump to content

Roronoa

Banned
  • Posts

    211
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Roronoa

  1. akou na deis palio emo gamw ta gualia pou foras eisai ena zwo k miso kane toumpeki palio fapa boy min arpaksis tpt xastoukia kai se steilo entatikh
  2. k egw hol exw alla mou kanei ta dika tou mono kyriakh k sabbato
  3. ta @@ m mporeis na breis to DNS sou deixnei tin bash tis eterias pou einai to internet sou kiofte
  4. h kane spawn to zaken des upsos klp k peraseta
  5. Question: that theme you use already exist other designer right? you just dont make it from zero you just based from other theme and you edit it
  6. lol no.. hexid must be moved in Game Server Configs search for guides to how setup your server
  7. wrong section dude paste one patch of another server or reinstall the client
  8. Index: java/com/l2jserver/gameserver/network/clientpackets/EnterWorld.java =================================================================== --- java/com/l2jserver/gameserver/network/clientpackets/EnterWorld.java (revision 5689) +++ java/com/l2jserver/gameserver/network/clientpackets/EnterWorld.java (working copy) @@ -226,6 +226,10 @@ activeChar.setIsDead(true); } + if (Config.ANNOUNCE_NOBLESSE_LOGIN && activeChar.isNoble()) + { + Announcements.getInstance().announceToAll("Noblesse: " + activeChar.getName() + " is now online!"); + } boolean showClanNotice = false; // Clan related checks are here Index: dist/game/config/L2JMods.properties =================================================================== --- dist/game/config/L2JMods.properties (revision 5689) +++ dist/game/config/L2JMods.properties (working copy) @@ -479,4 +479,10 @@ # Enables .changepassword voiced command which allows the players to change their account's password ingame. # Default: False -AllowChangePassword = False \ No newline at end of file +AllowChangePassword = False + +#----------------------- +#Noblesse Announce Login +#----------------------- +# False = Disable / True = Enable +AnnounceNoblesseLogin = False Index: java/com/l2jserver/Config.java =================================================================== --- java/com/l2jserver/Config.java (revision 5689) +++ java/com/l2jserver/Config.java (working copy) @@ -777,6 +777,7 @@ public static int L2JMOD_DUALBOX_CHECK_MAX_L2EVENT_PARTICIPANTS_PER_IP; public static Map<Integer, Integer> L2JMOD_DUALBOX_CHECK_WHITELIST; public static boolean L2JMOD_ALLOW_CHANGE_PASSWORD; + public static boolean ANNOUNCE_NOBLESSE_LOGIN = false; // -------------------------------------------------- // NPC Settings @@ -2378,7 +2379,7 @@ L2JMOD_ENABLE_WAREHOUSESORTING_CLAN = Boolean.parseBoolean(L2JModSettings.getProperty("EnableWarehouseSortingClan", "False")); L2JMOD_ENABLE_WAREHOUSESORTING_PRIVATE = Boolean.parseBoolean(L2JModSettings.getProperty("EnableWarehouseSortingPrivate", "False")); - + ANNOUNCE_NOBLESSE_LOGIN = Boolean.parseBoolean(L2JModSettings.getProperty("AnnounceNoblesseLogin", "False")); + if (TVT_EVENT_PARTICIPATION_NPC_ID == 0) { TVT_EVENT_ENABLED = false; Credits:Rayleigh
  9. ### Eclipse Workspace Patch 1.0 #P L2J-Nova_GameServer Index: java/com/l2jserver/gameserver/network/clientpackets/EnterWorld.java =================================================================== --- java/com/l2jserver/gameserver/network/clientpackets/EnterWorld.java (revision 5689) +++ java/com/l2jserver/gameserver/network/clientpackets/EnterWorld.java (working copy) @@ -226,6 +226,16 @@ activeChar.setIsDead(true); } if (Config.ANNOUNCE_NOBLESSE_LOGIN && activeChar.isNoble()) { Announcements.getInstance().announceToAll("Noblesse: " + activeChar.getName() + " is now online!"); } + + if (Config.ANNOUNCE_HERO_LOGIN && activeChar.isHero()) + { + Announcements.getInstance().announceToAll("Hero: " + activeChar.getName() + "Class: " + activeChar.getClassId() + " is now online!"); + } + boolean showClanNotice = false; // Clan related checks are here Index: dist/game/config/L2JMods.properties =================================================================== --- dist/game/config/L2JMods.properties (revision 5689) +++ dist/game/config/L2JMods.properties (working copy) @@ -479,4 +479,17 @@ # Enables .changepassword voiced command which allows the players to change their account's password ingame. # Default: False -AllowChangePassword = False \ No newline at end of file AllowChangePassword = False #----------------------- #Noblesse Announce Login #----------------------- # False = Disable / True = Enable AnnounceNoblesseLogin = False +#----------------------- +#Hero / Class Announce Login +#----------------------- +# False = Disable / True = Enable +AnnounceHeroLogin = False + Index: java/com/l2jserver/Config.java =================================================================== --- java/com/l2jserver/Config.java (revision 5689) +++ java/com/l2jserver/Config.java (working copy) @@ -777,6 +777,8 @@ public static int L2JMOD_DUALBOX_CHECK_MAX_L2EVENT_PARTICIPANTS_PER_IP; public static Map<Integer, Integer> L2JMOD_DUALBOX_CHECK_WHITELIST; public static boolean L2JMOD_ALLOW_CHANGE_PASSWORD; public static boolean ANNOUNCE_NOBLESSE_LOGIN = false; + public static boolean ANNOUNCE_HERO_LOGIN = false; // -------------------------------------------------- // NPC Settings @@ -2378,6 +2380,8 @@ L2JMOD_ENABLE_WAREHOUSESORTING_CLAN = Boolean.parseBoolean(L2JModSettings.getProperty("EnableWarehouseSortingClan", "False")); L2JMOD_ENABLE_WAREHOUSESORTING_PRIVATE = Boolean.parseBoolean(L2JModSettings.getProperty("EnableWarehouseSortingPrivate", "False")); ANNOUNCE_NOBLESSE_LOGIN = Boolean.parseBoolean(L2JModSettings.getProperty("AnnounceNoblesseLogin", "False")); + ANNOUNCE_HERO_LOGIN = Boolean.parseBoolean(L2JModSettings.getProperty("AnnounceHeroLogin", "False")); if (TVT_EVENT_PARTICIPATION_NPC_ID == 0) {
  10. ayto file mou ginete me java h ma8aineis java h zhtas apo kapion na sto ftiaksh alla dn nmzw oti 8a to kanei tsampa
  11. katalava ti les na uparxoun oikones me opla k na patas k na uparxh pi8anotita na to paris
  12. ααχαχαχαχαχ
  13. its better to add buffer writed in java language because never crased never show problem like this
  14. true.. i was stopped l2 3 years ... in this month i started play again in my server ,, with my friend
  15. B-Real (From Cypress Hill) and Redman & Methodman (Wu Tang Clan)
  16. nice features but need more people
×
×
  • Create New...