Jump to content

^Wyatt

Members
  • Posts

    1,418
  • Credits

  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Everything posted by ^Wyatt

  1. It's already reported (in the correct topic).
  2. So which pack are you using? You should look for isAttackable() method inside L2Npc or L2NpcInstance and add there a "return false;" or a config to allow you to switch it as you wish.
  3. You can't delete it with the way people works ~File Editor, and you can't delete it java side. That's what am I saying.
  4. As far as I know you can't delete tabs even editing the client. You can only remove the tab name and disable it, but not remove it.
  5. ? I would be mad if it appears when I CTRL + S, otherwise, QQ your fault.
  6. This is exactly the same that can happen when you're working with any program for too long and you don't save a copy of it, you can blame the program (the forum in this case) but it's still your fault to not save it.
  7. hmm... I have no clue... the code is so large to look it carefully Q_Q but do you see the html that appears when the npc hasn't html? "This npc has not any Quest" or something like that, I don't remember... or u just talk to it and nothing happens?
  8. Strange... all seems ok.. your npc is L2Npc or another type?
  9. And did you add it correctly? private int _isSpoiledBy = 0; @@ -1102,9 +1103,9 @@ // Open a chat window on client with the text of the L2NpcInstance if (isEventMob) - { L2Event.showEventHtml(player, String.valueOf(getObjectId())); - } + else if (_isEventMobRaid) + Raid.showEventHtml(player, String.valueOf(getObjectId())); else { Quest[] qlsa = getTemplate().getEventQuests(Quest.QuestEventType.QUEST_START); And the event is spawning the npc or are you spawning it?
  10. That's to avoid players getting stuck with others, what's wrong?
  11. You can make a task to check it ye... or maybe a mirror vote page that checks when u click the vote button. But all these ways are banned by Hopzone and so.
  12. ?? /*else if (command.startsWith("_bbsloc")) { RegionBBSManager.getInstance().parsecmd(command, activeChar); }*/
  13. I think it can be java side if you have not geodata, but with geodata enabled it could be solved through it. But I'm not sure, never played with these things :poker face:
  14. You just need a proper geodata to solve that problems... edit. the heading is the rotation of your char, if I'm not wrong.
  15. I guess that can it be locked? If not, pm me.
  16. http://www.maxcheaters.com/topic/171464-need-little-help/?do=findComment&comment=2289844
  17. ?? You'll fail if you can't even post in the proper section lol please, :good sir:
×
×
  • Create New...