Fixed Piano Key Quest hidden warp position in pre-re (#4888)

This commit is contained in:
Daegaladh 2020-05-10 04:12:29 +02:00 committed by GitHub
parent 73140bd078
commit fb890c747c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 23 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -249,7 +249,7 @@ OnTouch_:
end;
}
nif_in,118,151,0 script #Piano3 111,1,1,{
- script Piano3 HIDDEN_NPC,{
end;
OnTouch_:

View File

@ -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

View File

@ -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