Jump to content

Versus

Legendary Member
  • Posts

    3,947
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Versus

  1. Result: 2334 days Or 6 years, 4 months, 19 days including the end date
  2. Για να μειώσεις το power των skills, κοιτάς αυτό εδώ: <set name="power" val="#power"/> στην προκειμένη περίπτωση το power ορίζεται από το table power (:D) <table name="#power"> όπου σου δείχνει τη δύναμη του skill ανά level. Πράγμα που σημαίνει ότι αν αλλάξεις την πρώτη τιμή πχ, αλλάζει το power του skill στο lvl1.
  3. Παρακαλώ :) απλά βάλτο answered δεν χρειάζεται lock.
  4. Seriously, don't even wait an answer from kadar. Something must be done with hopzone's administration, has been like that for ages. It's like, the worst ^^
  5. Insert the values manually, obviously, there's a difference between your table structure and that SQL script.
  6. Το /time σου δίνει την in-game ώρα και όχι την πραγματική. Siege/oly τρέχουν με βάση την ώρα του pc σου.
  7. Why do you require knowledge of H5 client? Won't you be asking all the features the way you want it? Or balance changes whatsoever.
  8. Μόνο αν υπάρχει config για να το απανεργοποιήσεις. Διαφορετικά θες source.
  9. Μπορείς πάντα να κάνεις search.. http://www.maxcheaters.com/topic/79496-sharedont-remove-buffs-on-death/
  10. I think it's bad implementation of latest L2J mmocore to esios pack or acis, not so sure, since i never got really into these packs. With default settings there shouldn't be absolutely any problem, i was running my Interlude server for years using the exact same setup.
  11. Source -> gameserver/handler/voicedcommandhandlers/OnlinePlayers.java (το αρχείο μπορεί να έχει διαφορετική ονομασία, προφανώς)
  12. Open TvT.java and search for addItem(), below that, add another addItem() method with whatever you wish.
  13. Here you go: ThreadPoolManager.getInstance().scheduleGeneral(new Task(), 7200000); You can change the time here, in milliseconds.
  14. There shouldn't be an issue there, obviously the original authors of this pack knew about this and added the catch (StackOverflowError). The only way to resolve this, is by checking all the calls of this method (infinite recursive calls are most likely the issue to this problem).
  15. This is an outstanding work, kudos to the developers! I hope you'll get the balance right and no worries, nobody expects it to be balanced since day one. L2Pride should be terrified by your arrival.
  16. Yeah, i was at work this morning, without looking at source and seeing this thoroughly, i remembered that at old L2J revs Throwable was used everywhere, so i recommended him to change that (which he should nevertheless). Stack overflows are usually caused by bad recursive calls. Most likely, a recursive call without a proper termination condition. @OP we can't help you much here, we'd need sources in order to provide further help.
  17. No problem. Didn't notice you asked something else till today, the answer is rather simple, i can't access source right now, so i'll post an example: if (player.getInventory().getItemById(1234) != null) player.setAccessLvl(1); PS: This is merely an example, without checking source, methods should exist, at least, almost like that, don't forget you also need to check count and delete the item from player's inventory (not sure if you need this). If you need more help let me know.
  18. I'm not familiar with esios pack, but seems to me you are getting an error, you don't necessarily need. Most likely this is due to L2J's outdated way of using catch(Throwable t), that's almost never wanted, you want to catch specific exceptions and not generally everything - that should be the case only to the very top of a thread. Go to L2Character.java at NotifyAiTask class and replace catch (Throwable t) { _log.log(Level.WARNING, "", t); } with catch (Exception e) { _log.log(Level.WARNING, "", e); }
  19. I've provided the solution before. Simply, go top getVotes() method and replace the code below //for top-zone with mine. Note: remove try {} and replace 'votes' with 'return'.
  20. Check 177 line, you have a mistake there. Nice try, but like people already mentioned, a pretty simple L2Net script can disable your captcha in seconds.. you need to find a better way for the images.
  21. Yeah, lameguard can do that :D Just pm anath3ma, with a small paysafe, i'm sure he'll be able to assist you.
  22. Το φιλαράκι λέει την gevey, η οποία δούλευε τέλεια σε ένα αγγλικό 4αρι που είχα παλιά, τώρα τι παίζει με τα 4s και τις νέες εκδόσεις iOS δε ξέρω.. αλλά γιατί δε ψάχνεις λίγο στο ίντερνετ πρωτού κάνεις την αγορά;
×
×
  • Create New...