Jump to content

tati

Members
  • Posts

    302
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by tati

  1. Sweet work bro! Really good video and nice colors in the various armors. Keep it up! But the Armorgrp.dat text file is quite empty. There are not many lines in it. What is what? Is it all heavy?
  2. Sawk is the biggest scumbag ever. This is his 10th or 11th server now. I remember his first server, which he opened and closed everytime he needed money called L2Infinity, and then he opened various servers, most notably L2Renewal which has opened and closed lots of times now. I guess he really is out of money and he needs some cash for the summer. Do not invest in his server, unless you know the server will not last for too long. honest tip
  3. This doesnt work for freya :s
  4. Can you maybe post a picture of what the modifications to that file does?
  5. Does this exploit work for Epilogue and Freya?
  6. All L2J Servers which are Freya or older
  7. Alright, it seems that this exploit works on Freya servers. I got a little fix here for it for whoever is interested: Credits go to Nik and everyone at L2J. ### Eclipse Workspace Patch 1.0 #P L2J_Server Index: java/com/l2jserver/gameserver/network/clientpackets/RequestAcquireSkill.java =================================================================== --- java/com/l2jserver/gameserver/network/clientpackets/RequestAcquireSkill.java (revision 4549) +++ java/com/l2jserver/gameserver/network/clientpackets/RequestAcquireSkill.java (working copy) @@ -94,7 +94,10 @@ if (!Config.ALT_GAME_SKILL_LEARN) player.setSkillLearningClassId(player.getClassId()); - if (player.getSkillLevel(_id) >= _level && _skillType != 3) + // If current skill lvl + 1 is not equal to the skill lvl you wanna learn (eg: You have Aggression lvl 3 and the packet sends info that + // you want to learn Aggression lvl 5, thus skipping lvl 4.) or the packet sends the same level or lower (eg: Aggression lvl 3 and the + // packet sends info that you want to learn Aggression level 3). + if (Math.max(player.getSkillLevel(_id), 0) + 1 != _level && _skillType != 3) { // already knows the skill with this level return;
  8. why is it useless? It's a perfectly functioning and usable modification.
  9. Sakaszli, L2Lige seems really nice. I just checked your website and watched your video. It's really an awesome programme :) good work
  10. Chandy :D Do more such nice weapons.
  11. Here is a brilliant Geodata Builder/Editor made by Forsaiken from the L2J Team. All credits go to him. It's free to share since he also shared it to everyone for free. Enjoy =) Since years everyone used 2D editors to modify the geo. It`s hard to modify each cell...specialy when working on an region with multiple floors. Well i ended up with the question if an 3D editor might be better... I tried Java3D first...but damn it was just slow and complicated. Then i found JMonkey (Rev2) and well it didn`t take long until the very first version was complete. But the editor used nearly 1gbyte of ram just for the region of ToI...well smth different must be used. I switched over to JMonkey (Rev 3) and finally the ram usage decreased to like 400mb! After several hours of work the editor was still ain`t working right...but good enough todo basic stuff. The first version was then shared with the L2j Dev team (non public). Well much time pased since then and i took me an heart and started to look deeper into JOGL and LWJGL. Due to the better AWT support of JOGL i tried around with it. The very first experiment was already awesome (using Immediate mode). Using DisplayList was event better! Damn time to start smth real. Some optimizations later and after porting (some) parts of the old gui (mostly rewritten), the editor was ready to be used...for public! You can download the latest version here: http://code.google.com/p/g3d-editor/ Scroll down...you will find the link there for the latest beta build :) It supports l2j geo files and off geo files (read AND write) Why am i using Google Code? Because this in an "unofficial" geo editor and only developed by me. If you like my work please donate a little (this is not a must but it would be great after so much hours of work) Hf with it :) Edit: Made a little video showing what is possible yet More info here: http://www.l2jserver.com/forum/viewtopic.php?f=94&t=21432
  12. Did you manage to remove it?
  13. Post in the proper section next time...
  14. where is the rain? In every town like giran, aden? Or some other place?
  15. That is true, but I think it's fairly easy if you follow the steps
  16. Hey to all, A great new Aion Java Server Development Project is alive. AionJ!!! The project seems to have a very very experienced developing team and a very experienced main Dev, MrPoke from L2JServer.com The project looks really promising for all that are interested in working with the AionJ team and to run a private Aion server. I can only advise anyone that is interested to register on the forum and start having fun :) Main Website: http://www.aionj-hungary.com/ Source Code Website: http://code.google.com/p/aionj-hungary/source/list
  17. The new client has been released on www.lineage2.com To modify files and increase modding/sharing, we would be needing a new FileEdit for HighFive. If anyone knows how to do it, feel free to share it. I'm sure you'd get a lot of kudos and karma :) Peace
  18. AWESOME SHARE!!! Continue like this!
  19. can someone do the same for freya :D?
  20. CriticalError already shared these for freya i think.
  21. can anybody confirm that this works on epilogue or freya ?
  22. seems like nobody wants it :)
  23. what do you have to change in systemmsg-e.dat for it to show critical hits etc. to the right of the screen in big letters like that?
  24. You got a lot of spelling errors on your website... Maybe you should aim for a more national population
  25. Ahhhhh nice :) thanks a lot you two. Good to know this =)
×
×
  • Create New...