Jump to content

SweeTs

Legendary Member
  • Posts

    8,941
  • Credits

  • Joined

  • Last visited

  • Days Won

    25
  • Feedback

    0%

Everything posted by SweeTs

  1. "An hour has already passed since I created the topic. It's 6AM why no one help me. Most likely they hate me and won't help" rofl.. Annoying orange.
  2. Right.. https://www.4shared.com/rar/1yIgXMnI/skillxml.html
  3. Make things clear, I thought you were talking about the "text" :troll:
  4. Flood protector, if I'm not wrong.
  5. Don't feed the troll.
  6. But some npcs do not rotate, so it's about their animation or maybe matter of npcgrp value? Who knows.
  7. That's it, you have to figure out. Yet I mentioned return is a must, so I told what to keep :D
  8. if (activeChar.isStunned() || activeChar.isConfused() || activeChar.isAway() || activeChar.isParalyzed() || activeChar.isSleeping() || activeChar.isDead()) { activeChar.sendMessage("You Cannot Use Items Right Now."); activeChar.sendPacket(new ExAutoSoulShot(id, 0)); activeChar.setAutoPot(id, null, false); return; } The check already exists, simply remove two/three lines (return is a must) and voila. AutoPot runnable method.
  9. Simply add the check/return in the place where the cp is being used.
  10. It's ok, easiest and clean way to let them use mana / get heal.
  11. Your own auctions are not listed.
  12. Check regular updatePvpStatus (add player to the pvp flag task) and do the same.
  13. Post it there if you want, dont create new topic.
  14. Yeah, but with (almost?) zero ddos protection, which you should care of. If I'm not wrong.
  15. You need a check there, like if clan != null && is clan leader ? parse the color you want : original check.
  16. Admin with brain and his own ideas.
  17. Simple edit check vote method and add api /key config uh.
  18. Directly via item SQL settings.
  19. Go with Ubuntu / Debian.
×
×
  • Create New...