Jump to content

xdem

Members
  • Posts

    4,142
  • Credits

  • Joined

  • Last visited

  • Days Won

    40
  • Feedback

    0%

Everything posted by xdem

  1. kernel mode is scary because it can do things at full privilege without the user's knowledge globally on your hardware. usermode has certain limitations and to do things that kernel mode can the api has to be accessed which goes through several security layers given the users notice. kernel mode bypasses all this, so I don't agree with what you are saying about the destructive capacity of each mode
  2. its easy to be the clown and you are doing it really well ! I got to admin that. Aside the trashtalking, let the techical things for the people that actually know their shit given their hard work and experience. There are many other topics on this forum where you can play the clown and nobody including me is going to ruin your experience
  3. I completely doubt that legimetely getting EV is the only possible way to distribute a driver for windows
  4. what is the performance impact on an unhandled switch-case enum ? - none what is the performance impact on an unused variable ? - none what is the performance impact on an unclosed connection ? - none closes when gets out of scope Java developers know that Java is also written by retards, so internally 99% of your shit is cleaned up by them on compile or even JIT level. Warnings help keeping the source code clean on the project's prespective, and are just warnings and nowhere near to something that trully impacts and drives performance. (There are other tools that do that) Now, @iTopZ you are totally irrelevant to me, I don't know who you are and by what means you hate me, but your just wasting your time going aggressive to me totally unprovoked because an irrelevant can't change my opinion or my feelings. Cheers
  5. thats because I can't bring my IQ so low to have a convo with you, I will try harder next time, takes effort to communicate with a retard who doesn't know what his talking about
  6. you can make anything appear as a warning via Eclipse settings, what kind of clown are you ?
  7. warnings don't necessarily mean leaks/bad performance idiots :D
  8. I can't see any correlation between DDoS and the server files except if you are talking about a L7 flood which must be a joke from you or am I missing something ?
  9. you are known for your cheap codes, I am known for my legendary codes. I don't even need to change the opinion of someone far behind me cheers mate
  10. everything is based on l2jserver. l2jserver has codes contributed by hundrends of devs. l2jserver is owned by trolls the recent years but they still can't claim it because its the work of the community and not just the hundrends of the developers but by the thousand contributors including players. Your mind is too narrow to talk with me, so keep believing whatever you say I am out.
  11. they use a leeched version, their fixes/updates are direct leeches of newer Mobius version, how can they be better are you retarded?
  12. Are you for real ? This is a leech fork from Mobius
  13. can't take a nobody's trashtalk as an insult. sorry
  14. sinxaritiria exeis 10-15 euro mpravo kai eis anwtera! afth tin malakia eixes na grapseis anti na peis ena efxaristw pou ekatsa kai sou edwsa to 99% tis douleias?
  15. public void broadcastToParty(final IClientOutgoingPacket[] gsp) alakse to se public void broadcastToParty(final IClientOutgoingPacket ... gsp)
  16. L2Party.java create a method broadcastToParty public void broadcastToParty(final GameServerpacket gsp) { for (final var member : getPartyMembers()) { member.sendPacket(gsp); } } L2PcInstance create a method broadcastToMyParty public void broadcastToMyParty(final GameServerPacket gsp) { final var party = getParty(); if (party != null) party.broadcastToParty(gsp); else sendPacket(gsp); } L2SkillTemplate.java create method isPartyBroadcast final boolean _partyBroadcast; constructor: _partyBroadcast = set.getBoolean("PartyBroadcast", false); getter public boolean isPartyBroadcast() { return _partyBroadcast; } L2Character.java find this (more than one) broadcastPacket(new MagicSkillUse(...)); change it to if (skill.isPartyBroadcast()) broadcastToMyParty(new MagicSkillUse(...)); else broadcastPacket(new MagicSkillUse(...)); PS: No need to thank me, please don't talk shit about me next time Cheers
  17. check isAutoAttackable method, use the debugger
  18. pwpw den peftoun me tipota
  19. an me ksana peis clown tha kanw ddos to fabricacafe.info
  20. Relic season 5 in less than a year... lets goooo clown
  21. if you want the good old dream, come join L2 Legacy beta and help us open the server faster, but I guess all you want is to make some money out of a 1 week server with bots and shit ?
  22. ask yourself if mobius isn't, then what is ? If you come back with no answer go back to your corner and cry when gods enter the topic discussion talking facts.
  23. I designed and promoted L2 Legacy just to shut down retards like you who harm my community. Please stop re-opening your trash we had enough of it
×
×
  • 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