diff options
author | Kisuka <Kisuka@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-09-11 04:52:10 +0000 |
---|---|---|
committer | Kisuka <Kisuka@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-09-11 04:52:10 +0000 |
commit | a55285b3c3ff19cbd2b933e60a6e2b4440937236 (patch) | |
tree | 8a008f5e6861353898f391f8925c80fc432af89e /npc/jobs/valkyrie.txt | |
parent | cb109f91b0b953413b9245a1bee305cf0ada841f (diff) | |
download | hercules-a55285b3c3ff19cbd2b933e60a6e2b4440937236.tar.gz hercules-a55285b3c3ff19cbd2b933e60a6e2b4440937236.tar.bz2 hercules-a55285b3c3ff19cbd2b933e60a6e2b4440937236.tar.xz hercules-a55285b3c3ff19cbd2b933e60a6e2b4440937236.zip |
- 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
Diffstat (limited to 'npc/jobs/valkyrie.txt')
-rw-r--r-- | npc/jobs/valkyrie.txt | 4 |
1 files changed, 3 insertions, 1 deletions
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"; |