summaryrefslogtreecommitdiff
path: root/npc/cities/valkyrie.txt
diff options
context:
space:
mode:
authorDracoRPG <DracoRPG@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-01 10:59:14 +0000
committerDracoRPG <DracoRPG@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-01 10:59:14 +0000
commite5c848926d7edf3453e792a319ed61ac151474c9 (patch)
tree88d56b210ad27a59e010d7857aae578fd540d355 /npc/cities/valkyrie.txt
parentc4d9efd6f8bfab76639e7613175c7af201646f6a (diff)
downloadhercules-e5c848926d7edf3453e792a319ed61ac151474c9.tar.gz
hercules-e5c848926d7edf3453e792a319ed61ac151474c9.tar.bz2
hercules-e5c848926d7edf3453e792a319ed61ac151474c9.tar.xz
hercules-e5c848926d7edf3453e792a319ed61ac151474c9.zip
Various NPC fixes
* LUPUS, REMEMBER TO ACTUALLY ADD THE DIVORCE NPC, THANKS :P * git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8571 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/cities/valkyrie.txt')
-rw-r--r--npc/cities/valkyrie.txt13
1 files changed, 6 insertions, 7 deletions
diff --git a/npc/cities/valkyrie.txt b/npc/cities/valkyrie.txt
index 164196ff9..64cf99a7e 100644
--- a/npc/cities/valkyrie.txt
+++ b/npc/cities/valkyrie.txt
@@ -36,13 +36,13 @@ yuno_in02.gat,93,207,0 script Book of Ymir 111,{
mes "...The entrance to the Hall of Honor is open to everyone who will move forward, into their next lives.";
mes "It is there to help heroes decide what they want to do, and can access every place in this world.";
next;
- mes "[Book of Ymir]"
+ mes "[Book of Ymir]";
mes "In the Hall of Honor, everything is perfectly prepared for heroes.";
mes "It is rumored that any wish that cannot be fulfilled in our reality can be realized in the Hall of Honor.";
next;
- switch(select("Stop reading.:Continue reading.")) {
+ switch(select("Stop reading.","Continue reading.")) {
case 1:
- mes "[Book of Ymir]"
+ mes "[Book of Ymir]";
mes ". . . . .";
close;
break;
@@ -56,11 +56,10 @@ yuno_in02.gat,93,207,0 script Book of Ymir 111,{
break;
}
}
- if(Upper==2 || baseClass == Job_Taekwon || BaseJob == Job_Gunslinger || BaseJob == Job_Ninja){
-
- }
-) goto L_IGNORE; //don't allow Taekwondo classes, Baby Classes, and GS/NJ
+ if(Upper==2 || baseClass == Job_Taekwon || BaseJob == Job_Gunslinger || BaseJob == Job_Ninja)
+ goto L_IGNORE; //don't allow Taekwondo classes, Baby Classes, and GS/NJ
if(valkyrie_Q >= 1) goto L_CONT;
+
L_IGNORE:
mes ". . . . .";
close;