Jump to content

Versus

Legendary Member
  • Posts

    3,947
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Versus

  1. Just add w/e code the patch has at ItemSkills class to Potions class.
  2. http://www.maxcheaters.com/topic/201920-l2dot-net-interlude-project/
  3. You need to modify engine.dll (and possibly more client files) and then it would require server side work as well. Not a good idea to deal with this if you are a beginner.
  4. No problem, you did all the work anyway :)
  5. You don't really need the SkillData //Reset skill cooldown on pvp Skill skill = getKnownSkill(821); //Currently Shadow Step if (skill != null) { enableSkill(skill); sendPacket(new SkillCoolTime(this)); }
  6. Yeah but coming here asking for more suggestions when he didn't even bother doing the things we originally suggested, it's just a waste of time for all of us at this point :P
  7. So you tested all the suggestions in this topic and nothing worked (i assume), where is the response to my post? You can't fix something if you don't know what's broken, you NEED to debug it, or move on like sweets told you to.
  8. SweeTs probably meant getKnownSkill(821) != null, besides i don't see why your enableSkill(skill) would enable every skill.
  9. Please read my post again, only thing i said was "well played", which i still believe because it's the first time i see this retard taking a defensive stance and not attacking everyone.
  10. It's so fucking hilarious. You judge EVERYONE in here (in a bad manner), for imperfect coding, i mean hell, you judged me without even looking at my coding and now that Elfo does the same thing to you, you feel the need to defend yourself. That's what i meant by "a taste of your own medicine" and for some reason you and Sdw thought i was judging you as well, or licking Elfo. My point was, that if you judge everyone for the slightest things, be prepared for the same to happen to you.
  11. I didn't blame anyone, nor licked. I just like the fact that for once you are on "defensive" and not the typical moron you usually are ^^
  12. It's funny to see the man that judges everyone and everything finally getting a taste of his own medicine. Well played Elfo, well played.
  13. Open the bat file with notepad and you'll see it there.
  14. Well i already told you where the problem is, just look at getHopzoneVotes() method and make it read the proper part of the html page. Just look at hopzone's source code, your method should only require some small tweaks.
  15. It's not reading the proper part of html. It expects to read a number, the votes and you are feeding it with a string, so the problem here is the "votes number detection".
  16. If you only removed the 2 lines you showed us, you should be able to buy from NPC multisell too. What i meant with bypass the check: If multisell is triggered through NPC -> check for range/null merchant. If multisell is triggered through CB -> don't check for range/null merchant.
  17. Buying from NPC would work if you only removed these 2 lines, but there won't be any range check on any multisell on the server. A player could trigger multisell packet from npc, teleport and still buy items. If you don't like this behavior i'd suggest you to re-add the check, and make it being bypassed in case the multisell was triggered by CB command.
  18. Right. But i would suggest you to take a look on the other posts and reconsider your course of action. This algorithm is very suboptimal, you should try to recode it or at least understand why.
  19. The code like this should work, that NPE you get is probably some error inside the XML, since you get it at both CB/NPC. The fact that buy from multisell doesn't work, is probably because there would be some kind of NPC range check inside MultisellChoose.java (i'm not home i can't check the packet, but i'm 90% sure i'm right on this one).
  20. ---> HELP SECTION <--- People are supposed to be noobs. Get over it.
  21. Since when did this forum turn into a circlejerk? This is a help section and people can ask whatever the hell they want, they are not here to be judged.
  22. I don't understand the reason you have to use only one <td> for such a big text. Try to use more and i'm pretty sure your problems will stop.
  23. There's no easy way to fix this (changing a config, etc), read tryskell's post, his explanation is more than enough and provides a solution as well.
×
×
  • Create New...