Jump to content

xxdem

Members
  • Posts

    1,644
  • Joined

  • Last visited

  • Days Won

    8
  • Feedback

    0%

Everything posted by xxdem

  1. you dont even know what that is :D
  2. None, my custom instance world manages it @Override public boolean onReconnect(final L2PcInstance player) { final PlayerDriver playerDriver = getPlayerDriver(player); if (playerDriver == null || playerDriver.getEventAFKSeconds() > 200) { player.sendMessage("You have been kicked from this event for being inactive for more than 3 minutes."); IWorld.resetKnown(player); return false; } playerInject(player); return true; }
  3. So much overhead for few calculations
  4. Here's some aepvpengine magic to help yourself refer to the processRewards method
  5. afaik postgre is not pure rdbms
  6. at the moment he is googling for the proper benchmark images that MariaDB gets outperformed by that MS crap :gtfo:
  7. Codecrash is ignorant enough to deny that MariaDB is the best rdbms, don't waste your time
  8. Now this is a good example of a shitcode... Your code is broken in many ways && has priority over || even if && is on the right end side. That means that "target.isInsideZone(ZoneId.SIEGE) && " is executed first canceling the last zone check and then killing itself. Now here is your code the way that a proper developer would code it: if ((target instanceof L2PcInstance || target.isInsideZone(ZoneId.ZONE_BOSS | ZoneId.ZONE_FLAG | ZoneId.SIEGE)) && target.getActingPlayer().getPvpFlag() > 0 && target.getActingPlayer().getKarma() > 0) Now that is your code but properly written, I don't know if its logic is correct I just cleaned the shit you coded. So I believe you got today's lesson, stop judging others if you are not better, because someone better will come and throw your jokes on you
  9. You're trying to help saying "100 lines of shitcode" When you cry like an emo-whore at least do it with proper arguments
  10. he is pro, he can magically turn 100 lines of shitcode to 1 line of legit check with his zero non-existing knowledge
  11. says alot about how much I appreciate the forum and its members "lol'd"
  12. lol'd at the pros "judging"
  13. packet.setSpeed(0); //set latency Forum's clown, zero knowledge
  14. Ignore the retard, its not bad quality its just the Ambient Light not rendered right
  15. This one sounds so butthurt, try harder next time
  16. Didn't read, not wasting my time with benchmarks
  17. Don't give me benchmarks, don't make me say for a 3rd time that I REALLY know that there are cases that one language outperforms the other even if they are on the same level... C# is greatly favored over Java because C# runs on its home platform, the windows and its specially optimized for it. Now try some Linux benchmark, Java can still be slower on some cases but not on the same ratio it does on WIN.
  18. Nice shitstorm, if you say anywhere that Java or any "Java" is leaching features programmers are gonna laugh at you. Java follows a simple and elegant design pattern, the developers and designers behind it want a straight-forward language with not many features/eye candies yet capable of implementing solutions for very complex problems. As I said before, features and performance may be sacrificed for the sake of the language's policy but I am pretty sure you didn't get that. C# is very huge compared to Java, yet Java can do anything C# can, I am not gonna keep up arguing this, its gonna be like NVIDIA vs AMD conv. About .NET CORE, I don't know what this is and I am not gonna google search this, if I want native code I will choose WIN32 C/C++ and I'm probably even gonna deliver faster than some .NET CORE wannabe. Probably .NET CORE packs a minimal and light VM into the executable or on the .NET libraries that come with windows updates and has real time hotspot. Same things exist for Java since ages and they suck, java was never meant to run on metal, the guys behind Java are C programmers.
  19. I am not afraid to say that I don't give a single shit for this corrupted wanna-be country thats inhabited by trash like you that makes me and my kin move into other countries.
  20. Reading his replies makes you even more retard, that being is a disgrace
  21. I will give you a steak, even if it looks legit I will tell you that its 2 years old, then I dare you eat it. My trick will work, even if you eat it the pleasure won't be the same
  22. You pest shouldn't have an opinion
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock