Jump to content

Rootware

Legendary Member
  • Posts

    1,370
  • Credits

  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    100%

Everything posted by Rootware

  1. Thanks for idea.
  2. Just ignore this message and better delete it from sources. Otherwise you get an paranoya.
  3. Argumented argument.
  4. They want ... to evaluate this "miracle" in order to understand why is paying so much attention to it. This is the only reason for the hype around this sources. Correct me if i'm wrong.
  5. @xFranky i think Lucera isn't worth the attention he is given. This project was shared a lot of times and conceptual in core don't contains something unique from developer side. Usual L2J Server the epoch of 2006 year.
  6. What the Lucera you are talking? Lucera 1, Lucera 2 or Lucera 3?
  7. The display of this information is affected by this parameter in L2.INI. [URL] UseAuthUserData=True Thanks to me.
  8. For NO CUSTOMS project use L2OFF ONLY. No Lucera and L2J aswell.
  9. Ofc you are right if wasted time less than price. That's the main reason why i stopped develop Universal Login server base on Java language.
  10. Even if he will obfuscated? Just create a topic with guide how decompile and searching a lisence section. And how create fake project for building few changed classes and replacing their from target jar. P.S. For Java exists yGuard obfuscator. This enough for avoid any cracks but need perfect Java knowledge aswell. Ofc for L2J community it's useless.
  11. Ofc on Windows 7 your unpacked EXE will works like an charm. Windows 10 don't likes the old Themida's virtualization code. I tried pack all DDLs and EXE into new Themida version and all works correct. I just notify for all what unpacked L2.EXE don't enough for running GF on Windows 10 LTSC x64. That's all what wanted to say here.
  12. Windows 10 LTSC x64. L2.exe not enough for running.
  13. Make new condition or report if don't works existing.
  14. So, interface.xdat or interface.u?
  15. <cond msgId="9999999"> <player raceId="1" /> </cond> Something like this. All existing conditions you can find or add here.
  16. Not working on Windows 10 LTSC. Need also unpack Core.dll, Engine.dll and Nwindow.dll.
  17. Anybody have Gracia Final (Windows 10 ready) system folder for server from this share?
  18. Just find existing NPC and study how he implemented. This model use for your custom NPC. All hardcoded NPC instances the same one.
  19. Have you installed Microsoft Visual C++ 2005 Redistributable Package (x86)?
  20. Check configuration like StoreCharacterEffects in config files.
  21. aCis already have Tryskell Buffer NPC. Check 5000x IDs for spawn.
  22. Notepad.exe enough for editing this script file.
  23. Yes. You are L2J Dictator.
  24. Pointless to add check for not null, because condition throw up TRUE after first null check if object null. This will always throw up NullException for Fake Players. receiver.getClient().isDetached() The reason - client is null. if (receiver == null || (receiver.getClient() != null && receiver.getClient().isDetached() && !(receiver instanceof FakePlayer))) Something like this.
  25. Few years ago i wanted take L2J Frozen sources and make cleanup, update as much as possible with L2J Server and aCis. I thinked what it helps some people and refresh this project. But then I thought that it would be look like necrophilia. And stopped thinking about it. By the way, i don't understanding whi it was named as L2J Frozen 1.5 if officially he was restarted with project name L2J Frozen 2.0.
×
×
  • Create New...