Jump to content

madzkull

Members
  • Posts

    149
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by madzkull

  1. I think official L2J is now freya :) @ZiTioN Thanks for sharing this system folder =)
  2. I think theres an option where you can change it in character.properties its in skillduration... you have to enable it first
  3. R O F L ! I just made a fool of myself declaring new one without even reading the code itself thanks again.. I'll test this one later... UPDATE: Thanks parizakis for the help its now solved requesting lock of the topic 8)
  4. I can see here in subclasseSet1 Set<PlayerClass> subclasseSet1 = EnumSet.of(DarkAvenger, Paladin, TempleKnight, ShillienKnight); its class are all tankers if I add warcryer or overlord maybe they can sub to it? update: I tried declaring a new one private static final Set<PlayerClass> subclasseSet6 = EnumSet.of(BountyHunter, Warlord, Gladiator, ElvenElder, ShillienElder, Destroyer, Tyrant, Warcryer, Bishop, Prophet, Swordsinger, Bladedancer, TreasureHunter, AbyssWalker, Plainswalker, Hawkeye, SilverRanger, PhantomRanger, Warlock, ElementalSummoner, PhantomSummoner, Sorceror, Spellsinger, Spellhowler); private static final Set<PlayerClass> subclasseSet7 = EnumSet.of(BountyHunter, Warlord, Gladiator, ElvenElder, ShillienElder, Destroyer, Tyrant, Bishop, Prophet, Swordsinger, Bladedancer, TreasureHunter, AbyssWalker, Plainswalker, Hawkeye, SilverRanger, PhantomRanger, Warlock, ElementalSummoner, PhantomSummoner, Sorceror, Spellsinger, Spellhowler); I'm not sure if this one works?
  5. Sorry for being noob but I can't understand anything here hehehehehe anyway I need help in editing the subclass of warcrayer/doomcryer and overlord/dominator that they cannot sub to paladin, temple knight and shillen knight...
  6. Looks cool soo what client does this project supports?
  7. Guys where do I edit somthing example an orc mage can't subclass to a human paladin or temple knight? where do I edit the subclasses of orcs or any other char? like Dark elfs can sub to elves class? thanks guys... 8)
  8. yes you are right its not registered in recipe.xml but anyway thanks for the help please lock the topic
  9. yes it exist in the GM shop menu of Admins look at this picture
  10. I think I've just discovered something it seems the craft manager can read s80 recipies but only 60% once not the 100% :( so how do I include 100% recipe?
  11. its ok parizakis :) mods please lock the topic
  12. Guys Here is the full source of L2CraftManagerInstance.java so you can check it.... Thanks guys for you help @ parizakis public String getCrystalIcon(int grade) { return "icon.etc_crystal_"+(grade==1?"blue": grade==2?"green": grade==3?"red": -- grade==4?"silver":"gold")+"_i00"; + grade==4?"silver": + grade==5?"gold")+"_i00"; } This code is useless since this is just in crystallize section and theres nothing wrong with crystallization I've also tried this code but still the same String _crystal = _item.getItem().getCrystalType()==1?"D": _item.getItem().getCrystalType()==2?"C": _item.getItem().getCrystalType()==3?"B": -- _item.getItem().getCrystalType()==4?"A":"S"; + _item.getItem().getCrystalType()==4?"A": + _item.getItem().getCrystalType()==5?"S":"S80"; I send to you the source so you can review it thanks again guys for helping me
  13. It now works! THanks Darkelf Darkelf maybe you can help me with my other problem http://www.maxcheaters.com/forum/index.php?topic=171261.0
  14. I tried it but still Ultimate defense still works on robes :( Please help :'(
  15. Thank you my friend for the help I'll test this later
  16. Can I ask somthing? Is there a way to make Ultimate defense not to work at 100% unless they are wearing heavy armor? so there won't be a mage with 3000 pdef. and spamming spells and dealing insane amounts of damage while being virtually immortal.. Please help guys
  17. It is freya theres new items existed even the new mobs but then I think its customed..
  18. cool share thanks for this.. 8) so what files are you using =p L2Open?
  19. anyone help me? need to make the craft manager read s80 recipies thats my only problem the rest works now :-[
  20. I'm also looking for updated EPilogue Client
  21. you can try this http://www.maxcheaters.com/forum/index.php?topic=113748.0
  22. why L2J-Infinity is the Best L2j Epilogue? not L2J official?
×
×
  • 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