diff options
author | SinSloth <SinSloth@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-08-11 09:34:00 +0000 |
---|---|---|
committer | SinSloth <SinSloth@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-08-11 09:34:00 +0000 |
commit | e32eca3187186eebbbe4047cc0f177f963498884 (patch) | |
tree | 78f22c4b0c9f7278b5a07ba72d4633228c648537 /npc/quests/quests_airship.txt | |
parent | 058f0d7895b089dfb42bffdd8b5c10a66c90aae5 (diff) | |
download | hercules-e32eca3187186eebbbe4047cc0f177f963498884.tar.gz hercules-e32eca3187186eebbbe4047cc0f177f963498884.tar.bz2 hercules-e32eca3187186eebbbe4047cc0f177f963498884.tar.xz hercules-e32eca3187186eebbbe4047cc0f177f963498884.zip |
* The Sign Quest is now more accurate, some bugs have been fixed and an exploit has been too.
- It is no longer possible for players helping in the last part to complete the quest at the same time.
* Fixed some bugs in various quests.
- Einbroch laboratory now correctly checks for players entrance
- Small fix with Laboratory device to make it more understandable.
- Fixed a misorder with some checkings of a Rachel quest.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10980 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_airship.txt')
-rw-r--r-- | npc/quests/quests_airship.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/quests/quests_airship.txt b/npc/quests/quests_airship.txt index 71eade43c..5a1a52897 100644 --- a/npc/quests/quests_airship.txt +++ b/npc/quests/quests_airship.txt @@ -3,7 +3,7 @@ //===== By: ==================================================
// Samuray22
//===== Current Version: =====================================
-//= 1.1
+//= 1.2
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
@@ -16,6 +16,8 @@ //===== Additional Comments: =================================
//= 1.0 First Beta.
//= 1.1 Added Heart Fragment quest. [SinSloth]
+//= 1.2 Change the laboratory code text to make it easier to
+//= understand. [SinSloth]
//============================================================
//=======================================================================================================//
@@ -3078,7 +3080,7 @@ L_Input: mes " ";
mes "^333333Total of correct numbers";
mes "in correct sequence: ^ff0000"+@strike+"^333333";
- mes "Total of correct numbers: ^ff0000"+@ball+"^333333.";
+ mes "Total of correct numbers misplaced: ^ff0000"+@ball+"^333333.";
mes "Please use these results";
mes "to make a more accurate guess.^000000";
next;
|