diff options
-rw-r--r-- | npc/Changelog.txt | 4 | ||||
-rw-r--r-- | npc/events/alchemist.txt | 166 | ||||
-rw-r--r-- | npc/events/custom/event_gefenia.txt | 57 | ||||
-rw-r--r-- | npc/scripts_athena.conf | 13 | ||||
-rw-r--r-- | npc/scripts_custom.conf | 12 |
5 files changed, 15 insertions, 237 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index d3bf43090..16fe62925 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -26,6 +26,10 @@ KarLaeda Date Added ====== +2007/01/29 + * Moved the custom events entries into scripts_custom.conf + * Removed old custom geffenia warper since TSQ is done + * Removed the duplicit and untranslated alchemist.txt event [ultramage] 2007/01/26 * More typo fixes * Added a missing dialogue branch in novice.txt 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; -} diff --git a/npc/events/custom/event_gefenia.txt b/npc/events/custom/event_gefenia.txt deleted file mode 100644 index 191ce43db..000000000 --- a/npc/events/custom/event_gefenia.txt +++ /dev/null @@ -1,57 +0,0 @@ -//===== eAthena Script ======================================== -//= Gefenia Warper Script -//===== By: ================================================== -//= [Muad_Dib] 1.0a -//===== Current Version: ===================================== -//= 1.0a -//===== Compatible With: ===================================== -//= Any Athena Version; RO Episode 6+ -//===== Description: ========================================= -//= Temp Gefenia Warper -//===== Additional Comments: ================================= -//= 07/06/05 : Added 1st Version. [Muad_Dib] -//= Converted to eAthena format by Dr.Evil -//============================================================ - - -gefenia01.gat,132,169,5 script Explorer#1 740,{ - mes "[Explorer]"; - mes "Do you really want to go back??"; - next; - menu "Yes.",-,"No.",M_END; - - warp "gef_dun03.gat", 138, 117; - end; - -M_END: - mes "Ok, don't come back until you want to leave this place."; - close; -} - -gef_dun03.gat,131,118,6 script Explorer#2 740,{ - mes "[Explorer]"; - mes "Hi..."; - next; - mes "[Explorer]"; - mes "I can send you to the ^FF3300Geffenia City Ruins^000000... You just need the Key!."; - mes "Do you have the Key? It looks like a crystal."; - next; - menu "Yes, I Got the key.",-,"No, I'll go look for it.",M_END; - - if (countitem(7025) < 1) goto L_NOKEY; // Item: Lucifer's Lament - mes "[Explorer]"; - mes "Good, you got the right key! Let's go!"; - next; - warp "gefenia01.gat", 136, 166; - end; - -M_END: - mes "[Explorer]"; - mes "Don't come back until you have the key!"; - close; - -L_NOKEY: - mes "[Explorer]"; - mes "Sorry.. you don't have the key..."; - close; -}
\ No newline at end of file diff --git a/npc/scripts_athena.conf b/npc/scripts_athena.conf index 3def90721..8424eda78 100644 --- a/npc/scripts_athena.conf +++ b/npc/scripts_athena.conf @@ -167,21 +167,8 @@ npc: npc/kafras/kafras_new.txt //Official kRO, idRO Skill Reset Event //npc: npc/events/event_skill_reset.txt -//A custom event for 3 holidays: X-Mas, Karachun and New Year -//Should be activated between 8 December and 8 January -//npc: npc/events/custom/xmas_rings_event.txt -//npc: npc/events/alchemist.txt //npc: npc/events/whiteday.txt //npc: npc/events/twintowers.txt -//npc: npc/events/custom/uneasy_cemetery.txt -//npc: npc/events/custom/draculax.txt -//npc: npc/events/custom/event_gefenia.txt -//npc: npc/events/custom/npc_event_thesign.txt -//npc: npc/events/custom/2006_dogs_year.txt -//npc: npc/events/custom/valentinesdayexp.txt -//| Poring track files -//npc: npc/events/custom/p_track/p_track_core.txt -//npc: npc/events/custom/p_track/p_track_warpers.txt // -------------------------------------------------------------- // --------------------------- Others --------------------------- npc: npc/other/pvp.txt diff --git a/npc/scripts_custom.conf b/npc/scripts_custom.conf index 3618f96cf..f7e609f06 100644 --- a/npc/scripts_custom.conf +++ b/npc/scripts_custom.conf @@ -138,7 +138,17 @@ npc: npc/custom/adoption.txt //npc: npc/custom/quests/umbalian_language.txt // Custom Kiel Mansion Dungeon Quest //npc: npc/custom/quests/kiel_quest.txt +//A custom event for 3 holidays: X-Mas, Karachun and New Year +//Should be activated between 8 December and 8 January +//npc: npc/events/custom/xmas_rings_event.txt //Grand Circlet Quest combined with Excalibur Quest //npc: npc/events/custom/kings_items.txt //Custom Halloween Event (gives ) -//npc: npc/events/custom/hallow06.txt
\ No newline at end of file +//npc: npc/events/custom/hallow06.txt +//npc: npc/events/custom/uneasy_cemetery.txt +//npc: npc/events/custom/draculax.txt +//npc: npc/events/custom/2006_dogs_year.txt +//npc: npc/events/custom/valentinesdayexp.txt +//| Poring track files +//npc: npc/events/custom/p_track/p_track_core.txt +//npc: npc/events/custom/p_track/p_track_warpers.txt |