From ce42168b0d2d25f66ab8a5fc5e2ef24d988274ae Mon Sep 17 00:00:00 2001 From: JohnnyPlayy Date: Mon, 16 Sep 2019 11:44:14 -0300 Subject: [PATCH] Updated Young Man Position (#4319) * Updated Young Man position for Renewal. --- npc/pre-re/quests/quest_payon.txt | 7 +++++++ npc/pre-re/scripts_athena.conf | 1 + npc/quests/quests_payon.txt | 3 ++- npc/re/quests/quest_payon.txt | 7 +++++++ npc/re/scripts_athena.conf | 1 + 5 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 npc/pre-re/quests/quest_payon.txt create mode 100644 npc/re/quests/quest_payon.txt diff --git a/npc/pre-re/quests/quest_payon.txt b/npc/pre-re/quests/quest_payon.txt new file mode 100644 index 0000000000..8841c96191 --- /dev/null +++ b/npc/pre-re/quests/quest_payon.txt @@ -0,0 +1,7 @@ +//===== rAthena Script ======================================= +//= Payon City Renovation +//===== Changelogs: ========================================== +//= 1.0 First Version. [JohnnyPlayy] +//============================================================ + +payon_in01,56,12,7 duplicate(Young man#12) Young man#1 89 diff --git a/npc/pre-re/scripts_athena.conf b/npc/pre-re/scripts_athena.conf index eac26b68cb..ea869ffffd 100644 --- a/npc/pre-re/scripts_athena.conf +++ b/npc/pre-re/scripts_athena.conf @@ -87,6 +87,7 @@ npc: npc/pre-re/quests/seals/megingard_seal.txt npc: npc/pre-re/quests/cooking_quest.txt npc: npc/pre-re/quests/monstertamers.txt npc: npc/pre-re/quests/mrsmile.txt +npc: npc/pre-re/quests/quest_payon.txt npc: npc/pre-re/quests/quests_13_1.txt npc: npc/pre-re/quests/quests_izlude.txt npc: npc/pre-re/quests/quests_lighthalzen.txt diff --git a/npc/quests/quests_payon.txt b/npc/quests/quests_payon.txt index 54e2a17fa9..cabc2101c0 100644 --- a/npc/quests/quests_payon.txt +++ b/npc/quests/quests_payon.txt @@ -17,6 +17,7 @@ //= 1.5a replaced item "names" with item id. [Lupus] //= 1.6 Updated Dialogs from "Oxygen Mask Quest" [Samuray22] //= 1.7 Updated headgear quests. [L0ne_W0lf] +//= 1.8 Updating NPC Position. [JohnnyPlayy] //============================================================ // 'Pretend Murdered' Quest @@ -216,7 +217,7 @@ payon_in02,25,71,4 script Boy 86,{ // 'Helm of Angel' and 'Deviruchi Cap' Quest //============================================================ -payon_in01,56,12,7 script Young man#12 89,{ +- script Young man#12 89,{ mes "[Young man]"; mes "...What is it?"; next; diff --git a/npc/re/quests/quest_payon.txt b/npc/re/quests/quest_payon.txt new file mode 100644 index 0000000000..2c7b1e648c --- /dev/null +++ b/npc/re/quests/quest_payon.txt @@ -0,0 +1,7 @@ +//===== rAthena Script ======================================= +//= Payon City Pre-Renovation +//===== Changelogs: ========================================== +//= 1.0 First Version. [JohnnyPlayy] +//============================================================ + +payon_in01,46,21,4 duplicate(Young man#12) Young man#1 89 diff --git a/npc/re/scripts_athena.conf b/npc/re/scripts_athena.conf index c037a36f15..201cb3d786 100644 --- a/npc/re/scripts_athena.conf +++ b/npc/re/scripts_athena.conf @@ -175,6 +175,7 @@ npc: npc/re/quests/monstertamers.txt npc: npc/re/quests/mrsmile.txt npc: npc/re/quests/ninja_quests.txt npc: npc/re/quests/pile_bunker.txt +npc: npc/re/quests/quest_payon.txt npc: npc/re/quests/quests_13_1.txt npc: npc/re/quests/quests_14_3.txt npc: npc/re/quests/quests_14_3_bis.txt