Jump to content

Vkouk

Legendary Member
  • Posts

    4,676
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Vkouk

  1. shit bricks or die
  2. i prefer tits than you haahahah
  3. google <<< stfu noob
  4. no problem.i don't care from vip account or karma so thanks :)
  5. better to make booleans and configs instead of leechin codes
  6. fu...ck you
  7. don't forget i am Archid Life Guard ;D
  8. With the last shares that i made can i participate or no?
  9. don't mess with setekh otherwise i will kill you
  10. axxxa yes ;P
  11. nah i don't believe him too but i guess it's bigger than yours but WHEN you see mine you'll shit brix
  12. ahahahahah even Raule's penis is bigger than yours
  13. you suck
  14. Before some minutes he told me,that he tested it and working(my code)
  15. I haven't ever use l2jfree to tell you exactly,but i guess about customs it's the same.
  16. Well,hello again.PonyRider request me to make this code.So i did it for him.I guess it hasn't been shared again.If yes,let me know it. The code meaning is when a hero login announce it. Index: java/net/sf/l2j/Config.java =================================================================== --- java/net/sf/l2j/Config.java (revision 4092) +++ java/net/sf/l2j/Config.java (working copy) @@ -881,6 +881,18 @@ public static boolean L2JMOD_WEDDING_SAMESEX; public static boolean L2JMOD_WEDDING_FORMALWEAR; public static int L2JMOD_WEDDING_DIVORCE_COSTS; + + public static boolean ANNOUNCE_HERO_LOGIN; // Packet information /** Count the amount of packets per minute ? */ @@ -1858,6 +1870,18 @@ L2JMOD_WEDDING_SAMESEX = Boolean.parseBoolean(L2JModSettings.getProperty("WeddingAllowSameSex", "False")); L2JMOD_WEDDING_FORMALWEAR = Boolean.parseBoolean(L2JModSettings.getProperty("WeddingFormalWear", "True")); L2JMOD_WEDDING_DIVORCE_COSTS = Integer.parseInt(L2JModSettings.getProperty("WeddingDivorceCosts", "20")); + + ANNOUNCE_HERO_LOGIN = Boolean.parseBoolean(L2JModSettings.getProperty("AnnounceHeroLogin", "False")); if (TVT_EVENT_PARTICIPATION_NPC_ID == 0) { Index: java/config/l2jmods.properties =================================================================== --- java/config/l2jmods.properties (revision 4092) +++ java/config/l2jmods.properties (working copy) @@ -132,3 +132,47 @@ # ex.: 1;2;3;4;5;6 # no ";" at the start or end TvTEventDoorsCloseOpenOnStartEnd = + +#--------------------------------------------------------------- +# Announce Hero Login - +#--------------------------------------------------------------- +# Announce Hero Name At Login +# This sctipt will announce when Hero login. +AnnounceHeroLogin = False Index: java/net/sf/l2j/gameserver/clientpackets/EnterWorld.java =================================================================== --- java/net/sf/l2j/gameserver/clientpackets/EnterWorld.java (revision 4092) +++ java/net/sf/l2j/gameserver/clientpackets/EnterWorld.java (working copy) @@ -174,6 +174,59 @@ engage(activeChar); notifyPartner(activeChar,activeChar.getPartnerId()); } + + + if (Config.ANNOUNCE_HERO_LOGIN) + { + if (activeChar.isHero()) + { + Announcements.getInstance().announceToAll("Hero: "+activeChar.getName()+" has been logged in."); + } + } + if (activeChar.getAllEffects() != null) { Tested and Working 100% Credits Me
  17. and setekh is grandma ;D
  18. my boy :P
  19. tits master is here
  20. Really bad from his side.I thought it was a trustful guy because you said he is PRO
×
×
  • 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..