Jump to content

Zoey76

Members
  • Posts

    280
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Zoey76

  1. https://sourceforge.net/projects/l2j/files/l2j/
  2. That's weird I remember nBd's skype a little different :dat:
  3. @Intrepid, just don't do it, you'll waste your time and get bored and drop another thing in your life, because coding requires time and passion and if you "miss coding" that means you are not passionate enough to do it often not to miss it. About the bogus information you are giving about L2J project, I'd invite you to check the trac and the code, but you guys are too pro to waste time on that, so I'll make it short and tell you that we don't make "temp fixes", we are the only team, coding publicly, that makes complete reworks of stuff that is working wrong or it's implementation is not good, based on real retail information. Another thing is that I completely banned the use of data leaked from forks, and discourage the use of code from public forks, so those that dare to say that we copy them, are laying their asses off. P.S. About Javolution faster than Java implementations benchmark it today and let me know: http://www.techempower.com/blog/2013/03/26/everything-about-java-8/ Last but not least, when I joined the team I banned the private sources at L2J and the only code done and shared is on SVN, for everyone and for free.
  4. "3. Working tauti skills, items and mobs stats (within reason - nobody is expecting for everything to work)." Unless someone steal this from a project and try to sell it here, that requires a lot of work, unless you pay for custom shit.
  5. HEY! I wanted to sell that... dammit! You are too kind, I was 6-7 years old coding in C and the code was better that such code, and that was looong time ago :D
  6. Well you are totally wrong, I give everything I do for free and don't keep anything, I don't have a server and I don't work for servers. There is no secret code shared between developers, there is no secret svns, all we do is for free, for all. If you can't see that L2J is a real open source project, then you should expend some time in our forums, maybe you can learn a thing or two. I not only work at L2J as main project, but also help projects with good open source spirit such as L2JFrozen. I don't expect you to check trac but you will see we added hundred of missing features retail like. And when I'm joking about your code, I also know you help others. It's just that seeing "professional" in the title was too much for others who expend time trying to improve their skills and give the best for free. Finally, I'm glad that you say that you are better now, you didn't set the bar too high :D
  7. Actually I believe you don't see the real beauty here: Really short import list (3 or 4 imports per class), huge improvement when you try to compile code. Proper management of connection close: if (con != null) if (localThrowable2 != null) try { con.close(); } catch (Throwable x2) { localThrowable2.addSuppressed(x2); } else con.close(); All static data saved in database for easy modifications. Duplicated code that improves readability and maintenance. Declaration of mutators, but no use for them all fields are public. No use of complex code, interfaces, abstract classes, polymorphism, iterations, nothing but assign and variable declarations pretty much. All is static, no time for instantiation.
  8. Well how much would you pay a professional developer to do this? I know a few that helped me, I can recommend them.
  9. Lies! Very good skilled awesome friendly funny cool smart sexy developer.
  10. I had a good laugh about the custom title. I'd do it like this: newChar.setTitle(Config.START_TITLE); Where Config.START_TITLE is empty String as default and you could drop the useless boolean Config.ALLOW_START_TITLE Although, not sure, but if you don't set something it may be null and you would get NPEs around the code, if you keep the Config.ALLOW_START_TITLE then you should set an empty String before, not in an else clause. Have fun!
  11. You will have Goddess of Destruction server for free once we release it. ^_^
  12. I fun to see that most of the work is synch from my work, even Javadocs! I guess if we stop committing it will die like a plant with no water.
  13. Not to mention this is L2J development area, where J stand for Java :D
  14. Why would you say that? Eclipse is a great tool for developers and it's free!
  15. I will corect you. Its him or his, dunno what you wanna say, not he. Its because, not becouse. Its lose, not lost. Its need to fix, not need fix. Sent from my GT-S5360 It's correct not "corect". And it's It's not "Its". Finally it's "him" in both places where he used "he". ...
  16. I don't care if for you Frozen is a fail, the fact that he requested an Scoria pack and I suggested Frozen is because Frozen is based on it and in active development. If you don't have anything positive to say why do you even hit the reply button?
  17. Go Frozen http://www.l2jfrozen.com/index.php
  18. Is funny to see a inner war in aCis and people still ahve time to say that Frozen is shit. Just to clear some ideas (that might got wrong) L2J doesn't have problems with any fork right now, we don't use anything from closed source forks, except if they share to our devs or in our forums. Tryskell keep up the good work, leakers mostly don't have the skills to get something like your project and make it better, it will probably get a lot worse.
  19. I guess that was the only update that you could actually understand what was changed :D
×
×
  • Create New...