Jump to content

janiko

Members
  • Posts

    205
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

1 Follower

About janiko

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

janiko's Achievements

Newbie

Newbie (1/16)

0

Reputation

  1. Thanks for Credits Its not custom one, the source was taken latest GW product. Started cleaning and making it more retail like. There were small problems because we were testing it for live server. Little GeoData problems were fixed there, removed outdated codes. Little L2j adaptations and such stuff were made. Have fun with actual code. When we were working on it we cleaned it from backdoors and everything, not sure how the source spread out but if its original one than its recommended. But after this source there were major updates which isn't included in this source. As Network Pool was adapted to netty in newer versions.
  2. Hello everyone, i was trying to create proper ant build.xml but i couldn't manage to add yguard obsfucator, has anyone done it, if so can you share with me build file? Thanks in Advanced
  3. Hey guys i want to have some fun with old times of lineage and develope it and make some support for newest clients. What do you think ? :alone:
  4. Interesting i would join this project for fun )
  5. Nice feauters, good staff, gl
  6. Well i am working on conflict pack more than one year, reworked 40% of core and reimpemented many futures, if u are interested in testing pm me and i will show u progress of that pack, even i cans how u source. im looking for some testers and if u wish to be part pm
  7. My Hybrid pack which is based on ru files and support L2J DataPack
  8. Well guys u can use it and remove if it has BCKDOOR its no problem, basically its tales source(which sucks a lot) this pack has potential to be improved as any pack. so there is nothing to risk, this man gave you pack so use it and dont give others chance to sell some shared source. Respect from me
  9. best guides, thank you for your share
  10. does the guard work with russian sources? i also wanna try it
  11. yes i compiled core + scripts, File f = new File("data/scripts/L2J_Scripts.jar"); if (f.exists()) { _log.info(getClass().getSimpleName() + ": File found. Loading server scripts..."); try (JarInputStream stream = new JarInputStream(new FileInputStream(f))) { JarEntry entry = null; while ((entry = stream.getNextJarEntry()) != null) { if (entry.getName().contains(ClassUtils.INNER_CLASS_SEPARATOR) || !entry.getName().endsWith(".class")) { continue; } String name = entry.getName().replace(".class", "").replace("/", "."); Class<?> clazz; clazz = getClass().getClassLoader().loadClass(name); if (Modifier.isAbstract(clazz.getModifiers())) { continue; } jarClasses.add(clazz); } result = true; } catch (ClassNotFoundException | IOException e) { _log.error(getClass().getSimpleName() + ": Failed loading L2J_Scripts.jar.", e); jarClasses.clear(); } } line 77 but i dont think that error can be there String name = entry.getName().replace(".class", "").replace("/", "."); i think that problem is in JarEntry as the jar is loaded but JarEntry cant find classes
  12. nope, lib is loaded but in lib default package is Util.class, appears that class loader cant load it .
  13. Hello guys i am trying to setup russian sources, the problem is that it stucks on loading scripts Here is the picture: http://prntscr.com/66vqo0 Hope someone will help me, its first time i am trying to setup ru pack p.s i can run without any problem from eclipse luncher
  14. i have original files of conflict and even tales im trying to say that this pack isnt as good as we look in game side, if u are so good kid check codes how much it sucks. before i could get source of tales i wrote own cb htmls like it so u will never understand that im running conflict server with those htmls as both servers are good for looking ingame. So be sure what u buy:D haha u will never be sure what u buy if u dont know original files http://prntscr.com/50p0zl http://prntscr.com/50p5p4 http://prntscr.com/50p5y2 http://prntscr.com/50p66u http://prntscr.com/50p1n7 http://prntscr.com/50p1vj http://prntscr.com/50p211 http://prntscr.com/50p17f http://prntscr.com/50p2ta http://prntscr.com/50p30k http://prntscr.com/50p366 http://prntscr.com/50p3ch http://prntscr.com/50p4b1 http://prntscr.com/50p4x7 http://prntscr.com/50p52y hey kid can u write them? yeah no so u go and buy and you will never understand if that is real source or not just demonstration for noob people :) to seller: good luck with selling it
×
×
  • Create New...