
janiko
Members-
Posts
205 -
Credits
0 -
Joined
-
Last visited
-
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by janiko
-
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.
-
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
-
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:
-
Interesting i would join this project for fun )
- 190 replies
-
- L2JUnity
- Infinite Odyssey
-
(and 1 more)
Tagged with:
-
Nice feauters, good staff, gl
-
Source L2Tales Original Source Old
janiko replied to kingbill's topic in Server Shares & Files [L2J]
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 -
Discussion Best L2 Java Russian Platform
janiko replied to valanths1990's topic in Server Development Discussion [L2J]
My Hybrid pack which is based on ru files and support L2J DataPack -
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
-
best guides, thank you for your share
-
thank you
-
Help Failed To Load Russian Pack
janiko replied to janiko's question in Request Server Development Help [L2J]
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 -
Help Failed To Load Russian Pack
janiko replied to janiko's question in Request Server Development Help [L2J]
nope, lib is loaded but in lib default package is Util.class, appears that class loader cant load it . -
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
-
WTS H5 L2Tales (Source Included).
janiko replied to sunt_cinic@yahoo.com's topic in Marketplace [L2Packs & Files]
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 -
WTS H5 L2Tales (Source Included).
janiko replied to sunt_cinic@yahoo.com's topic in Marketplace [L2Packs & Files]
Sorry but this is not original source of l2tales, this guy updated l2arion htmls in community board and some .cp command htmls that is it. trust me or not you dont know what u buy :) Btw why this guy can sell l2tales pack? he has enough privileges to sell it and others not? -
Hi guys i am trying to enable macro bug on hi5 server. The thing is i cant find a way to do this, i debuged packets and found out that when i type /skilluse <skillname> or /skilluseforce <skillname> fucking client send data to RequestMagicSkillUse, any ideas how to understand if the player used macro which contain skilluse/skillforce?
-
Anyone can guide/help me how to obfuscate java files with proguard?
-
thanks, that was the size i was looking for ;)
-
Cant understand, can u show me any example?
-
people im looking for all font sizes here are some that i discovered, <font name="hs9"> <font name="hs12"> <font name="hs15"> <font name="hs16"> <font name="hs28">
-
Help Html Button Fore Back Actions
janiko replied to janiko's question in Request Server Development Help [L2J]
Thanks your guides help me :) Well i followed your guide i made table with normal icon and in button i used those two actions to make halfly invisible and the resul was same as i showed on picture. Thanks again Vampir back=L2UI_CT1.ItemWindow_DF_Frame_Down fore=L2UI_CT1.ItemWindow_DF_Frame -
Help Html Button Fore Back Actions
janiko posted a question in Request Server Development Help [L2J]
Can anyone guide me how to make button like this? well thing is buttons have fore and back attribute if i fill both on mouse hover i get black screen and the example one is working differently. http://prntscr.com/501ng1 http://prntscr.com/501qe4 -
Help Html Image Overly How To Make?
janiko replied to janiko's question in Request Server Development Help [L2J]
You are amazing dude thats what i wanted :* i was sure that i didn't needed any Icon Rework or calling it from DDSCONVerter , thanks a LOT :****