diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-05-15 01:01:00 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-05-15 01:01:00 -0300 |
commit | 4f4094064df9469f157513745cf6dd5d5961c0a1 (patch) | |
tree | 08ef77110c30bf68e95d22aa071f00ffd994146e /npc/025-1 | |
parent | e6b29baea7ec3a54f30c5360e9ffd04b16f2d221 (diff) | |
download | serverdata-4f4094064df9469f157513745cf6dd5d5961c0a1.tar.gz serverdata-4f4094064df9469f157513745cf6dd5d5961c0a1.tar.bz2 serverdata-4f4094064df9469f157513745cf6dd5d5961c0a1.tar.xz serverdata-4f4094064df9469f157513745cf6dd5d5961c0a1.zip |
The encampment is at my right, therefore, southeast. Fix Povo
Diffstat (limited to 'npc/025-1')
-rw-r--r-- | npc/025-1/commander.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/025-1/commander.txt b/npc/025-1/commander.txt index e30980b8d..84114efe1 100644 --- a/npc/025-1/commander.txt +++ b/npc/025-1/commander.txt @@ -68,7 +68,7 @@ L_Intro: mesq l("Don't worry, I was briefed. You're looking for the Mana Fragment Expedition, right? The one which your parents supposedly participated or something?"); next; mesn; - mesq l("We scoured this place. Found notes left behind by the expedition, they seem to have had set an encampment southwest of here."); + mesq l("We scoured this place. Found notes left behind by the expedition, they seem to have had set an encampment southeast of here."); next; mesn; mesq l("I have no idea how successful they were; the place we found the notes in was... well... lets just say the wood walls were red, and have been that way for a long time."); @@ -96,7 +96,8 @@ L_Intro: mesc b(l(".:: Main Quest ::.")), 3; msObjective($FORTRESS_STATE, l("* Invade the Fortress Town")); msObjective(true, l("* Find clues")); - msObjective(false, l(" ** Explore the encampment southwest of Fortress Town.")); + msObjective(false, l(" ** Explore the encampment southeast of Fortress Town.")); + msObjective(false, l(" ** Unveil the truth.")); msObjective(false, l("* (optional) Save the world!")); setq General_Narrator, 22; getexp 0, 2225; // You gain some Job Experience for completing this talk @@ -105,7 +106,7 @@ L_Intro: // Reminder to go to the Fortress Encampment L_Short: mesn; - mesq l("Why are you hesitating to explore the abandoned encampment southwest of this town? Well, not that I blame you; the dangers likely outweights the benefits."); + mesq l("Why are you hesitating to explore the abandoned encampment southeast of this town? Well, not that I blame you; the dangers likely outweights the benefits."); next; mesn; mesq l("They might have sealed the direct path, but there's a tunnel in a cave which you can go in now that you have the magic key to open it."); |