summaryrefslogtreecommitdiff
path: root/npc/cities/valkyrie.txt
diff options
context:
space:
mode:
author(no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-02-04 23:22:34 +0000
committer(no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-02-04 23:22:34 +0000
commitb91405aa5454bab5eeacd29d28a773812ef55b29 (patch)
tree7a468bf51a4b8c67f466a168d611578a9b057a1b /npc/cities/valkyrie.txt
parent414864ad8b4237cc31d03b020119a8cf978c30bc (diff)
downloadhercules-b91405aa5454bab5eeacd29d28a773812ef55b29.tar.gz
hercules-b91405aa5454bab5eeacd29d28a773812ef55b29.tar.bz2
hercules-b91405aa5454bab5eeacd29d28a773812ef55b29.tar.xz
hercules-b91405aa5454bab5eeacd29d28a773812ef55b29.zip
some item/mob db fixes
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1032 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/cities/valkyrie.txt')
-rw-r--r--npc/cities/valkyrie.txt13
1 files changed, 10 insertions, 3 deletions
diff --git a/npc/cities/valkyrie.txt b/npc/cities/valkyrie.txt
index 6c0c4a67c..94f41920b 100644
--- a/npc/cities/valkyrie.txt
+++ b/npc/cities/valkyrie.txt
@@ -1,7 +1,7 @@
// Valkyrie Replacement after kRO.
// The Jobquest from kRO on how to advance to a Reborn class.
// Made by: Nana
-// 1.01 bugfixex by Lupus
+// 1.0.2 bugfixex by Lupus
// -== Warp's needed! ==-
@@ -44,15 +44,15 @@ L_Start:
mes "[Book of Ymir]";
mes "And only after then, the decended ones will aprove you to the highest obedience.. Into the warmth of Valkyrie, you will be welcomed by the gods themself.";
next;
- mes "[Book og Ymir]";
+ mes "[Book of Ymir]";
mes "*As you close the book a strange ray of light sourounds you and you suddently feel light. Everything around you fades away and all you can see left is white before you pass out.*";
warp "valkyrie",48,9;
- set valkyrie_Q,0;
close;
}
// -== The Librarian that watches the "Book of Ymir" ==-
yuno_in02.gat,91,176,5 script Librarian 754,{
+ if (valkyrie_Q>0) goto L_DONE;
if(readparam(19) >= 7) goto L_Pay;
mes "[Librarian]";
mes "Have a look around, but dont touch the book. Only a few chosen one can read its wise words.";
@@ -87,6 +87,13 @@ accurate_z:
mes "You didnt bring me the accurate number of zeny i wanted. Bring me back only 1,285,000 zeny!";
mes "Not more, nor less.";
close;
+
+L_DONE:
+ mes "[Librarian]";
+ mes "Why? You have already paid me.";
+ mes "Now go and look for the Book of Ymir.";
+ close;
+
}
// -== The Heart of Ymir ==-