diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-10 01:33:26 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-10 01:33:26 +0000 |
commit | 622537266bb785847dd5eb7439bdbe2203a1b75e (patch) | |
tree | 4fdcc3272691843b55119d24d233b570070c4481 /npc/quests/Kiel_Hyre_Quest.txt | |
parent | 1f77c598f27b2ba41fe006d7c868e1e2e31f8727 (diff) | |
download | hercules-622537266bb785847dd5eb7439bdbe2203a1b75e.tar.gz hercules-622537266bb785847dd5eb7439bdbe2203a1b75e.tar.bz2 hercules-622537266bb785847dd5eb7439bdbe2203a1b75e.tar.xz hercules-622537266bb785847dd5eb7439bdbe2203a1b75e.zip |
* Updated (and added) item_trade entries. (Converted from Aegis.)
* Updated several Prontera NPCs.
- Updated Prontera town NPCs, and Prontera Library.
- Updated the Prontera Milk Merchant.
- Updated the inn dialogs slightly, and corrected information for Prontera.
- Added Gaebolg Family Curse quest.
- Commented out old Clothes_dyer npc.
* Updated Rachel's guide's while loop to be a bit nicer looking.
* Added the ability to redeem lottery tickets before max donation is met.
* Changed conflicting warps to the "Adoption" room in the church.
* Fixed a bug in Kiel Hyre warps and quest.
* Updated Dandelion Request quest for Gaebolg compatibility.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10736 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/Kiel_Hyre_Quest.txt')
-rw-r--r-- | npc/quests/Kiel_Hyre_Quest.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/quests/Kiel_Hyre_Quest.txt b/npc/quests/Kiel_Hyre_Quest.txt index ab3aac71d..e42f9a3dc 100644 --- a/npc/quests/Kiel_Hyre_Quest.txt +++ b/npc/quests/Kiel_Hyre_Quest.txt @@ -63,8 +63,8 @@ //= 3.0 Fixed a typo in Elly, in her room. (was <= should have been <) [L0ne_W0lf] //= Added an 'end;' to the cookie basket. Kiel Hyre's final dialog will now delete all quest-related items. //= 3.1 Moved the "delitem" for all related quest items to the proper NPC. [L0ne_W0lf] +//= 3.2 Fixed error with Allysia teling yout o "Go away." maybe. [L0ne_W0lf] //============================================================ - //============================================================================ // Kiel Hyre Quest/Robotic Lab Dungeon // @@ -5136,7 +5136,7 @@ kh_mansion,22,28,4 script Kiel Hyre 903,{ //---------------------------------------------------------------------------- kh_mansion,18,30,4 script Allysia 894,{ cutin "kh_ellisia",2; - if (KielHyreQuest <= 68) { + if (KielHyreQuest < 46) { mes "[Allysia]"; mes "Who are you?"; mes "How did you get here?"; @@ -5144,7 +5144,7 @@ kh_mansion,18,30,4 script Allysia 894,{ close; } - else if (KielHyreQuest < 70) { + else if (KielHyreQuest >= 46) { mes "[Allysia]"; mes "You must be surprised"; mes "by everything that's been"; |