Package l2p.gameserver.model.quest

Examples of l2p.gameserver.model.quest.QuestTimer.cancel()


        st.takeItems(ManakiaLetter2st, -1);
        st.giveItems(GloveOfKepra, 1);
        QuestTimer timer = st.getQuestTimer("Wait2");
        if(timer != null)
        {
          timer.cancel();
        }
        st.startQuestTimer("EnkuOrcOverlordQuestMonster", 200000);
        st.addSpawn(EnkuOrcOverlordQuestMonster);
        st.addSpawn(EnkuOrcOverlordQuestMonster);
        st.addSpawn(EnkuOrcOverlordQuestMonster);
View Full Code Here


        st.takeItems(KasmansLetter2rd, -1);
        st.giveItems(GloveOfBurai, 1);
        QuestTimer timer = st.getQuestTimer("Wait3");
        if(timer != null)
        {
          timer.cancel();
        }
        st.startQuestTimer("MakumBugbearThugQuestMonster", 200000);
        st.addSpawn(MakumBugbearThugQuestMonster);
        st.addSpawn(MakumBugbearThugQuestMonster);
        st.playSound(SOUND_BEFORE_BATTLE);
View Full Code Here

        isQuest.deleteMe();
      }
      QuestTimer timer = st.getQuestTimer("Wait1");
      if(timer != null)
      {
        timer.cancel();
      }
      timer = st.getQuestTimer("PashikasSonOfVoltarQuestMonster");
      if(timer != null)
      {
        timer.cancel();
View Full Code Here

        timer.cancel();
      }
      timer = st.getQuestTimer("PashikasSonOfVoltarQuestMonster");
      if(timer != null)
      {
        timer.cancel();
      }
    }
    else if(event.equalsIgnoreCase("Wait2") || event.equalsIgnoreCase("EnkuOrcOverlordQuestMonster"))
    {
      //Велосипед, но нужно удалить всех 4 одинаковых мобов
View Full Code Here

        isQuest.deleteMe();
      }
      QuestTimer timer = st.getQuestTimer("Wait2");
      if(timer != null)
      {
        timer.cancel();
      }
      timer = st.getQuestTimer("EnkuOrcOverlordQuestMonster");
      if(timer != null)
      {
        timer.cancel();
View Full Code Here

        timer.cancel();
      }
      timer = st.getQuestTimer("EnkuOrcOverlordQuestMonster");
      if(timer != null)
      {
        timer.cancel();
      }
    }
    else if(event.equalsIgnoreCase("Wait3") || event.equalsIgnoreCase("MakumBugbearThugQuestMonster"))
    {
      //Велосипед, но нужно удалить всех 2 одинаковых мобов
View Full Code Here

        isQuest.deleteMe();
      }
      QuestTimer timer = st.getQuestTimer("Wait3");
      if(timer != null)
      {
        timer.cancel();
      }
      timer = st.getQuestTimer("MakumBugbearThugQuestMonster");
      if(timer != null)
      {
        timer.cancel();
View Full Code Here

        timer.cancel();
      }
      timer = st.getQuestTimer("MakumBugbearThugQuestMonster");
      if(timer != null)
      {
        timer.cancel();
      }
    }
    else if(event.equalsIgnoreCase("Wait4") || event.equalsIgnoreCase("RevenantOfTantosChief"))
    {
      //Тележка...
View Full Code Here

        isQuest.deleteMe();
      }
      QuestTimer timer = st.getQuestTimer("Wait4");
      if(timer != null)
      {
        timer.cancel();
      }
      timer = st.getQuestTimer("RevenantOfTantosChief");
      if(timer != null)
      {
        timer.cancel();
View Full Code Here

        timer.cancel();
      }
      timer = st.getQuestTimer("RevenantOfTantosChief");
      if(timer != null)
      {
        timer.cancel();
      }
    }
    return htmltext;
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.