summaryrefslogtreecommitdiff
path: root/npc/quests/quests_rachel.txt
diff options
context:
space:
mode:
authorSinSloth <SinSloth@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-08-11 09:34:00 +0000
committerSinSloth <SinSloth@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-08-11 09:34:00 +0000
commite32eca3187186eebbbe4047cc0f177f963498884 (patch)
tree78f22c4b0c9f7278b5a07ba72d4633228c648537 /npc/quests/quests_rachel.txt
parent058f0d7895b089dfb42bffdd8b5c10a66c90aae5 (diff)
downloadhercules-e32eca3187186eebbbe4047cc0f177f963498884.tar.gz
hercules-e32eca3187186eebbbe4047cc0f177f963498884.tar.bz2
hercules-e32eca3187186eebbbe4047cc0f177f963498884.tar.xz
hercules-e32eca3187186eebbbe4047cc0f177f963498884.zip
* The Sign Quest is now more accurate, some bugs have been fixed and an exploit has been too.
- It is no longer possible for players helping in the last part to complete the quest at the same time. * Fixed some bugs in various quests. - Einbroch laboratory now correctly checks for players entrance - Small fix with Laboratory device to make it more understandable. - Fixed a misorder with some checkings of a Rachel quest. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10980 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_rachel.txt')
-rw-r--r--npc/quests/quests_rachel.txt46
1 files changed, 21 insertions, 25 deletions
diff --git a/npc/quests/quests_rachel.txt b/npc/quests/quests_rachel.txt
index 6de585782..79bff59fe 100644
--- a/npc/quests/quests_rachel.txt
+++ b/npc/quests/quests_rachel.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= L0ne_W0lf
//===== Current Version: =====================================
-//= 1.8
+//= 1.9
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
@@ -47,6 +47,7 @@
//= Fixed EXP reward in Ice Necklace quest, fixed a typo in an NPC header.
//= Another minor fix to Hamion. "< 1" -> "< 2". Added a missing close to
//= the ontouch "key". Thanks to Gepard for pointing them out.
+//= 1.9 Fixed a misorder with variable checkings. [SinSloth]
//============================================================
// Lost Child Quest (Prerequisite to High Priest quest)
@@ -5465,7 +5466,25 @@ L_End:
ra_temin,170,46,3 script Panno#rachel 920,{
cutin "ra_fano03",2;
- if (ra_tem_q < 2) {
+ if (ra_tem_q >= 12 || MISC_QUEST & 8192) {
+ cutin "ra_fano03",2;
+ mes "[Priestess Panno]";
+ mes "Good day.";
+ mes "Have you come to";
+ mes "redeem Lottery Tickets?";
+ next;
+ if (select("Yes:No") == 1) goto L_Lottery;
+ if (ra_tem_q == 12) {
+ cutin "ra_fano01",2;
+ mes "[Priestess Panno]";
+ mes "I already told you";
+ mes "everything I know.";
+ mes "Remember to keep";
+ mes "quiet about what I said.";
+ goto L_End;
+ }
+ }
+ else if (ra_tem_q < 2) {
mes "[Priestess Panno]";
mes "Greetings.";
mes "May Freya fill";
@@ -5540,7 +5559,6 @@ ra_temin,170,46,3 script Panno#rachel 920,{
goto L_End;
}
}
-
else if (ra_tem_q == 10) {
mes "[Priestess Panno]";
mes "Good day.";
@@ -5660,11 +5678,8 @@ ra_temin,170,46,3 script Panno#rachel 920,{
mes ".........";
set ra_tem_q,11;
goto L_End;
-
}
-
}
-
else if (ra_tem_q == 11) {
mes "["+strcharinfo(0)+"]";
mes "I remember now...!";
@@ -5799,25 +5814,6 @@ ra_temin,170,46,3 script Panno#rachel 920,{
set ra_tem_q,12;
goto L_End;
}
-
- else if (ra_tem_q >= 12 || MISC_QUEST & 8192) {
- cutin "ra_fano03",2;
- mes "[Priestess Panno]";
- mes "Good day.";
- mes "Have you come to";
- mes "redeem Lottery Tickets?";
- next;
- if (select("Yes:No") == 1) goto L_Lottery;
- if (ra_tem_q == 12) {
- cutin "ra_fano01",2;
- mes "[Priestess Panno]";
- mes "I already told you";
- mes "everything I know.";
- mes "Remember to keep";
- mes "quiet about what I said.";
- goto L_End;
- }
- }
cutin "ra_fano02",2;
mes "[Priestess Panno]";
mes "This is a holy place";