diff --git a/npc/pre-re/quests/quests_niflheim.txt b/npc/pre-re/quests/quests_niflheim.txt new file mode 100644 index 0000000000..0a193cfa55 --- /dev/null +++ b/npc/pre-re/quests/quests_niflheim.txt @@ -0,0 +1,10 @@ +//===== rAthena Script ======================================= +//= Quest NPCs related to Niflheim +//===== Description: ========================================= +//= [Official Conversion] +//= Piano Key Ouest +//===== Additional Comments: ================================= +//= 1.0 Moved Piano3 to pre-re/re paths. [Daegaladh] +//============================================================ + +nif_in,114,181,0 duplicate(Piano3) #Piano3 HIDDEN_NPC,1,1 diff --git a/npc/pre-re/scripts_athena.conf b/npc/pre-re/scripts_athena.conf index 4cb4306aee..d58007278c 100644 --- a/npc/pre-re/scripts_athena.conf +++ b/npc/pre-re/scripts_athena.conf @@ -93,5 +93,6 @@ npc: npc/pre-re/quests/quests_izlude.txt npc: npc/pre-re/quests/quests_lighthalzen.txt npc: npc/pre-re/quests/quests_morocc.txt npc: npc/pre-re/quests/quests_nameless.txt +npc: npc/pre-re/quests/quests_niflheim.txt npc: npc/pre-re/quests/the_sign_quest.txt npc: npc/pre-re/quests/quests_veins.txt diff --git a/npc/quests/quests_niflheim.txt b/npc/quests/quests_niflheim.txt index 5953066c60..d475b80268 100644 --- a/npc/quests/quests_niflheim.txt +++ b/npc/quests/quests_niflheim.txt @@ -249,7 +249,7 @@ OnTouch_: end; } -nif_in,118,151,0 script #Piano3 111,1,1,{ +- script Piano3 HIDDEN_NPC,{ end; OnTouch_: diff --git a/npc/re/quests/quests_niflheim.txt b/npc/re/quests/quests_niflheim.txt new file mode 100644 index 0000000000..2184ae3090 --- /dev/null +++ b/npc/re/quests/quests_niflheim.txt @@ -0,0 +1,10 @@ +//===== rAthena Script ======================================= +//= Quest NPCs related to Niflheim +//===== Description: ========================================= +//= [Official Conversion] +//= Piano Key Ouest +//===== Additional Comments: ================================= +//= 1.0 Moved Piano3 to pre-re/re paths. [Daegaladh] +//============================================================ + +nif_in,118,151,0 duplicate(Piano3) #Piano3 HIDDEN_NPC,1,1 diff --git a/npc/re/scripts_athena.conf b/npc/re/scripts_athena.conf index 99f1ef0ed4..9371c883aa 100644 --- a/npc/re/scripts_athena.conf +++ b/npc/re/scripts_athena.conf @@ -198,6 +198,7 @@ npc: npc/re/quests/quests_malaya.txt npc: npc/re/quests/quests_mora.txt npc: npc/re/quests/quests_morocc.txt npc: npc/re/quests/quests_nameless.txt +npc: npc/re/quests/quests_niflheim.txt npc: npc/re/quests/quests_rockridge.txt npc: npc/re/quests/quests_veins.txt npc: npc/re/quests/the_sign_quest.txt