summaryrefslogtreecommitdiff
path: root/npc/events/alchemist.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/events/alchemist.txt')
-rw-r--r--npc/events/alchemist.txt166
1 files changed, 0 insertions, 166 deletions
diff --git a/npc/events/alchemist.txt b/npc/events/alchemist.txt
deleted file mode 100644
index 42250d5dc..000000000
--- a/npc/events/alchemist.txt
+++ /dev/null
@@ -1,166 +0,0 @@
-//===========================================================
-//Alchemist Event script 2004/02/14 by kalen
-//===========================================================
-
-ama_in02.gat,61,27,6 script 錬金術師 749,{
- mes "[グレゴリー]";
- mes "キキキキキケケケケケ!";
- mes "驚くべき結果が出た!";
- mes "こんな実験結果が出たのは";
- mes "生まれて初めてだ!";
- next;
- mes "[グレゴリー]";
- mes "こんなに遠くまで来て私の能力を";
- mes "発揮できるとは思いもよらなかったぞ!";
- mes "城主に仕事を頼まれたが……";
- mes "奴は意外におもしろい奴だったぞ。";
- next;
- mes "[グレゴリー]";
- mes "ククク……しかし気をつけねば……";
- mes "こいつの調合方法をかぎつけられたら";
- mes "飲んだ奴が火を噴いて怒る……";
- mes "ケケケケ……";
- next;
- mes "[グレゴリー]";
- mes "ん、ところで私に何か用か?";
- mes "観光で来たんなら静かに村でも";
- mes "見ていくんだな。";
- mes "さもなくばアシッドボトル";
- mes "でも味合わせてやるぞ!キキ……";
- next;
- menu "失礼しました",L1,"お手伝いする事でもありますか?",L2;
-L1:
- mes "[グレゴリー]";
- mes "よしよし……";
- mes "何か聞いてもすぐに忘れろ。";
- mes "それが長く生きるコツさ……";
- mes "キキキキキ……";
- close;
-L2:
- mes "[グレゴリー]";
- mes "手伝うと?";
- mes "そうか……";
- mes "もう私の願ったものはもう少しで";
- mes "完成する。キキキキキ……";
- next;
- mes "[グレゴリー]";
- mes "私が実験するのに必要な属性石を";
- mes "いくつか用意してくれるとありがたい。";
- mes "今持っている物があるか?";
- next;
- menu "いいえ",L2_1,"いくつかあります",L2_2;
-L2_1:
- mes "[グレゴリー]";
- mes "それなら言おう。";
- mes "どれでもいいから同じ種類の";
- mes "属性石を8個ずつ集めてほしい。";
- mes "そうすれば、私が良い物に";
- mes "変えてやるぞ。";
- next;
- mes "[グレゴリー]";
- mes "もし間違った物を持ってきたら、";
- mes "足元にファイアーボトルを";
- mes "投げるぞ!";
- next;
- mes "[グレゴリー]";
- mes "それでは、手伝うと言った以上";
- mes "約束は守るんだぞ!キキキキ……";
- close;
-L2_2:
- mes "[グレゴリー]";
- mes "よし、何を持っている?";
- next;
- menu "ミスティックフローズン",L2_2_1,"グレイトネイチャ",L2_2_2,"フレイムハート",L2_2_3,"ラフウィンド",L2_2_4;
- L2_2_1:
- if (countitem(995) < 8) goto Llowitem;
- mes "[グレゴリー]";
- mes "それを8個をもらう代わりに";
- mes "他の属性石を一つ作ってやろう。";
- mes "悪い取引じゃないだろう?";
- next;
- mes "[グレゴリー]";
- mes "ほら、どれを作ろうか?";
- next;
- menu "グレイトネイチャ",L2_2_1_1,"フレイムハート",L2_2_1_2,"ラフウィンド",L2_2_1_3,"取引をやめる",LEnd;
-L2_2_1_1:
- delitem 995,8;getitem 997,1;goto Lfinal;
-L2_2_1_2:
- delitem 995,8;getitem 994,1;goto Lfinal;
-L2_2_1_3:
- delitem 995,8;getitem 996,1;goto Lfinal;
- L2_2_2:
- if (countitem(997) < 8) goto Llowitem;
- mes "[グレゴリー]";
- mes "それを8個をもらう代わりに";
- mes "他の属性石を一つ作ってやろう。";
- mes "悪い取引じゃないだろう?";
- next;
- mes "[グレゴリー]";
- mes "ほら、どれを作ろうか?";
- next;
- menu "ミスティックフローズン",L2_2_2_1,"フレイムハート",L2_2_2_2,"ラフウィンド",L2_2_2_3,"取引をやめる",LEnd;
-L2_2_2_1:
- delitem 997,8;getitem 995,1;goto Lfinal;
-L2_2_2_2:
- delitem 997,8;getitem 994,1;goto Lfinal;
-L2_2_2_3:
- delitem 997,8;getitem 996,1;goto Lfinal;
- L2_2_3:
- if (countitem(994) < 8) goto Llowitem;
- mes "[グレゴリー]";
- mes "それを8個をもらう代わりに";
- mes "他の属性石を一つ作ってやろう。";
- mes "悪い取引じゃないだろう?";
- next;
- mes "[グレゴリー]";
- mes "ほら、どれを作ろうか?";
- next;
- menu "ミスティックフローズン",L2_2_3_1,"グレイトネイチャ",L2_2_3_2,"ラフウィンド",L2_2_3_3,"取引をやめる",LEnd;
-L2_2_3_1:
- delitem 994,8;getitem 995,1;goto Lfinal;
-L2_2_3_2:
- delitem 994,8;getitem 997,1;goto Lfinal;
-L2_2_3_3:
- delitem 994,8;getitem 996,1;goto Lfinal;
- L2_2_4:
- if (countitem(996) < 8) goto Llowitem;
- mes "[グレゴリー]";
- mes "それを8個をもらう代わりに";
- mes "他の属性石を一つ作ってやろう。";
- mes "悪い取引じゃないだろう?";
- next;
- mes "[グレゴリー]";
- mes "ほら、どれを作ろうか?";
- next;
- menu "ミスティックフローズン",L2_2_4_1,"グレイトネイチャ",L2_2_4_2,"フレイムハート",L2_2_4_3,"取引をやめる",LEnd;
-L2_2_4_1:
- delitem 996,8;getitem 995,1;goto Lfinal;
-L2_2_4_2:
- delitem 996,8;getitem 997,1;goto Lfinal;
-L2_2_4_3:
- delitem 996,8;getitem 994,1;goto Lfinal;
-Lfinal:
- mes "[グレゴリー]";
- mes "ジジジ……ガリガリゴリ……";
- mes "うむ、できた。";
- mes "ほら、大事に使うように。";
- mes "またあれば持ってきなさい。";
- close;
-Llowitem:
- mes "[グレゴリー]";
- mes "ジジジ……ガリガリゴリ……";
- mes "ん……属性石はどうした?";
- mes "どこかでなくしてきたか?";
- next;
- mes "[グレゴリー]";
- mes "また持ってきなさい!";
- mes "手伝うと言った以上";
- mes "約束は守るんだぞ!キキキキ……";
- close;
-LEnd:
- mes "[グレゴリー]";
- mes "く……まぁいいが……";
- mes "私がここに居ることは内緒だぞ。";
- mes "約束だぞ!";
- close;
-}