Package l2p.gameserver.model.quest

Examples of l2p.gameserver.model.quest.Quest.newQuestState()


    {
      Quest q1 = QuestManager.getQuest(_143_FallenAngelRequestOfDusk.class);
      if(q1 != null)
      {
        st.exitCurrentQuest(false);
        QuestState qs1 = q1.newQuestState(st.getPlayer(), STARTED);
        q1.notifyEvent("warehouse_chief_natools_q0141_01.htm", qs1, npc);
        return null;
      }
    }
    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.