From a55285b3c3ff19cbd2b933e60a6e2b4440937236 Mon Sep 17 00:00:00 2001 From: Kisuka Date: Fri, 11 Sep 2009 04:52:10 +0000 Subject: - Added quest log commands to all job quests. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14054 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/jobs/valkyrie.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'npc/jobs/valkyrie.txt') diff --git a/npc/jobs/valkyrie.txt b/npc/jobs/valkyrie.txt index 53bf49913..b77eed5ec 100644 --- a/npc/jobs/valkyrie.txt +++ b/npc/jobs/valkyrie.txt @@ -232,7 +232,6 @@ yuno_in02,88,164,5 script Metheus Sylphe#Library 742,{ if (Zeny >= 1285000) { set zeny,zeny-1285000; set valkyrie_Q,1; - setquest 1000; mes "[Metheus Sylphe]"; mes "Thank you, your donation will be used for a good cause. You may"; mes "now go in and read the book."; @@ -325,6 +324,9 @@ yuno_in02,93,207,1 script Book of Ymir 111,{ mes "can confirm that Valkyrie and Valhalla actually exist..."; next; set valkyrie_Q,2; + if(checkquest(1000) == -1) { + setquest 1000; + } mes "[The Book of Ymir]"; mes "Let the heroes live new lives"; mes "so they can protect the world"; -- cgit v1.2.3-70-g09d2