Jump to content

melron

Legendary Member
  • Posts

    1,403
  • Credits

  • Joined

  • Last visited

  • Days Won

    32
  • Feedback

    0%

Everything posted by melron

  1. Item Grade ... (mporei na sou dixnei oti einai S alla afto einai client side.. checkare ti grade exeis dwsei)
  2. Can i ask why you shared it free? p.s Yes i saw what you wrote up there, but i have to ask you again... Why you shared it free?
  3. Open isSkillDisabled method, Inside of this method add messages in every IF / case (where return is true) to see where the problem is, post the prob here ;)
  4. Okey maybe im wrong but since you have in your hands the skill that will removed you can check this one ... something like that if (linked && _linkedSkill != null && player.isSkillDisabled(_linkedSkill)) { message } before final int costMultiplier = skill.getEnchantCostMultiplier();
  5. Why to check all skills since he want to check the skill that selected for enchant? as solomoun suggested, if (player.isSkillDisabled(skill)) return false;
  6. You already have the code you want m8 ;) you just need adapt... Start solo to do this and if you stuck somewhere then for sure some members will give u a hand to finish it.. but dont cover urself when you saying you dont want to spend your time...
  7. Do you love this word dude?
  8. Are you blind or what? You have to check again my words. I said (and quote it) The problem in our days is that all of you try to do exactly what you said without thinking that in essence you are destroying the fucking game Hidden message : ( .. that all of you (like you) ) Yes i do believe that YOU are destroying the fucking game when you have a pack in your hands and the only thing you do is changing configs , server name , npcs style then open the server , gain as much money as you can , close the server and repeat that until you get bored , yes i believe that (im using your words) I am not even a developer to judge another dev here but i can judge idiots like you for example...
  9. I aggree that l2 is seasonal but wait a min... Who told you that im hater? who told you that i havent a successful l2 and who the hell told you that im trying to open a server? The problem in our days is that all of you try to do exactly what you said without thinking that in essence you are destroying the fucking game Guess what! There are billions of actions in the world that can offer self-esteem , respect and money than to open a server ...
  10. You deserve this because in this case you took the answer about this about 4-5 times? and you still talking witn nosense ... wtf?
  11. You should add a 'timer' when pick up detected.. L2PcInstance.java @@ -6892,6 +6892,18 @@ checkAndEquipArrows(); } } + + double speed = this.getStat().getMovementSpeedMultiplier(); + int div = 800; + ThreadPoolManager.getInstance().scheduleAi(new Runnable() + { + @Override + public void run() + { + setIsParalyzed(false); + } + }, (int) (div/speed)); + setIsParalyzed(true); target = null; } Customize div to your value
  12. Can you imagine YOUR reaction as tryskell when a guy spamming for help in discord ? About the server protection the answer is : "ppl are idiots if they buy java libs with possibly embedded backdoors" The thing with the shared pack , what he can do to him ? maybe he knows it may not.. whats the difference? Every change in source is made for a reason lol.... Finally, you are free to delete acis files & logout from discord.... My question: Why you made this topic?
  13. Your question makes new question... The broadcast is fast or you can get many dropped items without 'delay' ?
  14. This is happening to all npcs in l2
  15. Find the method in L2PcInstance that setting +1 pvp and before that remove the check if (!activeChar.isInsideZone(L2Character.yourzone)
  16. I think you missunderstood me... all i want to say is, you are in a "help" section... that means you will get help... not "what ever i need"... look the first line of your first post and then realize your other answer when you got help "This doesnt help,I dont code. I can only copy/paste from existing codes. "...
  17. You are wrong... I helped you... the thing is i didnt gave you the whole code you need... what to say m8... if you cant just add 2 fucking lines u dont deserve to open a server srsly now...
  18. What logic is this? Try to code lol... Ofc you will not be able to code but if you just searching for codes whats the point? You want server and you dont even try to code? why? wtf people...??
  19. 2 packets. MagicSkillUse SocialAction
  20. you can use your Search button -> can't spawn twice
  21. Do you know what server they are looking for? Players: Auto account register and login within 10 seconds instant lvl 80 with top gear PI as pvp area The only farm is top grade life stones which are in donation list too pvp until 1 week passed or get HERO l2.hopzone.net click at All lineage2 Servers link download the system repeat from (1) Owners of a server: Open server get as much money you can close server edit the same server (htmls and npcs) repeat from (1)
  22. true. rly dude? so, if you deal with me 500E for a code and finally i get it , it may coded in another project with bugs inside and i should pay you more to fix these bugs + the adaption to my project? What a shame, I thought it doesn't work that way WTF PEOPLE
  23. CHARGEDAM its skilltype. You can take a look in your skills xml . search for this <set name="skillType" val="CHARGEDAM"/> celestial shield etc, its BUFF type so you will not have problems... To be honest i didnt checked all the skills with type CHARGEDAM but i believe there isnt any issue in this case.. TSS DSS etc skills have this type so u will be fine. But again , if u just want only 2 skills dont add my code use solomuns
×
×
  • Create New...