diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-07-27 10:10:31 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-07-27 10:10:31 +0000 |
commit | 76c525df7fd9ed50492b3cc298cd3b468b3abae5 (patch) | |
tree | c6e64f6831c32e9ad4f1c3fdee1e8c4184e9ea06 /npc/jobs/valkyrie.txt | |
parent | 1110c8cadd71863155a84bbf961803ad7601ef58 (diff) | |
download | hercules-76c525df7fd9ed50492b3cc298cd3b468b3abae5.tar.gz hercules-76c525df7fd9ed50492b3cc298cd3b468b3abae5.tar.bz2 hercules-76c525df7fd9ed50492b3cc298cd3b468b3abae5.tar.xz hercules-76c525df7fd9ed50492b3cc298cd3b468b3abae5.zip |
Added Quest Log commands for 1-1 job quests and trans quest.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13969 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/valkyrie.txt')
-rw-r--r-- | npc/jobs/valkyrie.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/jobs/valkyrie.txt b/npc/jobs/valkyrie.txt index 592dfd186..53bf49913 100644 --- a/npc/jobs/valkyrie.txt +++ b/npc/jobs/valkyrie.txt @@ -5,7 +5,7 @@ //= finished, optimized and tested by Lupus //= L0ne_W0lf //===== Current Version: ===================================== -//= 2.9b +//= 3.0 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -36,6 +36,7 @@ //= 2.8 Corrected NPC names to fall within proper restrictions. [L0ne_W0lf] //= 2.9 Corrected Valkyrie case spicifying where to warp after rebirthing. [L0ne_W0lf] //= 2.9b Fixed Verdandi typo, fixed resetting vars [Lupus] +//= 3.0 Added quest log commands. [L0ne_W0lf] //============================================================ valkyrie,48,86,4 script Valkyrie# 811,{ @@ -138,7 +139,6 @@ valkyrie,48,86,4 script Valkyrie# 811,{ mes "[Valkyrie]"; mes "One..."; mes "Two......"; - //callfunc("F_SaveQuestSkills"); //now not used next; mes "[Valkyrie]"; mes "One..."; @@ -152,6 +152,7 @@ valkyrie,48,86,4 script Valkyrie# 811,{ set MISC_QUEST,MISC_QUEST | 1024; //<-reset Skill Reset Event skill 142,1,0; skill 143,1,0; + completequest 1000; next; mes "[Valkyrie]"; mes "Congratulations."; @@ -231,6 +232,7 @@ 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."; |