Jump to content

Recommended Posts

Posted

The server is not even close L2OFF. It's the pack that Trance shared. It has many bugs. I joined the server. Online players between 15-25. They made some event of exp. Free exp for everyone, they spawn a lot of mats in players inventory. 1st hour, players already have a lot of S grade ++items, and they didnt farm anything.

 

This is a total fail. They didnt advertise it at all. It didn't even dissapoint me because i knew this was going to be a fail.

Posted

gl mate , even i have work on his files its not trance bugged pack , its my own private project l2jcloud , there have no bugs , give it to try !

Posted

The server is not even close L2OFF. It's the pack that Trance shared. It has many bugs. I joined the server. Online players between 15-25. They made some event of exp. Free exp for everyone, they spawn a lot of mats in players inventory. 1st hour, players already have a lot of S grade ++items, and they didnt farm anything.

 

This is a total fail. They didnt advertise it at all. It didn't even dissapoint me because i knew this was going to be a fail.

i joij too the server is big failll!!!!!!!!!!! with lot bugs omg close it

Posted (edited)

Why you write L2OFF if is L2J??

And Source= TED Member and he is from Poland Not From Romania.

Edited by Zave
Posted

You are here just for spam we dont care.

 

fresh start

 

12049134_752073894938222_779694500593310

 

One day ago

 

12191513_752398541572424_744052103625829

 

About spamers we don't care who got problem come and join on server to check! bull shit and stopping lie people.

 

on Mxc They have always been spammers and will be

 
Posted

server got few issues and it is not completed as the real Gold many features are missing , but the gm team is active and cares about their community the problem is that they didnt do any advertise at all so their community is very low . They have about 30 people max , i played there had some fun and now i left :D wish you the best ! x2 +16 bows for +17 boom...

LDrIw2j.jpg

Posted (edited)

1st of all,grand opening supposed to be 25/10 (Read the first post) .After the 15 people online ,somehow it became "beta" and it announced AGAIN the grand opening for 7/11.Let me mention in this point that he deleted everything about the grand opening at 25/10,except this topic.(I didnt make research,but everything looks like edited everywhere since 26/10)

http://l2-gold.cc/

Also,the owner of the topic(admin) stated that its L2OFF .Its L2J.

Last but not least,thats an example of the "effort" that site/server has.(Just copy paste the a couple of sentences in the start under the countdown).

 

"As you all know by now this is the original l2gold server (interlude) which stays alive and with no wipes the new owners are obliged to do the best they can so that this server remains the best ever made in lineage 2 the many updates after the merge that took place in 2015 prove that we always listen to our players and change things to make gameplay better and the server more interesting"

 

The site mislead everyone who read it.Its refered to no wiped gold+ merge (with what)."We listen to our players".Since when?U open a NEW server.Not the old one.

 

Im not sure if thats allowed or not... Imo thats a homemade server/site,with just changes the dates (2010->2015).

That merge was refered to the C4-C6 gold ,before 10 years.Thats an example of time spent on this project.

Dunno...

 

Good luck

Edited by NoMatterWhat
  • Vision changed the title to [L2J] L2Gold
  • Vision locked this topic
Guest
This topic is now closed to further replies.



  • Posts

    • First, don't really follow the "main voice", moreover if you consider it an hobby. Simply do what you want, you got only one life so use it as you want. If you make it an hobby, it's exactly like piano, or velo - only practice makes you better.   Secondly, how do you learn things ? It's actually a really important question, since some can simply be scholar, read books (theory) then practice ; and some simply can't read books. I'm the second type, I hated school, I find it boring - my knowledge in Java comes from try-and-fail. You improve your coding style every year or so, I can myself rewrite my own code (which I already considered top-notched) after a while. You always learn something new - even if Java barely evolves. L2J is a fun way to learn programming, it's a giant sandbox where you can edit anything, and I believe it should be taken as it.   My own way of learning was as follow : Add existing customs, no matter what they are : the point is to know main classes used by L2J / customs. L2J is barely Java knowledge ; the true knowledge is to know WHAT to search in WHICH location (what I call, organization). You have to understand than EVERYTHING you think already exists, in a form on another, in the source code. A custom is only the association of the different mechanisms you found "here and there", glued together in a proper goal. Once you know main classes to edit, and the customs you added are compiling fine, the main point is to know WHAT exactly you DID. Try to understand WHY and WHERE you actually copied the code. Third point would be to MANIPULATE the customs you added in order to fit your wish. First edit little values, then logic conditions ; eventually add a new Config, or a new functionality to the custom. Fourth point would be to begin to craft your own ideas. Once again, EVERYTHING already exists, in a form or another. You want a cycled event ? You got Seven Signs main task as exemple. Npc ? Search any type of Npc and figure out what it does. Fifth point would be to understand Java - mostly containers (WHAT and WHERE to use them), variables types and main Java mechanisms (inheritance, static modifier, etc). You should also begin to cut your code into maintainable classes or methods. Java can actually run without optimization, but bigger your ideas, more optimized and well-thought it should be. It's direct saved time in the future, and you would thank yourself doing so. Main tips : ALWAYS use any type of versioning system - GIT or SVN. It allows to save your work, step by step and eventually revert back anytime you want if you terribly messed up. L2J is 80% organization knowledge, and 20% Java knowledge. Basically, if you know WHAT and WHERE to search, if you aren't dumb, it's easy to replicate and re-use things. Cherry on top is to use a already good coded pack to avoid copy-paste crap and get bad habits. Avoid any type of russian or brazilian packs, for exemple - their best ability is to leak someone's else code. Obviously you need some default sense of logic, but Java and programming in general help you to improve it.   Finally, most of your questions could be solved joining related Discord (at least for aCis, I can't speak for others) - from the moment your question was correctly asked (and you seemed to search for the answer). My community (and myself) welcomes newbies, but got some issues with noobies.   The simpliest is to try, fail and repeat until you succeed - it sounds stupid, but that's basically how life works.   PS : about Java ressources, before ChatGPT, it was mostly about stackoverflow website, and site like Baeldung's one. With ChatGPT and alike, you generally double-cross AI output to avoid fucked up answers. Also, care about AI, they are often hallucinating really hard, even today. They can give you complete wrong answer, you tell them they are wrong, and they say "indeed, I suck, sorry - here's a new fucked up answer". You shouldn't 100% rely over AI answer, even if that can give sometimes legit answers, full code or just skeletons of ideas.   PPS : I don't think there are reliable ressources regarding L2J itself, also most of the proposed code decays pretty fast if the source code is actually maintained (at least for aCis). Still, old coded customs for old aCis sources are actually a good beginner challenge to apply on latest source.
    • Add prices please.
    • WTS: - AQ - Baium - Zaken  - Frintezza - Vesper Fighter Focus Fire Element   pm for detalis
    • We have the best price! L2Reborn.org Signature x1 Franz NEW!! 1KK = $20 HURRY TO BUY AT THE TOP PRICE discord - adver745645
  • 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