Jump to content

SweeTs

Legendary Member
  • Posts

    8,941
  • Credits

  • Joined

  • Last visited

  • Days Won

    25
  • Feedback

    0%

Everything posted by SweeTs

  1. Who knows. Blocking everywhere is just stupid and doesn't make any sense, that's why I mentioned / provided town hit block :D
  2. Nop.. You simply have to add Overriden isAttackable() to L2NpcInstance :P If you want to block hitting inside town, then @Override public boolean isAttackable() { if (isInsideZone(ZoneId.TOWN)) return false; return true; } Obviously, Ctrl + Shift + O to fix imports.
  3. No offense, but 50euro for this? Not worth. Default / custom (added) npcs, custom items, edited htm, ready shop and farm zone / gameplay, that's all or I missed something? :) There is nothing special, nothing that could catch an eye or something "new". Else, I know shit about pricing, but if this is worth 50 euro, then how would cost my or other ppl pack.. :o
  4. Bcs, the structure DOESN'T MATCH. Look my example and your, they are different, no? Also, if you are adding new, custom action (changeclass in your case), you have to add it @ Action enum inside FloodProtector. Take a look here, in this code I create new Action enum. http://pastebin.com/GuneGiQA No ready codes. You want to learn after all, no? If you want to learn, just follow tips / examples, change/add one/two letters and you are done.
  5. lol, for fucks sake. I HELPED you many times and so I did now. I gave you READY EXAMPLE. What you want more? :y u no?: Annoying thing is, Eclipse shows you error and explain to "insert a dot (.)" and you create topic / do a post with photo and ask what to do.. That's annoying.
  6. I find him annoying, I have no idea how you can be so calm :S
  7. Wrong method use, it's not for player. Check another uses of FloodProtector, for example if (FloodProtectors.performAction(activeChar.getClient(), Action.RESURRECT)) And your method misses clauses { }. Oh my gosh.. If you copy / paste, at least do it properly.
  8. My bad, doDie() from L2Character.
  9. Cuz you are removing from wrong file, remove it from doDie() from L2PcInstance.
  10. Yes, that's correct. Not dedi, but vps. 5~10e per vps :P I guess.. :D
  11. Ofc that work. That line control the sell case.
  12. I see 2 better ways: use player.getMemo() to store/retrieve info about the time change it to be usable as a item / skill. You set the reuse directly on skill. Obviously small touch @ itemhandler is required.
  13. In the file responsible for that instance?
  14. My code never had any problem.
  15. Most likelt it's sent from core. If you have sources, search for random keyword.
  16. Still, what I said is somehow legit. You guys have your topic, site, members names. So he can post there instead of asking questions without giving the question. Since, I can't rly see the quetion there. Zero info what he exactly want.
  17. wow, srsly. They have their TOPIC, they have their SITE, they posted info abou their TEAM, but still..
×
×
  • Create New...