Jump to content

Rootware

Legendary Member
  • Posts

    1,370
  • Credits

  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    100%

Everything posted by Rootware

  1. It's possible. Multi character loggin. But no one does not help to you with this implementation as free. Note: take offline shop and add the checks by offline status for tasks and connections.
  2. Your posted code not contains the place for this message. It can be something down.
  3. It can be a little bit more in detail about this?
  4. Huston, we have a problem. L2J server running not with default java parameters. Not main class, not main method.
  5. Offtopic: You want transform Lineage 2 to Counter-Strike 1.6? First you changed cast time and after add new weapons AK-47, M-16? :happyforever: You forgot about client side. skillgrp.dat contains cast time all skills. Edit only server side not enough. If you change something in skill variables on the server side, then you need change it in client side. Actually for skills aswell.
  6. Convert him in L2Tool and after open in Unreal ED.
  7. Because it's shitpack w/o simple check if (level > maxLevel) level = maxLevel;
  8. I thihk, if take L2UI_CT1 and change all windows in interface.xdat possible to get CT1 original interface.
  9. I don't understand some people who, posted errors from the console. What you doing, what Eclipse does not show errors in the project tree? Every second builds the project in console w/o of IDE help? Or NetBeans not highlights the errors? :dat:
  10. Nohow. It's core implementation and HF5 client not supported this. But you can buy this work. But it will be cost big money.
  11. I don't know how i can explain to you something, what you can't imagine for yourself. In few words: you need to edit AbstractEnchantPacket and RequestAugmentItem packet. The names can be other. The point of work it's change destroyItem(full as object) to destroyItem(only one amount).
  12. Change destroy methods for enchant scrolls and life stones.
  13. CatsGuard works not as subsystem. This tool changes basic the crypt system. If it not working, that you something doing wrong or missed.
  14. You need enable ForceGameGuard on the login server and use 2 files for client.
  15. Use The Kamael client as basis for your Interlude server.
  16. The formula for success: Write a code. Check and found bugs. Check and found bad big code. Rework code. Rewrite full system. Skill level up. Check code and found better implementation. Skill level up. Rewrite a code. Reduced 50% of lines of code. Skill level up. Looks good, but something stranged. Optimization of code. Skill level up. Good knowledge of server core. Drop old shitcode and write again with clear list. Skill level up. Looks perfect but something strange. Write again. Skill level up. Rewrite again. Skill level up. Done for sharing for private. Good reviewes about code. Skill and self-concept level up. Rewrite and optimisation of code. Sharing for all. Now, you know how much need time and knowledge for write a perfect code. Now you starts to respect a job of other people. And, the most important thing, you know how much it can cost.
×
×
  • Create New...