summaryrefslogtreecommitdiff
path: root/npc/quests/okolnir/godse_aru02.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/quests/okolnir/godse_aru02.txt')
-rw-r--r--npc/quests/okolnir/godse_aru02.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/quests/okolnir/godse_aru02.txt b/npc/quests/okolnir/godse_aru02.txt
index 2a3cb2c53..7ae66cc87 100644
--- a/npc/quests/okolnir/godse_aru02.txt
+++ b/npc/quests/okolnir/godse_aru02.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_cas02,349,347,3 script Guide#gq_aru02 899,{
@@ -262,10 +266,6 @@ que_qaru02,345,82,3 script Wish Maiden#gq_aru02 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_qaru02","Piamette : I'm pissed off now!",bc_map,"0xdb7093";
- donpcevent "Piamette#aru02::OnDisable";
+ disablenpc "Piamette#aru02";
monster "que_qaru02",131,135,"Angry Piamette",1930,1,"#piamette_aru02::OnMyMobDead";
stopnpctimer;
end;