Jump to content
  • 0

L2J Frozen Edit ( Eclipse )


Question

Posted (edited)

Hi there,

 

i did download L2j Frozen source and db from here and i want to edit it with eclipse. I have no idea about it but i did search and find something. 

 

Firstly, in which i watched video they inserting it with " add svn repository " so this needing link. But i have folders in my computer. I havent idea which folder for which commands, which work but i want to try and learn. Just can you help me for starting? How can i imput it and how can i edit files, after how can i insert it in my live db?

 

Please just help me for starting, i can learn it by try. I just want to learn, just help me with finding way.I just i want to first fire, i will burn galaxy C:

Which i watched videos : 

1-) 


2-) 


Thnx.

post-75851-0-10451400-1442865735_thumb.png

post-75851-0-04384200-1442865739_thumb.png

Edited by delamis

10 answers to this question

Recommended Posts

  • 0
Posted

Hi there,

 

i did download L2j Frozen source and db from here and i want to edit it with eclipse. I have no idea about it but i did search and find something. 

 

Firstly, in which i watched video they inserting it with " add svn repository " so this needing link. But i have folders in my computer. I havent idea which folder for which commands, which work but i want to try and learn. Just can you help me for starting? How can i imput it and how can i edit files, after how can i insert it in my live db?

 

Please just help me for starting, i can learn it by try. I just want to learn, just help me with finding way.I just i want to first fire, i will burn galaxy C:

Which i watched videos : 

 

1-) 


2-) 


Thnx.

import the source in eclipse..or read how to compile 

  • 0
Posted

as i asked, this videos showing importing with website url's. I have pack in my computer as i show in screen shot.. Just can't you tell me how can i import it eclipse? There is 250 option in import section... 

For example for excel;

File>open>"select excel file">L2j Frozen source.excl thats all..  

  • 0
Posted

U have to make a new java project, just like acis with free version. You will need both gameserver and datapack , I can try help if u want, send me ur skype

Ty, pmed.

 

 

- can i edit live server's java codes ? is this possible?

  • 0
Posted

You know that you have to import the sources and you could not google for that or find a youtube video? Come one :P

 

1:10

 

  • 0
Posted

Ty, pmed.

 

 

- can i edit live server's java codes ? is this possible?

You must edit your source on eclipse , after you must compile and last you take your edited compiled files/libs and put in your server files. Everything of you ask is shared. Read guides how to compile.

  • 0
Posted

 

You know that you have to import the sources and you could not google for that or find a youtube video? Come one :P

 

1:10

 

 

 

I did try them.. u think im lazy fat spammer? i didnt sit and wait for reply here.. i just write here for maybe one helper can see my problems.. So i cant get any answer from here.. that was hard because i was have no idea about sources, eclipse, import, zimport, pomport and anything.. NO IDEA. But anway, before this useless answers i find my way.. Without using eclipse, without source files, without compile.. Now im ok.

 

You must edit your source on eclipse , after you must compile and last you take your edited compiled files/libs and put in your server files. Everything of you ask is shared. Read guides how to compile.

 

Thanks for your reply. I write this topic because i cant find basically guide and i wasnt know where i have to start. So you guys have to understand firstly i was have NO IDEA about this work. But i resolved my problem, with my own way.

  • 0
Posted

I did try them.. u think im lazy fat spammer? i didnt sit and wait for reply here.. i just write here for maybe one helper can see my problems.. So i cant get any answer from here.. that was hard because i was have no idea about sources, eclipse, import, zimport, pomport and anything.. NO IDEA. But anway, before this useless answers i find my way.. Without using eclipse, without source files, without compile.. Now im ok.

 

 

 

Thanks for your reply. I write this topic because i cant find basically guide and i wasnt know where i have to start. So you guys have to understand firstly i was have NO IDEA about this work. But i resolved my problem, with my own way.

Tell us your own way...you said you have no idea and now you have your own way? I think your own way will be helpfull for another guys

..

  • 0
Posted

You must edit your source on eclipse , after you must compile and last you take your edited compiled files/libs and put in your server files. Everything of you ask is shared. Read guides how to compile.

:troll:

 

Learn how to debug on eclipse so you won't have to compile for every single line that you edit. Once you're done you can compile & use.

  • 0
Posted (edited)

Tell us your own way...you said you have no idea and now you have your own way? I think your own way will be helpfull for another guys

..

 

y i was have no idea about eclipse and source files and im not stupit i just wasnt know to basic things. But i did click every file, i did search for every java programs and i was know that's builded on codes but i wasnt know where are they. After a few days finally i found true file for codes. Then i look for " how can i edit this files " . After i did check codes, so i can acces codes now and i can change them. as i say in main message " i just want to first steps " . Now i know this, i have to learn a lot of thing but that true file and codes enough for me to start doin something. Already no one helped me here, i get a lot of pm " pay me for help " . Now i can train myself, cuz i get the basic thing.

 

:troll:

 

Learn how to debug on eclipse so you won't have to compile for every single line that you edit. Once you're done you can compile & use.

 

Yes i have to learn it, cuz now as you say i can edit only line by line. I gonna start java lessons. i think i can do something in a few weeks. But if u know good guide videos or links that could be awesome if u share.

Edited by delamis

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • Some new features that we added: - 2 new quests - PvP Arena (to get hero status) Olympiad is disabled - Love Event - Dressme for armor/weapons/accessories - HWID Protection - More monsters - New farm zone - New autofarm system (works almost like adrenaline) - Auto enchant - Auto augment - 3 levels of armors - 3 levels of weapons - Anti KS System - Rebirth Manager - 30 days checking rewards - Small event (daily checking with small reward for all online players)
    • Added FloodProtector utility to prevent packet flooding for actions like item use and dice rolling. Integrated flood protection checks in relevant client packet handlers and registered/removal hooks in player lifecycle. Updated movement logic in L2PcInstance for improved position synchronization and geodata handling. Minor fixes and refactoring in attack logic, private store handling, and admin NPC editing. Refactored AI classes to enhance movement, attack, and skill usage logic for characters and mobs. Improved distance checks, attack range calculations, and skill casting conditions. Removed unused intention command logic from L2CharacterAI. Updated configuration to enable CellPathFinding. Minor code cleanups and bug fixes for more reliable AI behavior. Enhanced GeoPathFinding with detailed debug and error messages for region loading, including success/failure counts and file checks. Refactored L2AttackableAI and L2CharacterAI to improve attack range tolerance, immediate attack behavior, and added safety checks for missing targets. Updated configuration to disable CellPathFinding by default and added a new ShowRedName option for aggressive mobs. Minor config and log updates included. Applied TCP socket optimizations (e.g., TCP_NODELAY, buffer sizes, keepalive) in ClientThread, Connection, and SelectorThread to reduce latency and improve throughput. Enhanced L2AttackableAI with better random walk, aggro, and attack logic, including silent move checks, quest monster handling, and improved faction/raid/minion behavior. Added silent move support to L2PlayableInstance and quest monster flag to L2NpcTemplate/L2NpcInstance. These changes aim to improve server responsiveness, AI realism, and overall stability.
    • I’ve been using this Escape from Tarkov Hack for about a week now with no issues at all. ESP works great without any lag, and the aimbot is smooth and doesn't feel obvious. Had a quick setup with the loader, and support answered my questions right away. The HWID spoofer also did its job without messing with my system. So far, the cheat's staying undetected on my side.
  • Topics

×
×
  • 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