Jump to content

Alexi

Members
  • Posts

    683
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Alexi

  1. Did you change the original htm's to your custom quest ? if event == "30001-03.htm"
  2. OP Design , thanks for sharing. Also check your pms
  3. I was looking for something like this , thanks!!!
  4. Hello guys , i would like some help here please. I'm working on 350rev acis pack and today i implemented masterio's pvp rank system into it , it's working except from one problem!!! Some tables won't get their data stored on shutdown or restart and i will get an error when the scheduled table update is running. Note : this "pvp system" needs javolution , so i installed the jar via eclipse , *i took javolution from l2j server hi5* L2DatabaseFactory.java public Connection getConnection() { Connection con = null; while (con == null) { try { Line 142 con = _source.getConnection(); } catch (SQLException e) { _log.warning("L2DatabaseFactory: getConnection() failed, trying again " + e); } } return con; } PvpTable.java public int[] updateDB() { int[] result = {0, 0, 0}; int insertCount = 0; // count of insert queries int updateCount = 0; // count of update queries Connection con = null; Statement statement = null; try { Line 362 con = L2DatabaseFactory.getInstance().getConnection(); statement = con.createStatement(); Shutdown.java // Rank PvP System by Masterio: if (RankPvpSystemConfig.RANK_PVP_SYSTEM_ENABLED) { Line 225 int[] up = PvpTable.getInstance().updateDB(); if(up[0] == 0) { _log.info("PvpTable: Data saved ["+up[1]+" inserts and "+up[2]+" updates]."); } } Shutdown.java // shutdown: send warnings and then call exit to start shutdown sequence countdown(); switch (_shutdownMode) { case GM_SHUTDOWN: SingletonHolder._instance.setMode(GM_SHUTDOWN); SingletonHolder._instance.run(); System.exit(0); break; case GM_RESTART: SingletonHolder._instance.setMode(GM_RESTART); Line 277 SingletonHolder._instance.run(); System.exit(2); break; } Edit : This error appeared in console 3-4 minutes later. Any suggestions ?
  5. A nice simple detailed map , loved it already!!!! Thanks for sharing it.
  6. This sounds interesting and i'm looking forward to it. In addition you could also add a "Smartphone section" which could include android/ios development , custom rom flash , upgrades etc.
  7. Still it's a good share , good job!!
  8. Hello guys , i would like to know how these configs are "working" with each other. Also how can i modify the chance to get a skill on High LS and Top LS ? e.g. High LS 10% and Top LS 20% Note : L2JHellas pack
  9. ERROR SpawnTable Duplicate entry '4755' for key 'PRIMARY' You already have a spawnlist with this id in your spawnlist table , if you tried to add something just change the id.
  10. It's not mine but thank you miss :P
  11. Pretty useful , well done and thanks for sharing it.
  12. Well i tested it and it's not hard nor bad , you just need brain and a party to farm :P True indeed , really annooying
  13. What's the point of an easy server!!! I thought it was 20 FA.
  14. Καλησπερα στην παρεα :D
  15. Well i'm a little anxious to see the result :P Thanks anyway!
  16. That's your opinion! I don't know , it's not my server!!!
  17. Like SweeTs said Go to Config/Functions and open l2jfrozen.properties and find this line Edit : Damn Spirako xD
  18. @SweeTs don't you need at least a Cpu with high frequency front side bus ? How can you know that mate ? i mean , what is your source of such information ? Just curious
  19. Really awesome theme Btw , is that Graves in the bottom right corner ? xD
×
×
  • Create New...