Jump to content

l2fire

Members
  • Posts

    87
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by l2fire

  1. Show NPC Crest LS/Scrolls Stackable Automatic restart Hide&Seek Event Clan Reputation Custom Item Custom PvP Zone NewCharBuffs Siege PvP Reward System Pin System Captcha System Quiz Event all customs which i have added
  2. So answer to me . Where i can check .
  3. Nu gal ir issipres problemos bet dabar neleidzia paprastam zaidejui y baium zona nueit :) del to ir reikia ai loaderiu sutvarkyy
  4. Where i can check it ?
  5. In this line (141) show if baim dead . Idk where is problem
  6. http://www.part.lt/img/3c4d948465a25fd7ab1db3d76a671c41526.jpg Help me .
  7. I tried fix it a few days. When i write in this forum, i dont know HOW but i fix it ... LOCK Please. Sorry for my topics.
  8. Hello, i have added multifuncion zone from this site. Everything is fine, but when player die inside zone (multifuncion) then he deflag after ~30 seconds. Multifuncion .java public void onDieInside(final L2Character character) { if (character instanceof L2PcInstance) { final L2PcInstance activeChar = ((L2PcInstance) character); activeChar.updatePvPFlag(1); L2PcInstance.java public boolean doDie(final L2Character killer) { if (isInsideZone(ZONE_MULTIFUNCTION)) { updatePvPFlag(1); } public void updatePvPStatus() { if ((TvT.is_started() && _inEventTvT) || (CTF.is_started() && _inEventCTF) || (DM.is_started() && _inEventDM) || (VIP._started && _inEventVIP)) return; if (isInsideZone(ZONE_PVP)) return; if (isInsideZone(ZONE_MULTIFUNCTION)) { updatePvPFlag(1); } setPvpFlagLasts(System.currentTimeMillis() + Config.PVP_NORMAL_TIME); if (getPvpFlag() == 0) { startPvPFlag(); } } public void updatePvPStatus(final L2Character target) { L2PcInstance player_target = null; if (isInsideZone(ZONE_MULTIFUNCTION) || player_target.isInsideZone(ZONE_MULTIFUNCTION)) { updatePvPFlag(1); } L2Character.java public boolean doDie(final L2Character killer) { if (this instanceof L2PcInstance) { final L2PcInstance player = (L2PcInstance) this; if (player.isInsideZone(ZONE_MULTIFUNCTION)) { updatePvPFlag(1); } pack: l2jfrozen
  9. FIXED. Lock topic, please.
  10. Hello, i have added this B1gbooss Hide&seek event. Code added without any errors, but event isn't start i dont know why.. this is global_task.sql INSERT INTO `global_tasks` VALUES ('6', 'jython', 'TYPE_FIXED_SHEDULED', '0', '1000', '2000', 'has.py'); there is has.py data/scripts/cron import sys from com.l2jfrozen.gameserver.model.entity.event import HideAndSeek HideAndSeek.start() When try add HideAndSeek.start(); in gameserver.java i get message Starting Hide And Seek event! and after this text show console don't loading till the finish. this is start function from hideandseek.java public static void start() throws InterruptedException, IOException { long regPeriod = Config.HAS_REGPERIOD * 60 * 1000; long gamePeriod = Config.HAS_GAMETIME * 60 * 1000; long startRegTime = System.currentTimeMillis(); int delay; Announcements.getInstance().announceToAll(REG_ANNOUNCE); setIsRegistering(true); System.out.println("Starting Hide And Seek event!"); spawnRegisterNpc(); while (startRegTime + regPeriod > System.currentTimeMillis()) { delay = (int) ((startRegTime + regPeriod) - System.currentTimeMillis()); short inSec = (short) (delay / 1000); if (Config.HAS_REGPERIOD > 10) { while (delay > 599000) { for (int i = 0; i < regPeriod - delay; i = i + 180000) { Announcements.getInstance().announceToAll("Hide & Seek: " + ((i - regPeriod) / 1000) / 60 + " mins left to join the event"); Thread.sleep(1000); } } }
  11. Thank you. I'll try.
  12. nothing good about RIPED site.
  13. Yes, i tried it. A lot of mxc website (html's) link's is dead. And try to use google too..
  14. Hello, maybe anyone can let me know from where i can get html website for lineage 2 server? :D
  15. Thanks everyone, i fixed this :)
  16. Than you very much. First time when i hear something about this "hack" :D It's rly very easy .
  17. from where i can know which animations and textures i need?
  18. Interlude
  19. Hello, i can't find working armors in this siste: Dynasty and Epic Armor And looking for dynasty weapon and icarus. Who can help me
  20. Hello, maybe someone know why i got those errors? In which different calls i can change? http://www.part.lt/perziura/acbfcb56efb59791cc63a62360d947cb911.jpg pack : l2jfrozen
  21. Any one know what's the problem ? :( Photo
  22. thank u, i will try it. :)))
  23. Hello everyone, from where i can get full SQL Server 2008 managment studio server? I didn't found in google..
  24. I know this codes, but i can't make a nice html, and teleport by one click. e.x. LvL Up zone u press and going teleport. But now u press and u going in other window to select your teleport location ...
×
×
  • 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