Jump to content
  • 0

[Request] Klownladge


Question

Posted

Well i have seen a lot guys like acis developer tryskel ( sorry mate if i write wrong ur name :/ ) elfocrash,mattew,wayne,masterio and other guys which they are so pro on l2j developing..

 

But before they come pro "devs" they were starters and that's i am curious what u did on this stage.

 

How you start?

 

What kind of books you study? ( java but what there so many versions  )

 

Which is the best java book i have to study for a starter?

 

What you did in order to understand how  l2j works?

 

Well i am noob i want to pass to the next level which is starter but i want to learn,so any usefull suggestion i ll appriciate it..

9 answers to this question

Recommended Posts

  • 0
Posted

First of all we start with some english lessons and after that we go learn some C++ basics and after that we must understand the packages from OFF and go learn some assembly and C and finally we start learning java, the internet is filled with tutorials, feel free to search for them.

  • 0
Posted

First of all we start with some english lessons and after that we go learn some C++ basics and after that we must understand the packages from OFF and go learn some assembly and C and finally we start learning java, the internet is filled with tutorials, feel free to search for them.

mate i think you are very offencive .. 

  • 0
Posted (edited)

You probably meant "knowledge", until you made a sarcasm about "devs" being clowns :P.

 

That's a good question so far. I'm a self-taught person, on everything I do. I learnt to draw alone, I learnt to use Photoshop alone. I learnt to code alone. I personally begun to code really young, on my 1986 Amstrad, which is as old as me. You don't need to be particulary awesome, in my own case, the search of perfection is important. I try to produce "the best" of myself. When you code something, you have to tell to yourself "Was it the best approach ? Couldn't I do better ?".

 

It's exactly the same than drawing. Your first draws - notably anatomy - will probably deeply suck if you begin. But if you manage to get a critic look on your own work, (and it means eating your ego and say "Ok, I drew it like a monkey") then you can say where are your defaults and fix them.

 

About L2J itself, and Java : I never opened a single Java book. I learnt Java learning L2J organization : reading a lot of codes. I personally moved on really important Java notions for months (inheritance, etc), but then when you DISCOVER them, one day, by yourself, you feel really, really clever. That's the sort of things you can learn in a book, but you won't remember, or really bad, if you won't work on it. What you guess by yourself is stored in your brain forever.

 

If you want to learn L2J, there aren't a lot of solutions : you have to see how it is organized. If I can tell you such method can be found in such class, it's because I know the project composition. I know a summon is a L2Playable, and then a player is a L2PcInstance inheritates from L2Playable : giving that you can say than editing L2Playable would edit both summons and players behavior. That sort of logic can't be learnt, you have to explore yourself the project.

 

About Java, and developement in general, if you want some basics steps, I would say :

  • Explore as much as you can the project you use. It's 80% of the work.
  • As a self-taught person, you only need time and observation. If you haven't time, forget it.
  • Google is your friend (mySQL query, java exception ? All exist already on inet). Javadoc is also a nice tool to explain what do methods. L2J itself got its own Javadoc.
  • What you want to do already exists in another form. Try to think where, then you only have to locate it and copy what you need.
  • A lot of methods exist and can spare you a lot of coding time. The point is to know where/what they are.

 

As a real rookie, I would tell you :

  • Read tutorials about compiling && installing. Install it more than one time until you know what you do.
  • See how files are organized (data AND source).
  • Search for short codes to pass on the source.
  • Understand what you are copy-pasting, and remember WHERE. It's VITAL.
  • Try to add new ideas to the code you just successfully added. Give you HARDER goals each time.

Once you think you can pass codes and edit them without problems :

  • Think about your own custom.
  • Cut it in steps. I invite you to use a pencil and a paper and write it. The point being to cut your custom in little blocks, easy to code, if possible not impacting each others.
  • Code steps after steps, until complete custom is ok.

Another interesting point, if you got already some knowledge about the pack is to check codes of others, and rewrite it from scratch. Either with only the idea, or cleaning the code you downloaded.

 

I hope my answer would help you. Finally, as aCis main dev, I help anyone who is ready to help my project, explaining concepts, but I invite you to pass already the rank of "real rookie" first, because some things can't be learnt the conventional way.

 

Your biggest enemies are TIME and YOURSELF.

 

Tk.

Edited by Tryskell
  • 0
Posted

you mean by dontating??

it's not dontating and he mean with coding offer his "knowledge" and much more so this message was not for you i think :)

  • 0
Posted (edited)

Tryskell thank you so much for the time you spend in order to give me that answer you have really oriented me " WHERE " i have to <start> and to pass the rookie level... ty so much that god bring you in this world :) i really appreciate your help :D thank you so much !!!! also this answer should be sticked really

Edited by andon19
  • 0
Posted

Afff, no god involved around. Eventually Gran Kain and Einheisad :P.

 

And others people can reply (Matim, Wyatt, Sethek,...). It also could be interesting to know what answers would make L2J team developers aswell, so feel free to make a similar post on their forums. I don't own the "Truth", only a part of it. What works with me can't work with many others. More answers are needed to make a choice, and follow the way you find the most legit.

 

-------------------

 

About the donating question, no, lol. I help people who are ready to code for my project. For example scripts folder (even if that exemple becomes more and more rare, as we almost ended scripts). People try to convert Jython > Java, they share on forums. People who already fixed scripts in the past speak about issues, the author corrects it until we judge there's nothing more to correct. Then I test, fix (if still needed) and commit. If commited and after few shares, people eventually join IC group and can see the final result, what I await on the next script, etc.

 

Some people who couldn't make a single script are now able to make scripts from A to Z and correct work of others.

 

But we also have a zone dedicated for Customers, if that was your question. But I don't give "private lesson" if you donate. If I give a solution, I prefer it stays on a public support.

  • 0
Posted (edited)

@Tryskell

I guess that my answer is not even interesting. Because I never had any java class/lesson/teacher or whatever... I never read a book of java...

I just started as all wannabes... trying to add patches... then sometimes getting errors... trying to know why those errors were happening, c/p some methods from l2jserver source and debugging to see what was going on there...

I was improving a little bit each time... and so. Well, I had an assignature of my career that was about creating a videogame with Flash that helped me to understand some basic structures of java, but not more.

Edited by ^Wyatt
  • 0
Guest Elfocrash
Posted

@Tryskell

I guess my answer is not even interesting. Because I never had any java class/lesson/teacher or whatever... I never read a book of java...

I just started as all wannabes... trying to add patches... then sometimes getting errors... trying to know why those errors were happening, c/p some methods from l2jserver source and debugging to see what was going on there..

Yeah pretty much same here. I never really opened a java book until some days ago when i started reading a book in general programming by Robert C. Martin - Clean Code, - A Handbook of Agile Software Craftsmansmith. 

Before i was able to code complex stuff i just read the l2j code, tried to do something similar to what i just read, then add a DB connection on it, then understand how stuff like taksmanagers and threadpoolmanager works etc. 

After that my uni came so i did some C# and later C++ Objective C and Oracle SQL. All of these just assisted on thinking as a programmer/developer but i never had pure java lessons. However i can tell you that Java is a really simple language that you can learn just by reading it.

 

Also you will find the F3 button in Eclipse magical as it will help you chain things a lot.

 

That's pretty much it from me. However it needs time and a really strong will as you might get dissapointed fast.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Posts

    • Our sales are ongoing. Bump. 08 July 2025 Telegram: ContactDiscordAccS
    • Our sales are ongoing. Bump. 08 July 2025 Telegram: ContactDiscordAccS
    • Hi there, I am interested. How can I contact you?
    • Server Hardware Configuration:   Recommended Configuration: CPU i7 with 3.0GHz frequency, 6 cores or more, solid-state drive, 16GB RAM or more. Recommended to use Experience Mode for gaming with no less than 1000 FakePlayers on the server. For optimal gaming experience, FakePlayer levels in Immersive Mode need to be higher than the script requirements. Siege War: Clan members must be level 40 or above to run siege war scripts. Olympics: Must be level 76 or above to run Olympics scripts.   Game Mode Introduction:   Immersive Mode: FakePlayers start from level 1, simulating real player growth paths, suitable for nostalgic and new players. Experience Mode: FakePlayers are randomly assigned levels 1-85, with fixed levels, suitable for quick game experience or veteran players revisiting classics. Mode Switching Guide: Default setting is Experience Mode. To switch to Immersive Mode, edit the GameMode item in \gameserver\config\jf_config.properties file, changing the value from True to False.   Clan System Features:   FakePlayers automatically create and manage clans, supporting player declarations of war against them. Automatically identifies enemy clans and organizes teams for battle. Players can easily manage clan members through custom commands, including teaming, summoning, resting, and other functions.   Classes and Custom Commands:   Considering the single-player environment, some classes have been merged and optimized, such as Bard, Support, and Dwarf classes. FakePlayers automatically utilize fashion, vehicles, transformation, and bracelet systems to enhance game diversity. Provides rich custom commands such as .RandomTeam, .SummonTeammate, etc., enhancing interaction between players and FakePlayers.   Activity Participation:   FakePlayers can automatically join TVT battles, GVG competitions, CtF capture the flag, and other exciting activities, providing players with rich gaming experiences.   Siege War Instructions: In the GM menu, you can apply, withdraw, and teleport to castle-related maps.When it's not siege event time, you can manually start siege wars.   FakePlayer siege behavior is controlled by scripts. During sieges, you can form regular teams and alliance teams, but cannot form clan teams or use clan summoning commands.   Siege Time Settings:   Siege application deadline modified to 5 minutes before registration closes. Siege duration changed from 2 hours to 30 minutes. Next siege time after siege ends adjusted to once per week. After FakePlayers obtain castle ownership, they automatically announce the next siege time as the nearest Sunday around 8 PM. When real players obtain castles, they need to manually set the next siege time or use default time.   Siege War Process: FakePlayers automatically apply for sieges, automatically conduct siege activities every Sunday and obtain castle ownership.   When castle is initially owned by NPCs: When there's only 1 attacking clan, obtaining the castle seal ends the siege war. When there are 2 or more attacking parties, in the first attack, attacking clans automatically form temporary alliances, players won't be selected and won't attack alliance members. After one party successfully seals, enters castle ownership alternation phase. Temporary alliance dissolves, battlefield transforms to full attack state where both attackers and defenders can attack each other. When castle is initially owned by FakePlayer clans or real players: After obtaining castle seal, enters castle ownership alternation phase.   Olympics Competition Instructions: Default activity time is daily from 18:00 to 00:00 the next day. Can be activated through GM console outside time periods.Non-time period activation method: GM console > Olympics > Start Olympics   Players must be nobles in main class state to participate in Olympics. FakePlayers automatically obtain noble status when participating in Olympics. Recommended to enable script control, this setting allows FakePlayers to automatically register for Olympics to generate real FakePlayer Olympics data. Setting activation: jf_config.properties --> lines 314, 321, 328. After players register for classless, individual class, and unlimited team competitions, FakePlayers and FakePlayer teams will automatically be generated for companionship. Scoring rules are consistent with official servers. Olympics runs monthly cycles, with settlement days on the 1st and 15th of each month. At cycle end, FakePlayers automatically apply to become heroes, players need to manually perform hero certification to become heroes.   Update Notes:   Optimized team system, fixed abnormal teammate name issues. GM console element enhancement menu fully localized, more convenient operation. Game mode switching simplified, one-click switching between Immersive and Experience modes. Reduced FakePlayer server-wide chat frequency, creating a more harmonious gaming environment. FakePlayer AI logic fully upgraded, reducing lag phenomena and improving game fluidity. FakePlayer clan joining events optimized, manual clan invitation function fixed. Introduced FakePlayer 1V1 duel system, enhancing combat fun. Integrated simple auto-assist system, optimizing game experience. Activated automatic potion supply function, reducing player operation burden. Implemented alliance and federation construction between real players and FakePlayers. FakePlayers automatically join team waiting queues, enhancing social interaction. Added FakePlayer private shops, enriching the trading system. Bulletin board built-in auction house upgrade, FakePlayers sell high-level items, players can also list items, FakePlayers randomly purchase. Opened some advanced dungeons accessible to FakePlayers, including Purgatory Abyss series, Immortal/Destruction/Annihilation Seed dungeons and multiple classic maps. Added normal boss respawn time settings Fixed new character Chinese title garbled text Fixed character shop setup not leveling Fixed TVT activity score anomalies In Experience Mode, teaming with FakePlayers modified to: FakePlayers normally gain experience and level up Fixed bug where FakePlayer accessories couldn't be completely replaced in Immersive Mode Fixed some issues with wild FakePlayers not fighting back Fixed bug where FakePlayers could still attack normally when under fear or loss of control debuff states Added Divine Knight FakePlayer class summoning small undead bird skill Optimized Knight class third job skill usage Optimized FakePlayer Wizard class combat logic in Olympics events Fixed Hero "one sentence" function Fixed bug where units couldn't be assigned when inviting FakePlayers to join clan Fixed bug of attacking wild BOSS followers while AFK Fixed bug of FakePlayers attacking wild BOSS followers when not AFK Fixed VIP member system Optimized Knight team combat logic Corrected boss teleport point confusion FakePlayers can enter "4 Cups" dungeon without restrictions "4 Cups" series quest localization corrections FakePlayers can enter Small Baium dungeon without restrictions Fixed alliance channel teammate auto-leaving bug Fixed alliance channel summon attacking teammates bug Fixed alliance channel code recursive infinite loop bug under certain probability Added alliance channel FakePlayer death resurrection script Fixed bug where FakePlayers could only equip S80 equipment at maximum Added custom FakePlayer crafting workshop and private shop (MS system) - see detailed instructions Added FakePlayer generation speed and initial level settings for Experience and Immersive modes Optimized database connections, breaking through 3000 player limit Fixed bug of wild same-clan FakePlayers fighting each other Siege War (test) real player difficulty appropriately increased Added Arrogance, Forge, Monastery, Imperial Tomb, Dragon Valley, various tombs, temples and other FakePlayer leveling maps, thanks to: TaoXiaoSan Quest testing and htm localization corrections, thanks to: Floating Cloud To reduce server burden, temporarily disabled FakePlayer item pickup function (won't update data but still has pickup actions) Modified auction house listing item logic (whether to close this service?) Fixed TVT, GVG, Ctf, LastHero, team events conflicting with siege events and Olympics bugs Added robot chat interface (private chat only) Added Dwarf race summoning robot Golem (non-siege) Reconstructed FakePlayer resurrection logic Restored in-game item shop When team hunting BOSS, Priest classes only provide healing services, debuff usage probability increased Opened FakePlayer equipment enhancement custom permissions Added server FakePlayer clan quantity settings   Download   Note: This LineageII l2jserver is not fully English!!!  
  • 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