Jump to content

nikpappa

Members
  • Posts

    98
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by nikpappa

  1. Find player's queued skills in character (or creature) class and see what's going on there.
  2. For just 4 euros per hour, you won't find a very experienced Java developer. You will either have to pay more or accept someone without much experience.
  3. Java developers on this forum are so selfish, arrogant, and constantly trying to shittalk each other. However, almost everyone says that communication and being collective is the key to becoming a better programmer.
  4. Is that because all clients of l2 are made in the same version of unreal?
  5. How do the performances of different clients compare? For example, is the classic better than the GF-H5 in terms of frame drop and smoothness? Is there any difference in graphics that makes one lighter than the other?
  6. What makes this wrong in the first place? I find it more concerning that L2Trinity staff do not want to have an encrypted database for accounts.
  7. A server had an Adam Sandler skin, which I thought was a neat feature
  8. Rewrite your for loops in c style, benchmark to see if dividing the list of players that being broadcasted a spell, for example, in smaller segments and sending packets in different threads is faster. Choose servers that provide NVMe SSDs. I would also consider not sending a packet to certain players if the number of players that it needs to be broadcasted is greater than X, yes you will have players watching some other players pvping without moving, but the gain of performance will be significant.
  9. It works everywhere cause your ifs are bad This is the correct way
  10. How many times do I have to repeat my self? This is the last time I am saying this, he can't and shouldn't be allowed to sell free source more so stolen, as his "custom edits", this is outrageous.
  11. Well, that's why this topic shouldn't be cleaned, I already answered that before. These "custom shits" you speak of are either literally stolen (since class paths were leaked) or free source.
  12. I don't think you understood what he said. You indeed need a good administrator team in order to have a successful server no matter your java skills or admin skills, you could be the best at both but if you don't have the man power then your server is doomed.
  13. So if you want to change the clutch enchant you go to L2Item.java from there search the method getClutchEnchantLevel. In your case you just need to change this to return 11;
  14. for this you need to have access to the source
  15. First you open heidiSQL (or what ever program) then you go to armorsets or in some cases your armor set may be in custom_armorsets table, in there you will search this every armor set has an ID for a skill that players receive when they enchant their armor to a certain number. Afterward, you just search for the particular skill in your xml files and edit it.
  16. I do not have to benchmark anything, there are already tones of benchmark examples online. If you got these results, then your code was not correct. This is drama, I never spoke in a bad way, I just expressed my opinion.
  17. I would avoid streams, even though they make your code look more compact they are lots of times slower than regular iterations
  18. wow just crazy beautiful weapons, great share once again !!!
×
×
  • Create New...