Jump to content

TreVor

Premium Member
  • Posts

    312
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by TreVor

  1. FATAL: Failed to open server socket. Reason: Address already in use Address already in use ----------------------------------------------------=[ Under SIGTERM process ] ThreadPool: Shutting down.
  2. Hello, I have a very big problem. This problem does not allow the server to start and if the server starts it will restart it automatically. What's the problem ? Exception in a Runnable execution:java.lang.IndexOutOfBoundsException: Index 1 out of bounds for length 1 java.lang.IndexOutOfBoundsException: Index 1 out of bounds for length 1 at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64) at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70) at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:248) at java.base/java.util.Objects.checkIndex(Objects.java:372) at java.base/java.util.ArrayList.remove(ArrayList.java:535) at net.sf.l2j.gameserver.eola.eventengine.EventManager.scheduleNextEvent(EventManager.java:74) at net.sf.l2j.gameserver.eola.eventengine.AbstractEvent.cleanUp(AbstractEvent.java:395) at net.sf.l2j.gameserver.eola.eventengine.AbstractEvent.abort(AbstractEvent.java:194) at net.sf.l2j.gameserver.eola.eventengine.events.DM.start(DM.java:55) at net.sf.l2j.gameserver.eola.eventengine.events.DM.lambda$run$0(DM.java:47) at net.sf.l2j.commons.concurrent.ThreadPool$TaskWrapper.run(ThreadPool.java:252) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834)
  3. topic //solved
  4. Yes its ok , and where i search all on my files .
  5. Hello all i have a problem on critical error. After use npc custom or not custom have crt error. History: FMallocWindows::Malloc <- NCHtmlFrame::CreateTableFrame <- NCHtmlFrame::LoadHtml <- NCHtmlTable::CreateFrame <- NCHtmlTable::LoadHtml <- NCHtmlFrame::CreateTableFrame <- NCHtmlFrame::LoadHtml <- NCHtmlViewer::AnalyzeHtml <- NCHtmlViewer::LoadHtmlFormString <- NCNPCHtmlViewer::LoadHtml <- NConsoleWnd::ReceiveHtmlMessage <- UGameEngine::OnNpcHtmlMessage <- UNetworkHandler::Tick <- Function Name=NpcHtmlMessageP <- UGameEngine::Tick <- UpdateWorld <- MainLoop
  6. The thing is that the project has the hwid method. And that blocks me. I also need someone who can remove it and make it work.
  7. Hello, I am looking for someone who can clear purchased files from mods that I do not want. Such as security etc. I would like to receive a private message from people who want to help me.
  8. Yes need more infos and price.
  9. Hellq guys , i find a this code on auto flag zone? Who can help
  10. On this method add to this Code and work? player.updatePvPStatus(); }
  11. Hello all i make a code for auto flag on attack mob rb etc... and this work only on attack melee , and my question how to make a code for give flag on all attack melee skill summon etc? // custom pvp flag if (target instanceof L2MonsterInstance &&((L2MonsterInstance) target).getNpcId() == 202020) { setPvpFlagLasts(System.currentTimeMillis() + Config.PVP_NORMAL_TIME); if (getPvpFlag() == 0) { startPvPFlag(); } return; }
  12. Who can help me ? Bump
  13. What is the method?a this is problem
  14. bump who can help me?
  15. Server its ok low online and more pvp
  16. Hello all i make a code for auto flag on attack mob rb etc... and this work only on attack melee , and my question how to make a code for give flag on all attack melee skill summon etc? // custom pvp flag if (target instanceof L2MonsterInstance &&((L2MonsterInstance) target).getNpcId() == 202020) { setPvpFlagLasts(System.currentTimeMillis() + Config.PVP_NORMAL_TIME); if (getPvpFlag() == 0) { startPvPFlag(); } return; }
  17. yes its now ok join to server
  18. Open tomorow at central european time ? Online on start ?
  19. Yeah its ok // locked
  20. Hello i added anti buff shield use this add on client side and dont work only , dont add to my skills. What a problem ?
  21. Items consume etc and dont give access lvl to character i checka this.
×
×
  • Create New...