Jump to content

Nightw0lf

Legendary Member
  • Posts

    3,029
  • Joined

  • Last visited

  • Days Won

    86
  • Feedback

    0%

Everything posted by Nightw0lf

  1. I don't know how you sell but it will be appropriate to add if you have a website some terms of use and privacy policy in order to sell digital goods so when somebody refunds via paypal you say with screen shots that the disputer got the money with proofs etc. and plus I recommend you to read the paypals new protection policy for sellers.
  2. you need a dedicated server for each region and then you have to connect them into a cloud database the only ping you will have is when you update/select/insert values into database, the more ping will be on the servers furthest of the cloud.
  3. σουρωτήρι τον κάνει
  4. έγινε.
  5. αν δεν το είπες σε αυτό το στύλ δεν σου μιλάει κανείς δεν ξέρω μπορεί να κάνω και λάθος, γιατί κάνει ανάποδο τσέκ στις if και τσεκάρει κάθε φορά λιγότερο "σε χρήση" conditions (since 2012) πρώτη φορά έκλαψα τόσο δυνατά
  6. N/A = not available
  7. with source code? :D
  8. δεν έχω eclipse για να σου πω που ακριβώς αλλά ψάξε στα αρχεία τις ολυμπιάδας gameserver.model.olympiad δες που κάνει register τους παίχτες και βάλε εκεί τον κώδικα με return;
  9. String ip1 = _playerOne.player.getClient().getConnection().getInetAddress().getHostAddress(); String ip2 = _playerTwo.player.getClient().getConnection().getInetAddress().getHostAddress(); if (ip1.equals(ip2)) { _playerOne.player.sendMessage("Game ended, your opponent has the same ip as you."); _playerTwo.player.sendMessage("Game ended, your opponent has the same ip as you."); //εδώ σταματάς το κώδικα } αυτό θες
  10. Το κάθε PC στο νετ έχει δικιά του IP για το τοπικό δίκτυο, στο ίντερνετ έχουν την ίδια. άρα εσύ και οι φίλοι σου είχατε ίδια IP στο σέρβερ μήπως αναφέρεσαι στα πόσα παράθυρα θες να έχεις ανοιχτά (Dual Box);
  11. έλα να μαλώσουμε ΒΛΑΚΑ ε ΒΛΑΚΑ αχχααχαχαχαχχαχαχαχ
  12. έπρεπε να γράψω ότι δεν έχω κάτι με τον Anarchy ξέχασα όλοι οι μυγιάγγιχτοι είναι εδώ, spam section το δικό σου πρόβλημα πιο είναι;
  13. https://pastebin.com/QqY6LGWV πηγή δημιουργίας NPE.
  14. μόνο εγώ είδα ότι στο default δεν έχει καν break;
  15. My bad I thought it was obvious, in that case as designatix said, you have to create the file cause the code can't find it and you get the error, or disable the feature that makes auto class in configs (maybe its name is remote class change) if you can't create the htm file.
  16. reading the error was faster than posting the issue Dialog not found: mods/pvpcharacterintro/classChange.htm; make it so it can be found
  17. You can leave a comment in the forum or in assembla commit, this topic is only for updates, and news, you should know that.
  18. well the forum is a bit outdated i think it will be fixed soon.
  19. you should post the new changes at share section for the updated code cause people will need this in future
  20. well since its acis and you try to add auto pots the code needs rework, new Runnable now is ()->{ code } you need to change your code, you need to pay @Kara` obviously.
  21. ThreadPool.getInstance()
  22. we are talking about acis? did not check but for example frozen? those are most used projects
  23. Reading API of topzone/hopzone and possibly l2network will need just to make your code to post actual IP of player on their API and get the result (true/false) if player has voted, its easy as it sounds, first check their API's then try to get the result by posting your player's IP and if you get errors just ask in help section, they also provide free ready codes, you don't have to pay anyone for this.
×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..