Examples of cancelQuestTimer()


Examples of lineage2.gameserver.model.quest.QuestState.cancelQuestTimer()

          }
          if (count >= 4)
          {
            stop_chest_game(st);
            leader.set("chest_game", "2");
            leader.cancelQuestTimer("chest_timer");
            st.playSound(SOUND_MIDDLE);
          }
          else
          {
            st.playSound(SOUND_ITEMGET);
View Full Code Here

Examples of lineage2.gameserver.model.quest.QuestState.cancelQuestTimer()

      removeQuestFromMembers(st, true);
      return null;
    }
    if (st.getPlayer() == pc)
    {
      leader.cancelQuestTimer("poison_timer");
      leader.cancelQuestTimer("chest_timer");
      removeQuestFromMembers(st, true);
    }
    return null;
  }
View Full Code Here

Examples of lineage2.gameserver.model.quest.QuestState.cancelQuestTimer()

      return null;
    }
    if (st.getPlayer() == pc)
    {
      leader.cancelQuestTimer("poison_timer");
      leader.cancelQuestTimer("chest_timer");
      removeQuestFromMembers(st, true);
    }
    return null;
  }
}
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.