Jump to content

Recommended Posts

Posted

the only l2j proffessional teams are l2scripts and l2jserver dude 

 

idk on what world you newbies are living but thats the only true

i ask if team from l2jreunion is unskilled cuz he say "thats mostly a tool for the most unskilled server owners"

Posted

i ask if team from l2jreunion is unskilled cuz he say "thats mostly a tool for the most unskilled server owners"

 

it is

Posted (edited)

it is

i don't think....anyway this is your opinion about this code and for l2jreunion team. i like and 2...if you dont like this code dont use...i use this code and i share it here...if you dont like dont use :)

Edited by nikosdevil20
Posted (edited)

Gods, nikos.. you talk as if we were dumb. We know what this code is for and what it does. We are just telling it's so called "shit-code" for "the most unskilled server owners".

 

Looks like you don't rly understand english or what we are trying to say. Server owner != pack 'developer' / owner.. - You miss the point. And so, even reunion has that code for those server owners.

 

If you want to balance classes, do it via skills.

Edited by SweeTs
Posted

The point is codes like that make little to no difference because these affect the server in a bad way. Heres an example, you recude the incoming damage from blunts to light armor, the result will be lower auto attack damage but exact same skill damage so the end result is if you have lets say an arcana mace which is a blunt this patch does nothing in order to reduce the damage of mages so its pointless. If you reduce lets say bow damage against robes than because of the archers rely on kiting and auto attack damage the archers will get destroyed with any mage while its considered a skill matchup in reality.

As for the forks, anyone who knows anything about the teams who work still or worked in the past on l2 emulators know that the only ones that should be considered good are l2j for its stability, support and constant updates, l2jfree even tho its private because its code quality and management and ofc some of the russian teams who dont rely on l2j based code but rather doing their own stuff from scratch.

Posted

Gods, nikos.. you talk as if we were dumb. We know what this code is for and what it does. We are just telling it's so called "shit-code" for "the most unskilled server owners".

 

Looks like you don't rly understand english or what we are trying to say. Server owner != pack 'developer' / owner.. - You miss the point. And so, even reunion has that code for those server owners.

 

If you want to balance classes, do it via skills.

example trickster vs doombringer. you can change the crazy damages from this config.example trickster vs mages classes. you can change too from this. anyway for me is very usefull. and i say again. the balance from 1server cant fixed only with this. you sure must change and fix the skills. but with this configs if you want some damages more help you for do it faster. this is only...

Posted

example trickster vs doombringer. you can change the crazy damages from this config.example trickster vs mages classes. you can change too from this. anyway for me is very usefull. and i say again. the balance from 1server cant fixed only with this. you sure must change and fix the skills. but with this configs if you want some damages more help you for do it faster. this is only...

 

You do realize that trickster is 1 class and your config screws around with every single class that uses a bow(because of how l2j implement the weapon types especially frozen which is the worst pack in history) right? You proove with this comment that any server you make or involved with is crap if thats usefull for you instead of properly balancing the damage via class templates and skills.

 

Shares like these should be junked even deleted instantly for the sake of less crap l2j servers.

Posted (edited)

Coded with feet, that's for sure. You can reduce code from Formulas.java to few lines (less than 10 overall). And your code is checking each type of weapon, each type of armor, and check 10+ times L2PcInstance, skill null, etc...

 

Ask to L2JReunion to learn "if / else if" at least, it exists since a while. And eventually parameterized Enum, see L2J CrystalType to get an overview of what I'm talking about.

 

And use 

code tag
Edited by Tryskell
Posted

Coded with feet, that's for sure. You can reduce code from Formulas.java to few lines (less than 10 overall). And your code is checking each type of weapon, each type of armor, and check 10+ times L2PcInstance, skill null, etc...

 

Ask to L2JReunion to learn "if / else if" at least, it exists since a while. And eventually parameterized Enum, see L2J CrystalType to get an overview of what I'm talking about.

 

In L2Frozen u can wear light/heavy/Robe simultaneously, so your argument is invalid sir.

Posted (edited)

In L2Frozen u can wear light/heavy/Robe simultaneously, so your argument is invalid sir.

Except if you're considered to have more than one chest, sir, your argument is invalid. As you can see it retrieves the chest armor type.

 

Good day, sir.

Edited by Tryskell
Posted

Except if you're considered to have more than one chest, sir, your argument is invalid. As you can see it retrieves the chest armor type.

 

Good day, sir.

 

 

Seems like you missed my ironic tone

Posted (edited)

For one time L2JFrozen can't be broken on one point, don't throw a stone ^^. No, I understand and abuse of irony and sarcasm.

 

They got enough troubles with their data system migration...

Edited by Tryskell
Posted

For one time L2JFrozen can't be broken on one point, don't throw a stone ^^. No, I understand and abuse of irony and sarcasm.

 

They got enough troubles with their data system migration...

 

 

their memory management is excellent tho

 

for (L2PcInstance player : L2World.getInstance().getAllPlayers)

{

     player.blablabla

     player = null;

}

Posted

They inherit from Scoria, and Scoria is the Devil :D. Like many russians projects.

 

People can say L2J is shitty and unstable, but that's less and less the case. Consider to read quests on a L2P to get some facepalmes.

Posted (edited)

They inherit from Scoria, and Scoria is the Devil :D. Like many russians projects.

 

People can say L2J is shitty and unstable, but that's less and less the case. Consider to read quests on a L2P to get some facepalmes.

 

Actually its more and more the case, guess why they had to increase the minimum memory required to 1g when the pack couldnt even load properly with less and not because of so much stuff beeing in it, just bad coding in general, but thats the case with it since ages so nobody cares especially when l2j is dead.  :)

Edited by Intrepid

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

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