Jump to content

sweetparanoid

Members
  • Posts

    459
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by sweetparanoid

  1. I Think Here Is The Problem.. case TRADE: if (Config.DEFAULT_TRADE_CHAT.equalsIgnoreCase("on") || (Config.DEFAULT_TRADE_CHAT.equalsIgnoreCase("gm") && activeChar .isGM())) if (!FloodProtector.getInstance().tryPerformAction( activeChar.getObjectId(), FloodProtector.PROTECTED_CHAT_TRADE)) { activeChar .sendMessage("Action failed. You can not speak so fast sorry!"); return; } { for (L2PcInstance player : L2World.getInstance() .getAllPlayers()) { player.sendPacket(cs); } } if (Config.DEFAULT_TRADE_CHAT.equalsIgnoreCase("limited")) { if (!FloodProtector.getInstance().tryPerformAction( activeChar.getObjectId(), FloodProtector.PROTECTED_CHAT_TRADE)) { activeChar .sendMessage("Action failed. You can not speak so fast sorry!"); return; } int region = MapRegionTable.getInstance().getMapRegion( activeChar.getX(), activeChar.getY()); for (L2PcInstance player : L2World.getInstance() .getAllPlayers()) { if (region == MapRegionTable.getInstance().getMapRegion( player.getX(), player.getY())) player.sendPacket(cs); } } break;
  2. Den Tha Eprepe Na Anevenoun Ta Adena Me To Spamm...
  3. Den Nomizo Na Ginete Oso Theleis....Den Einai Logiko Na Douleuei Me Oso Theleis...Sigoura Apo Ena Simeio Kai Meta Tha Vgazei Error..
  4. Hi, I Just Noticed That In My Pack Which Is Based On L2j-Interlude When Someone Speak In Trade Chat ( + ) It Duplicates What He Say... I just Put Flood Protection To See If It Block It ..But It Blocks Only The One..LOL ? Any Idea Why That Happen... ?
  5. Check That :> Look The Date That Post Created :D DreadBane
  6. Re Down PIgene Sto L2j SVn kai na katevaseis to mmocore apo kei alla to revision tou interlude m exei apantisei o interpid se ena analogo topic p eixe kanei sto english request section pane des to re file :D TSIBA EDW TN APANTISI
  7. File GuessWho...Prepei Na Einai Kapia Stadar Mhz Stn Karta..Allios Dn Tha Teraizei...
  8. I Can Decompile But Cant Compile Again With The Fix :D And Yes Ofc I Dont Know Java..Just Some Basics...i Am Still Young //care :P
  9. Look How Is My Code... That Is In Enterworld.java if (Config.CLAN_LEADER_COLOR_ENABLED) { if (activeChar.getClan() != null && activeChar.isClanLeader()&& activeChar.getClan().getLevel() >= Config.CLAN_LEVEL) activeChar.getAppearance().setNameColor(Config.CLAN_LEADER_COLOR); } And Config.. CLAN_LEADER_COLOR_ENABLED = Boolean.parseBoolean(L2JACDCSettings.getProperty("ClanLeaderEnable", "False")); CLAN_LEADER_COLOR = Integer.decode("0x"+ L2JACDCSettings.getProperty("ClanLeaderColor", "fa0fa0")); CLAN_LEVEL = Integer.decode("0x"+ L2JACDCSettings.getProperty("ClanLeaderColorAtClanLevel", "6")); So ...Can You See Any Problem On That Code? Cuz I Have Error In Console + Doesnt Work :D
  10. Hi...I Wanted Someone Who Can Work A Little My mmocore.jar Cuz I'm Not Used On That...Decompile etc... Its About Put That Fix For Noobish Error :P I Found It The SelectorThread.class on mmocore i edit it with one program and then...dunno what to do :D So...If Someone Can Spend Some Minutes To Help Me It Would Be Grate :D Thx In Advance...
  11. Ofc That Isnt Enough... It Depends On What FloodProtection System You make For Your Pack...
  12. Ston Diko Mou Int Server Einai Edw <skill id="2005" levels="1" name="Pollen"> <set name="power" val="[color=red]200.0[/color]"/> <set name="target" val="TARGET_SELF"/> <set name="skillType" val="MANAHEAL"/> <set name="operateType" val="OP_ACTIVE"/> <set name="castRange" val="-1"/> <set name="effectRange" val="-1"/> <set name="buffDuration" val="15000"/> <set name="isPotion" val="true"/> Apla Allazeis To Power File...
  13. Yes My Source Code Must Be "OK" I Am Good On That :D Damned About That Access Write I Cant F**** Fix It.... Damned.. Any Idea Except Format?
×
×
  • Create New...