I played L2 for about 2 years when I started to discover L2j.

I knew c, c++, php, javascript, a little assembly before, and a little pure java. Then I somehow took to this, and I like how Java VM devs optimized a lot of things that were slow running, and I like cross-platform mostly with Linux.

I think, about half a year is enough to learn L2, because there are so many unnecessary official updates, that changes the game dramatically, that even veteran L2 players count as newbies at times. I recommend for new players to try everything in the game, like I did at my first days, when I bought heavy armor for my elven wizard.
It's like a persistent loop.
Code: Select all
public int knowledge = 0;while(true){ if(one.isTrying()) { one.experiencing(true); knowledge++; } else one.experiencing(false);}