Jump to content

StarChild

Members
  • Posts

    134
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by StarChild

  1. You need patched system with no addons? Ok, here you go. Patched Gracia Part 2 system folder (clean) (no .dlls): http://rapidshare.com/files/200948107/system.rar PS: Since EncDec don't patch L2.exe by default, use LoaderCT1++.exe to launch the game!
  2. So, Gracia Final Client files released! http://www.maxcheaters.com/forum/index.php?topic=47929.0 So any client modding expert gonna try to fix Duals and Fists? Well, ok, duals can be made from 1H Sword, but fists <__< Someone with good client modding skill, try to fix em and share please ^__^
  3. Which pack are you using?
  4. 1st: Wrong section... 2nd: There are plenty of guides in Client section. 3rd: There are also files you need in Client section. http://www.maxcheaters.com/forum/index.php?topic=40672.0
  5. I used: if (activeChar instanceof L2PcInstance) ((L2PcInstance) activeChar).restoreExp(100.0); And it worked! Thank you a lot :) Added: But it don't show an effect if you have for ex: 85 lvl and 23%... And setlvl is not a solution <__< Any other way to do this?
  6. Another question... How can I add for example LVL UP effect when ressurected? Since it's kinda booring to just stand up after death ^^ Thank you in advice.
  7. I have a problem! I have added your ressurection system and I wanted to change GB count to 100... I have changed this line: activeChar.getInventory().destroyItemByItemId("RessSystem", 3470, 1, activeChar, activeChar.getTarget()); To this: activeChar.getInventory().destroyItemByItemId("RessSystem", 3470, 100, activeChar, activeChar.getTarget()); And it takes 100 GB, but if you have 99 GB it ressurects you anyway and don't take GB! As I think, I need to edit this line and add here count: if(activeChar.getInventory().getItemByItemId(3470) == null) But how can I add it? I have tried getItemByItemId(3470, 100) , but this don't work and give an error... Help me please asap... Thank you in advice.
  8. Thank you! Very good guide you have made ^^ Easy to understand :P
  9. Thank you again :) Allready got this working ^^
  10. Thank you ^^ Hmm, I can't get it... I need to create new .java file or edit existing? If new, then which name I need to use and if existing, which one?
  11. Really nice idea! Thank you for sharing this, but... How can I use this on L2JFree? PS: Why all you ppl share thisns for L2JServer? :P Thank you in advice.
  12. About +5 in a step, allready done this! Thanks to Cobra! I need to create something like speacial scroll and it must be instant +100... Don't really know how to do this <__< Mana potion... Same thing as +100 scroll, need to create speacial Mana potion to restore 2k MP when used... Thank you in advice!
  13. Hello, 1st: I'm searching for a person who can explain me how to make enchants work +5 at a step, so it will be like: 0 > +5 > +10 > +15 > +20 > etc... And also how to make custom enchant to make for ex. +100 items with 1 use? This is related to enchants. 2nd: I need to create custom Mana potion, used search and unfortunaly didn't found any relevant results... So, if you can help me, please do it ^^ I'm using L2JFree Gracia PT2 Server. Thank you in advice, Andrew.
  14. Cobra, you'r a great man ^^ Waiting :)
  15. Any instructions about using this on L2JFree? I'm a newbie in Java :( I just can't figure out how to adapt this into L2JFree type code... Need an advice.
  16. Or you can use EncDec to patch your system and then you can easy edit patched files. Or as Cobra told, use another server's system...
  17. Ok, thank you. Waiting for Cobra to adapt this for L2JFree :P I hope he'll release it ^__^
  18. Can we use IDs like: "1,5,9"? Or only one at a time?
  19. Thank you for hiding ^^ Now I can't see :D
  20. I hope you will share L2JFree adapted version :P
  21. Really nice idea! Can I get some instructions how to put this into L2JFree source? Thanks in advance!
  22. Not sure about stats since this is ripped from Korean client, don't know if in English stats will be the same.
  23. Ok, the problem was in htm... :D I used links like: bypass -h npc_%objectId%_exc_multisell 7834 But must use: bypass -h npc_%objectId%_multisell 7834 without "exc" It was easy, but so much nerves :P Thank you all again ^__^
  24. Problem solve! Thanks for all ^^
×
×
  • Create New...