Package l2p.gameserver.model.quest

Examples of l2p.gameserver.model.quest.QuestState.playTutorialVoice()


      {
        return "";
      }
      if(player.getClassId().isMage() && !player.getClassId().equalsOrChildOf(ClassId.orcMage))
      {
        qs.playTutorialVoice("tutorial_voice_027");
        qs.giveItems(SPIRITSHOT_NOVICE, 100);
      }
      else
      {
        qs.playTutorialVoice("tutorial_voice_026");
View Full Code Here


        qs.playTutorialVoice("tutorial_voice_027");
        qs.giveItems(SPIRITSHOT_NOVICE, 100);
      }
      else
      {
        qs.playTutorialVoice("tutorial_voice_026");
        qs.giveItems(SOULSHOT_NOVICE, 200);
      }
      int SCROLL_RECOVERY = 8594;
      qs.giveItems(SCROLL_RECOVERY, 2);
      qs.exitCurrentQuest(false);
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.