summaryrefslogtreecommitdiff
path: root/npc/quests
diff options
context:
space:
mode:
Diffstat (limited to 'npc/quests')
-rw-r--r--npc/quests/quests_yuno.txt47
-rw-r--r--npc/quests/skills/alchemist_skills.txt6
2 files changed, 7 insertions, 46 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]";
diff --git a/npc/quests/skills/alchemist_skills.txt b/npc/quests/skills/alchemist_skills.txt
index 5f5f9b358..6a7d20f92 100644
--- a/npc/quests/skills/alchemist_skills.txt
+++ b/npc/quests/skills/alchemist_skills.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= Lupus, Reddozen, Samuray22
//===== Current Version: =====================================
-//= 2.1
+//= 2.1a
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
@@ -14,6 +14,7 @@
//= 1.9 Rescripted to Aegis 10.3 stadards. [L0ne_W0lf]
//= 2.0 Rescripted (and re-added) Bio Ethics quest. [L0ne_W0lf]
//= 2.1 Fixed a Resurrection -> Homunculus Resurrection. [L0ne_W0lf]
+//= 2.1a Deleted some unused Variables in Bio Ethics quest. [Samuray22]
//============================================================
yuno_in04,33,108,4 script Pisruik#qsk_al 883,{
@@ -1416,9 +1417,6 @@ lhz_in01,224,140,3 script Kellasus#qsk_al 57,{
mes "Homunculus, putting it in";
mes "an inert state of hibernation?";
next;
- set jungdap1,Vaporize;
- set jungdap2,Embryo;
- set jungdap3,Resurrection;
input .@input$;
if (.@input$ == "Vaporize") {
mes "[Kellasus]";