Jump to content

Kara

Banned
  • Posts

    2,100
  • Credits

  • Joined

  • Last visited

  • Days Won

    46
  • Feedback

    100%

Everything posted by Kara

  1. A primitive packet require you to define it using a name. Basically try send again an empty primitive or to a different location such as 0, 0, 0 with the same name and it will replace it.
  2. Hello, i had a client once who had a bug in aCis 399 Rev. Once you hit a player (flag or not) after 1-2 melee attacks you stopped as if the target is not auto attackable. I had this fix but after 2 years i have the same thing. Is this retail like or bug? Should the attack stop like this?
  3. Kara

    Devlin Pack

    Next time you downvote me have a good reason other than your childish behavior. I just asked if he has a problem versus Devlin and you downvote my comment?
  4. Kara

    Devlin Pack

    You guys have serious problem.
  5. @Tryskell i tried convience a client yesterday to buy your project cause i though you fixed movement and attack but then he joined your test and post me this video: https://streamable.com/cqlivs He said obviously not. Can you fix those issues please? I want redirect clients of mine to your project since you "fixed" movement but it still has visible issues and it's far from OFF like.
  6. Im not player nor have the knowledge to judge. I ask you instead.
  7. Your movemenet in your project is considered OFF line right now? I mean you fixed it "completely" ?
  8. @Celestine Κανε κατι σωστο εκτος απο το να τρως φιστικια ολη μερα με τη δικια σου και βαλε μου το Youtuber Rank. Εχω κ εγω καναλι
  9. On scale 1 - 10 how good is he? I'm lookin for a guy who know how to edit .DLL in client for my community.
  10. Your problem is here: if (_cha.isInZone(_zone)) { _cha.startPvPFlag(null); } else { _checkTask.cancel(true); _checkTask = null; } Either the _cha is null which i doubt or the _checkTask future task is null. Do a debug in those 2 variables.
  11. Επειδη αγορασα στον L2Elite πριν 4 χρονια AM-AC +25 κοστιζει 200-300 ευρω το λιγοτερο μην περιμενεις πιο κατω για +26. Επισης ο L2Elite ειναι οτι καλυτερο υπαρχει εδω και 15+ χρονια αρα καλυτερα να δωσεις ενα 450αρι να παρεις και Elite Armor και Valakas να το ευχαριστηθεις.
  12. https://www.l2jbrasil.com/topic/136958-acis-380-381382-com-trunk-atualizada-e-nova-geodata/
  13. Didnt you read? Its not completed. Image write this code and remove element while is reading
  14. Ok let's start. 1. You're doing an iteration over private final List<Npc> _boxList = new ArrayList<>(); which mean ArrayList<> is not the proper type. Use CopyOnWriteArrayList for thread safety reasons. 2. This is completely useless, also you're doing double "setTarget" if(this.isDead()) { player.setTarget(player); player.setTarget(null); return; } (Also this is needless) 3. Why initialize a variable using 0 and then add the value again? Why no do it directly? int chanceToDie = 0; chanceToDie = Rnd.get(100); 4. Why this check exists in both then and else case? LuckyChests.getInstance().removeluckyBox(this.getObjectId());
  15. Your real question is "I want open a server, how much it cost?" Because opening a server is 15 minute work. You need money to support and add codes. Empty server is useless.
  16. He indeed wrote some code in L2J but his contribution is zero compared to others like Zoey. If you check the whole timeline of Mobius and check L2J core also you see he even copy paste their fixes name. The only thing i admire this guy is how he can do this for 15 project everytime. He must never leave house or so. Ok George. I apologize
  17. Stop this goddess thing, it's a joke. People laugh. Thank you.
  18. Maybe pm directly to @NevesOma?
  19. Since when you have opinion over java software when youre only doing system RE edits? Please show me a basic code you made, im curious "goddess". You have no idea. L2j is the base project of all java projects. Even mobius is just leeching their fixes and apply to all his projects. L2j is way ahead of any project.
  20. Can you provide please some proof that you gave him any file? Cause this guy is one of my clients and he is a fine person and paid instantly before receive codes. Or that you selling your own work and not resell others? @Celestine can confirm if you're making your own interface.
×
×
  • 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