summaryrefslogtreecommitdiff
path: root/npc/quests/Kiel_Hyre_Quest.txt
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-10-17 22:04:23 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-10-17 22:04:23 +0000
commite909ba974598914ed5ce9cddee6107aadacbadfa (patch)
tree95b69f8164644fd3bba9d29dc07eadbfdf196a7b /npc/quests/Kiel_Hyre_Quest.txt
parent3dbd88048beb03fef4d35a625d0329d74e71907b (diff)
downloadhercules-e909ba974598914ed5ce9cddee6107aadacbadfa.tar.gz
hercules-e909ba974598914ed5ce9cddee6107aadacbadfa.tar.bz2
hercules-e909ba974598914ed5ce9cddee6107aadacbadfa.tar.xz
hercules-e909ba974598914ed5ce9cddee6107aadacbadfa.zip
* Corrected some issues in the Keil Hyre Quest and Mjolnir Seal quest.
- Corrected Sudri not setting player and NPC hp variables. (bugreport:2355) - Corrected a few minor typos in the Kyle Hyre Quest. (bugreport:2356) - Corrected bad if condition checking in Kyle Hyre Quest. (bugreport:2358) - Corrected Mjolnir seal checking for Oridecon hammer. (bugreport:2363) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13305 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/Kiel_Hyre_Quest.txt')
-rw-r--r--npc/quests/Kiel_Hyre_Quest.txt12
1 files changed, 7 insertions, 5 deletions
diff --git a/npc/quests/Kiel_Hyre_Quest.txt b/npc/quests/Kiel_Hyre_Quest.txt
index 48986c66f..f53482910 100644
--- a/npc/quests/Kiel_Hyre_Quest.txt
+++ b/npc/quests/Kiel_Hyre_Quest.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= L0ne_W0lf (Script), DZeroX (Timer)
//===== Current Version: =====================================
-//= 4.2c
+//= 4.3
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
@@ -92,6 +92,8 @@
//= 4.2a Follow up to last update. [L0ne_W0lf]
//= 4.2b Missed a condition, fixed it though. [L0ne_W0lf]
//= 4.2c More various fixes :D [L0ne_W0lf]
+//= 4.3 Fixed improper condition in the Elly NPC. [L0ne_W0lf]
+//= Corrected some typos in the dialogs.
//============================================================
//============================================================================
@@ -1429,7 +1431,7 @@ kh_school,179,39,0 script Cute Student#kh 895,{
mes "[Elly]";
mes "This place certainly";
mes "isn't like other schools.";
- mes "You already know that only";
+ //mes "You already know that only";
mes "Yeah, everything is made to";
mes "fit each of the student's needs.";
next;
@@ -1492,7 +1494,7 @@ kh_school,179,39,0 script Cute Student#kh 895,{
}
}
}
- else if (KielHyreQuest >= 24 || KielHyreQuest <= 26) {
+ else if (KielHyreQuest >= 24 && KielHyreQuest <= 26) {
cutin "kh_elly04",2;
mes "[Elly]";
mes "Argh, I'm in a fix!";
@@ -4899,7 +4901,7 @@ kh_mansion,18,30,4 script Allysia 894,{
mes "[Allysia]";
mes "With their organic bodies";
mes "and advanced artificial hearts";
- mes "make from imitation Ymir Heart";
+ mes "made from imitation Ymir Heart";
mes "Pieces, they can experience";
mes "physiologic phenomena";
mes "just like ordinary humans.";
@@ -5063,7 +5065,7 @@ OnTouch:
mes "son and heir, Kiehl, helped";
mes "his father establish this";
mes "special academy as their";
- mes "way of giving back t society.";
+ mes "way of giving back to society.";
next;
mes "[??????]";
mes "Almost every corporation and";