Jump to content

Sdw

Members
  • Posts

    1,142
  • Joined

  • Last visited

  • Days Won

    4
  • Feedback

    0%

Everything posted by Sdw

  1. That should let you play, fucking gameguard :D
  2. I like that e-penis shit so much, damn I've been discovered.
  3. Wrong client, free version only supports Infinite Odyssey Underground.
  4. You didn't run l2 the proper way : I told you to type : start L2.bin IP=localhost You pass the IP or hostname as L2.bin parameter so it points to a proper location.
  5. In cmd in system folder as admin : start L2.bin IP=localhost
  6. Relation, please ?
  7. 1. You miss a file in xsd folder most likely https://bitbucket.org/UnAfraid/l2junity/src/87ed34295388cda7935e63cfaa641242cb465e6c/l2junity-gameserver/dist/game/data/xsd/SecondaryAuth.xsd?at=master&fileviewer=file-view-default You can boot without it though 2. Port 7777 already in use
  8. Naaaah you sell shit
  9. 1 and 2 are just warning. For 1 it's specially nothing to do. 2 it was our config shit which sucked, check for case typo. For 3, it will be auto gen For 4, your datapack root path is fucked up. You miss \game\ in path before data.
  10. Learn xpath and stop whining rofl
  11. You can't write a generic db for l2j drop, each pack use a broken drop logic, except a few which reuse retail logic
  12. Well that's how I interpreted your well played.
  13. Yet, when you say things such as "Good job owning him", make sure you understand properly what you just read. 2 people arguing might be right, or wrong at the same time.
  14. Yeah I hate those util class as well. Just it's not the purpose of interface static method but as I said it works great that way and can understand why you did it.
  15. I wouldn't have done it the way he did as it doesn't meet my standard (static method would be to disallow override bad impl eg), yet that's works as well and shouldn't be blamed. It's just for arguing really.
  16. That's when people that don't understand shit enter a debate
  17. I never said it was the best way to do it :D
  18. protected int getWinnerTeam() { final EventTeam team = teams.values().stream().sorted(Comparator.comparing(EventTeam::getScore).reversed()).findFirst().orElse(null); return team == null ? 0 : team.getId(); } Exact same broken getWinnerTeam logic to java.
  19. He doesn't have spawn it's said in topic description
  20. Change button.css or button.sass and store it as you like
  21. Yeah, it's a single line method :/
  22. damage_range={0?;0?;radius;angle}
  23. Or you can learn something and port the code. Time to read some Javadoc !
  24. Try another target instanceof L2PcInstance
×
×
  • 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