Jump to content

Rootware

Legendary Member
  • Posts

    1,370
  • Credits

  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    100%

Everything posted by Rootware

  1. The price of work on decompilation will be at least not cheaper than the cost of the server itself from the developer. Do you really want it? This is not 20-30 classes. it's thousands classes for requires for normalization of code.
  2. Hello fellas. Anybody had the same problem with running Lineage 2 client in notebooks with Intel integrated graphics like this? If press OK in this window then client continues to start and after works fine. But how to fix this error i did not found the solution. What i did: Installed DirectX via Microsoft Web installer (nothing chages); Installed Acer VGA drivers from official site (nothing changes); Installed official Intel VGA chipset drivers for Intel Graphics 505 (nothing changes); Checked dxdiag properties (all features is enable). This happens with any Lineage 2 clients up to High Five. The newest didn't checked, but sure what will the same behavior. Will glad for any helps from you. Thanks in advance.
  3. For compiling with UCC.exe inreface.u need only add all dependencies for compiler. This is not a hard. WOT Package Explorer will enough.
  4. You have decompiled code. it's jump to LABEL. Decompilers have no imagine for reproducing back the correct some breakers inside cycles. Possible the Java equivalent is: if (conn == null) continue; Ofc for FOR cycle inside.
  5. Add into your OS cp1251.nls file for support Cyrillic encoding.
  6. The diff between min and max Z is 18. Seriously? Human Fighter character height is 23.
  7. Make you custom zone and enter into the game and check in this place all available zones via admin panel. Possible your zone is not there or you missed some properties for onEnter() and onExit() methods. You even didn't shared created template of custom zone.We are isn't telepaths.
  8. At what stage of client connection is it sent to the server? If at the stage of connecting to a game server, then it does not cost that much money.
  9. I'm the only one who got the impression that we all have been following the work of this person for a long time and we all know which server sources he uses? Or premium system the same for all l2j forks?
  10. About bandwidth it's really wide. Around 1Gbps. Matter DDoS behavior. In 2012 Hetzner blocked all dedicated servers what was under attack.
  11. Have you experience with Hetzner DDoS protection? People saying what it's fake.
  12. The preview will contains the full completed code. And this will not help in solving your problem, but doing the work for you. You need make a choice: get help or asking do work for you.
  13. Obviously, he tried to use HashCat on the laptop. For AMD RX480 Nitro this results of benchmark:
  14. You need read tutorial for this program before thinking about unsuccessful result. You even does not know about hash rate of you GPU for judgement of potencial results. GPU have more performance than CPU. The elapsed time for brute WinRAR password relates only with password length and using dictionaries. Anyway, check YouTube for tutorials for make a choice.
  15. Create new zone and add check inside onEnter() method. if ((player.isInParty() && player.isPartyLeader()) || (player.isInParty() && player.getParty().getPartyleader().isInInside(ZoneId.PARTY_ZONE))) { // allow here. }
  16. If you want change this for clan/ally images from left of player name then you need really skilled reverse engineer. I knew such man but he leaved from this forum. He did the similar work for me many years ago.
  17. Obviously, Java knowledge. L2J Frozen code is incompatible with aCis.
  18. Probably you need decompile Engine.dll. As i know all abnormal effects hardcoded inside client. And searching the place (obviously it will be in SWITCH/CASE section) where calling this effect by abnormal mask ID, which incoming from server side.
×
×
  • Create New...