Jump to content

Recommended Posts

Posted

what pls, he was talking about it also at stream and laught "it was more than 20k+"  and ye its true)))

 

i know for some ppls its mucho money, but when u are admin of server u will get per server more than 20k so its like nothing ) 

 

fuck me life, i poor, 20k eurosky for me is 1+ year job :(((

Posted

what pls, he was talking about it also at stream and laught "it was more than 20k+"  and ye its true)))

 

i know for some ppls its mucho money, but when u are admin of server u will get per server more than 20k so its like nothing ) 

 

i guess it ain't bad for what it is but still can't get even close near some servers with OP Donations that i know.

Posted (edited)

forum dead, mxc dead :D looks so faking dead... :D

It was stalonka tactic "lets try open cartel after ava"  but i think Jie dont care about it 

 

sup stalonka where is your fb pages with 120k likes 

Edited by AchYlek
Posted

stalone is the boss, he never type over 3 words in a sentence to a player since 3rd tales ;p 

cuz his English skill is Junior A level.

Posted

cartel and tales banned from facebook, how they will make advertise now for cartel? cartel forum = empty no ppl :(( wtf

Snake hunter bro xDD

Posted

hi, about your 200e donation you bought service on l2tales, whiches servers never close - abadonded or stay outdated, you play on ruby and even if you continue play on ruby the fun we providing and things we settle will not stop for you , same for sovereign players that played on sovereign after ruby opening. About the new projects we making all the time is because there are too many greedy admins around that  launching all the time servers without any concept or update just with free files and some stupid players that play that servers even for a week and then leave because they understand they dont worth, this cause us some type of competition and nowadays players leaving projects so fast we just have to make new servers to compete them. We do not sell anything else than DP on our projects no matter what some haters trying to prove with fake shots and we will always be on top and offer the most updated and fun h5 arround , i dont usually reply to that forum but after reading your post i felt i needed too, take care hf

Dude u are the most lame cocksmoker I have ever readed to in my life, I used to work with projects as Xeebra, Divinity 1/2, L2inc and more, and The most pathetic way to ABANDON the server is to redirect the population to your brand new server, filled with the same crap, with the same donation system, increasing it the safe enchant options from+4/+6 1 month later +8 secret undertable donations for +10/+12, its the same shit, u are just a broken idiot whos trying to make some money making this shit one after the other, when u Offers rewards to Tales population to go on Cartel forums facebooks, to make advertisment just to post, wow this is great (chars name) u are just abandon ur old project, u are incentivating that the population speculate and decide to move or abandon the servers... thanks to you there is no fucking decent server to play at... fucking gypsy

Posted (edited)

Dude u are the most lame cocksmoker I have ever readed to in my life, I used to work with projects as Xeebra, Divinity 1/2, L2inc and more, and The most pathetic way to ABANDON the server is to redirect the population to your brand new server, filled with the same crap, with the same donation system, increasing it the safe enchant options from+4/+6 1 month later +8 secret undertable donations for +10/+12, its the same shit, u are just a broken idiot whos trying to make some money making this shit one after the other, when u Offers rewards to Tales population to go on Cartel forums facebooks, to make advertisment just to post, wow this is great (chars name) u are just abandon ur old project, u are incentivating that the population speculate and decide to move or abandon the servers... thanks to you there is no fucking decent server to play at... fucking gypsy

 

Not being any good servers is not true. But I think the owners/devs of servers that are actually good don't waste their time arguing on MXC (this is kind of a troll forum lol), they just focus on improving their files in place of debating semantics here in these threads. I suppose you could say it is time better spent giving players what they want in a game environment and not wasting efforts exposing the fraudulence of others.

Edited by Mahoromatic
Posted

poor stalone ddos l2ava now to steal their players :D hahahahahaha l2cartel will be empty :D no one will play ever again shit stalone gipsy servers. ah stalone watch ur back! there is a bounty on ur heard ;) soon we`ll have photos of stalone from hospital bed :D 

Posted

poor stalone ddos l2ava now to steal their players :D hahahahahaha l2cartel will be empty :D no one will play ever again shit stalone gipsy servers. ah stalone watch ur back! there is a bounty on ur heard ;) soon we`ll have photos of stalone from hospital bed :D

so now mouse has achylek mxc acc + notagain acc and saying bullshit, at least stalone when he want type something he use his real acc 

Posted

so now mouse has achylek mxc acc + notagain acc and saying bullshit, at least stalone when he want type something he use his real acc 

bullshits, ok )))

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

    • in conclusion when somebody who has a project for 10+ years still on development writes an e-say to try until you succeed and then advertises his project, one of the reasons is he needs money, so l2j has once more become pure expensive hobby, you wont make money out of it.   You can still use L2jFrozen and get better results for this, i know some people that done it    keep in mind that C in aCis stands for Crappy, and after all these years its not a cool wordplay anymore, its a fact, prove me wrong.
    • 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
  • 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