summaryrefslogtreecommitdiff
path: root/npc/quests/quests_yuno.txt
diff options
context:
space:
mode:
authorsamuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-11-22 22:31:07 +0000
committersamuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-11-22 22:31:07 +0000
commit2ec264e05673bd6efdc3afa6c983f4533433036c (patch)
tree81abed2e99b0a4b4547dc35cf04591171bf4f430 /npc/quests/quests_yuno.txt
parent7929930775b05bd5fbb21be659f32050dc7216bd (diff)
downloadhercules-2ec264e05673bd6efdc3afa6c983f4533433036c.tar.gz
hercules-2ec264e05673bd6efdc3afa6c983f4533433036c.tar.bz2
hercules-2ec264e05673bd6efdc3afa6c983f4533433036c.tar.xz
hercules-2ec264e05673bd6efdc3afa6c983f4533433036c.zip
* Fixed Missing Variables in Metto quest. (bugreport:473)
* Deleted some unused Variables in Bio Ethics quest. * Changed some bad RGB Codes in THQ. (bugreport:211) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11783 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_yuno.txt')
-rw-r--r--npc/quests/quests_yuno.txt47
1 files changed, 5 insertions, 42 deletions
diff --git a/npc/quests/quests_yuno.txt b/npc/quests/quests_yuno.txt
index 25850f893..f6ee4e3c0 100644
--- a/npc/quests/quests_yuno.txt
+++ b/npc/quests/quests_yuno.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= eAthena Dev Team; L0ne_W0lf
//===== Current Version: =====================================
-//= 1.8
+//= 1.9
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
@@ -30,6 +30,7 @@
//= 1.6 Fixed various errors in the Bajin NPC. [L0ne_W0lf]
//= 1.7 Changed ALCH_Q check and set to corrispond to new alchemist job quest. [L0ne_W0lf]
//= 1.8 Fixed metto_q never reaching 2. Made some names more unique. [L0ne_W0lf]
+//= 1.9 Fixed Missing Variables in Metto quest. (bugreport:473) [Samuray22]
//============================================================
// Metto Quest
@@ -55,6 +56,7 @@ yuno_in03,26,39,3 script Metto#juno 709,{
close;
}
else if (metto_q == 3) {
+ set metto_q,4;
mes "What? That punk Stangckle said he doesn't want to help me?! This is not good. This will slow my research considerably.";
next;
mes "[Metto]";
@@ -76,6 +78,7 @@ yuno_in03,26,39,3 script Metto#juno 709,{
close;
}
else if (metto_q == 5) {
+ set metto_q,6;
mes "What? You mean to tell me that the very thing I need to continue my research, the mighty Great Z, has been destroyed?!!";
next;
mes "[Metto]";
@@ -345,47 +348,7 @@ yuno_in01,19,183,5 script Kato#juno 55,{
mes "Um... Hey.";
close;
}
- else if (metto_q == 5) {
- mes "I am interested in researching artificial intelligence. You know, like robots.";
- next;
- mes "[Kato]";
- mes "I know it a very difficult feat to accomplish, but where there's a will, there's a way.";
- next;
- mes "[Kato]";
- mes "If you ever see something really amazing like this, you'll know its my handiwork.";
- close;
- }
- else if (metto_q == 6) {
- mes "I am interested in researching artificial intelligence. You know, like robots.";
- next;
- mes "[Kato]";
- mes "I know it a very difficult feat to accomplish, but where there's a will, there's a way.";
- next;
- mes "[Kato]";
- mes "If you ever see something really amazing like this, you'll know its my handiwork.";
- close;
- }
- else if (metto_q == 7) {
- mes "I am interested in researching artificial intelligence. You know, like robots.";
- next;
- mes "[Kato]";
- mes "I know it a very difficult feat to accomplish, but where there's a will, there's a way.";
- next;
- mes "[Kato]";
- mes "If you ever see something really amazing like this, you'll know its my handiwork.";
- close;
- }
- else if (metto_q == 8) {
- mes "I am interested in researching artificial intelligence. You know, like robots.";
- next;
- mes "[Kato]";
- mes "I know it a very difficult feat to accomplish, but where there's a will, there's a way.";
- next;
- mes "[Kato]";
- mes "If you ever see something really amazing like this, you'll know its my handiwork.";
- close;
- }
- else if (metto_q == 9) {
+ else if (metto_q == 6 || metto_q == 7 || metto_q == 8 || metto_q == 9) {
mes "I am interested in researching artificial intelligence. You know, like robots.";
next;
mes "[Kato]";