From 8a3b52c2614bd4b96f9dd75c2c071f5f38239d0b Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Wed, 8 Jul 2009 03:26:31 +0000 Subject: * A few minor bugs fixed. :3 - Fixed npc in okolnir quest using non-existant event. (Bugreport:3085) - Translated non-translated lines in Okolnir quest. - Fixed Asprika quest giving Brynhild requirement message. - Added missing warps for The Sign quest. (Bugreport:3295) - Corrected time check for Sir Jore in the Sign Quest. * Updated warps for 13.1 maps. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13940 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/okolnir/godse_aru04.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'npc/quests/okolnir/godse_aru04.txt') diff --git a/npc/quests/okolnir/godse_aru04.txt b/npc/quests/okolnir/godse_aru04.txt index 1e0f61721..425137bfc 100644 --- a/npc/quests/okolnir/godse_aru04.txt +++ b/npc/quests/okolnir/godse_aru04.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.1 +//= 1.2 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -17,6 +17,10 @@ //= Fixed the Wish Maiden not enabling when the boss is killed. //= Fixed two NPC named that were missed when translating. //= Fixed Dialog that was overlooked in some files and not others. +//= 1.2 More bug fixes, sorry it took so long. [L0ne_W0lf] +//= Fixed message on the portal when the okolnir section is full. +//= Corrected non-angry Piamette not disabling. +//= Removed extra dialog that was used in the Brynhild quest. //============================================================ arug_cas04,324,161,3 script Guide#gq_aru04 899,{ @@ -262,10 +266,6 @@ que_qaru04,345,82,3 script Wish Maiden#gq_aru04 403,{ mes "a Heavenly Maiden's Robe, as well as Soft feathers."; next; mes "[Wish Maiden]"; - mes "You must bring those six things, 10 Gold, and 20 Elunium."; - mes "Many Valhala's Flowers are also required as an offering."; - next; - mes "[Wish Maiden]"; mes "Once all of those are prepared, the gate will open."; next; mes "[Wish Maiden]"; @@ -884,7 +884,7 @@ OnTouch: } } else { - mes "Á¤¿øÀ» ÃÊ°úÇÏ¿´½À´Ï´Ù. ´õÀÌ»ó ÁøÀÔÇÒ ¼ö ¾ø½À´Ï´Ù."; + mes "There are too many people, you can't enter."; close; } end; @@ -1841,7 +1841,7 @@ OnTimer1000: OnTimer5000: mapannounce "que_qaru04","Piamette : I'm pissed off now!",bc_map,"0xdb7093"; - donpcevent "Piamette#aru04::OnDisable"; + disablenpc "Piamette#aru04"; monster "que_qaru04",131,135,"Angry Piamette",1930,1,"#piamette_aru04::OnMyMobDead"; stopnpctimer; end; -- cgit v1.2.3-70-g09d2