Jump to content

Recommended Posts

Posted

Hey how is it going.

I wont make an list with working system since this pack are close (about 90%) to retail (talking about Interlude)

All quests,Skills working, where are thousands of customs system,protections...Every thing are reworded...

 

Question & Answers:

 

Q: Is where any server which use this pack?

A: Yes, La2fort, and other "serks" server.

 

Q: Where do you find this pack?

A: Actually this pack was created by some russians developers, Serk (bought it, stole it i dont know) before 7 months i got this pack for la2fort project but as i can understund stupidly of administrator destroy server, with one of the bests pack around(im not administrator of la2fort, take it mind)

 

Q: Is this pack have backdoors as Serks one?

A: Nop, i and my friend found them (were was 6 backdoors), and destroy them, actually we add command if someone try to use backdoor he will receive an message and after that get automatically banned. Also you will receive an Inform on your consol, or if any of staff is online.

 

Q: Will i have sources?

A: Yes!

 

Q: I dont trsut to my stuff what i have to do?

A: Access level 2 or highter(1 are admin, like gracia system ) are blocked to do any kind of coruption.

 

Q: Can i have an list that was blocked to gms?

A: Yes

 

Trade,Drop,Sell,Buy,WH,CLAN WH,Private WH,Join Party,

Enchant <- Get banned,

admin_item <- can use only to him self

Edit stats,kills,pvps,pks,name,title,class

Add skills,hero,noble,donate,castle,ch,clan points,lvl clan.

 

If you want block something else you have to edit it on navicat admin_commands_access_rights (isnt something hard, just put 1 to block...)

 

Q: Admin are blocked too?

A: Maybe, but not really, Only to enchant and admin_item.

 

Q: Have it got Any vote reward system?

A: Yes, for Hopzone,Gamesites200 (Can me edited for top Game website)

 

Q: Players make farm from pvp, Have this pakc ANti-Farm?

A: Yes, Party,CLan,Same person for more than 3 times

 

Q: Is Balanced?

A: Yes, except if you're going to add customs,epic armors and other this shit, then unbalance is not form server, but from items...

 

Q: Will i have your support for free?

A: No...

 

Q: Why you selling it?

A: I live in usa this time, and im going to college, so i will have no time for dev,server and other this shits. So why to keep it? :P

 

So i think that it was enough... Oh by the way, it have nothing from la2fort, it clean source... (exept vote reward part and enterworld :P)

 

Price: 40E or 50$

 

Payways:

Paysafecart

Creditcart (MasterCart or Visa) <- i wont take more than, i should.. (40E)

 

Q: Where is paypal way?

A: My paypal limited so no paypal way :/

 

Q: Wanna Make Trade?

A: As i said im going to college so i dont need something exept money

 

Image: http://img72.imageshack.us/img72/5517/snapshot4o.jpg

Dont even try to find svn, you are going to loose your time... Even if you find it, it have password, so you will no able to download them :P

 

PS. I dont care if you are going to resell them... :S

 

if you intrested Just PM ME...

 

Oh i were going to forget it, If you are not interested to buy it, I have to please you to dont even dare post here, i dont care if you are moderator, or normal member, just dont post, Thanks ;)

Posted

Q: Is this pack have backdoors as Serks one?
A: Nop, i and my friend found them (were was 6 backdoors), and destroy them, actually we add command if someone try to use backdoor he will receive an message and after that get automatically banned. Also you will receive an Inform on your consol, or if any of staff is online.

funny :D

Posted

If you will really live in USA this year, better start studying english.

 

On topic : you made my day with that "close to retail" pack.

About first: My English are pretty much good

 

About second: Yes, it close to retail....

 

Bump

Posted

Meaning its crap xD

How can you know without take look to source, just because la2fort was created as shit? doesn't meter how was interface since la2fort was based on this pack and was working fine without any error or unbalance (don't start talk about unbalance which was made from customs weapons/armor) And i have to say that it was absolutely better than "l2jarchidi" since some my friends had "l2jarchidi" and it was shit, i don't know if now archidi update their shitty staff...

Posted

How can you know without take look to source, just because la2fort was created as shit? doesn't meter how was interface since la2fort was based on this pack and was working fine without any error or unbalance (don't start talk about unbalance which was made from customs weapons/armor) And i have to say that it was absolutely better than "l2jarchidi" since some my friends had "l2jarchidi" and it was shit, i don't know if now archidi update their shitty staff...

no one had archid xD and the source of akin is not entirely archid, thats why it failed. (that and cus i was not announce about its launch and i couldn't prepare anything)

 

Also la2fort uses a crappy l2jserver and ur understanding of a server is equal to shit, jeez.

Both servers sharp and fort are crap and their pack is made poorly. Like i said its just an old l2j server.

 

And don't include archid if we're not talking about it. Did anyone ask you ? ty for proving ur a dumb ass >.>

Posted

About first: My English are pretty much good

 

About second: Yes, it close to retail....

 

Bump

 

Dont make me count your mistakes. Dont be an idiot and accept the criticism.

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