summaryrefslogtreecommitdiff
path: root/npc/quests/okolnir/godse_sch02.txt
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-07-08 03:26:31 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-07-08 03:26:31 +0000
commit8a3b52c2614bd4b96f9dd75c2c071f5f38239d0b (patch)
tree0c83fb8133caa0e75751a50860b94c802b8dd39f /npc/quests/okolnir/godse_sch02.txt
parent0cd74db12dfb1bf98de19134ca7760182ecc2384 (diff)
downloadhercules-8a3b52c2614bd4b96f9dd75c2c071f5f38239d0b.tar.gz
hercules-8a3b52c2614bd4b96f9dd75c2c071f5f38239d0b.tar.bz2
hercules-8a3b52c2614bd4b96f9dd75c2c071f5f38239d0b.tar.xz
hercules-8a3b52c2614bd4b96f9dd75c2c071f5f38239d0b.zip
* 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
Diffstat (limited to 'npc/quests/okolnir/godse_sch02.txt')
-rw-r--r--npc/quests/okolnir/godse_sch02.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/npc/quests/okolnir/godse_sch02.txt b/npc/quests/okolnir/godse_sch02.txt
index aca3c37ae..4a7040a10 100644
--- a/npc/quests/okolnir/godse_sch02.txt
+++ b/npc/quests/okolnir/godse_sch02.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= L0ne_W0lf
//===== Current Version: =====================================
-//= 1.1
+//= 1.2
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
@@ -16,6 +16,9 @@
//= Fixed calling an event that doesn't exist when killing Piamete.
//= Fixed the Wish Maiden not enabling when the boss is killed.
//= fixed two NPC named that were missed when translating.
+//= 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.
//============================================================
schg_cas02,181,335,3 script Guide#gq_sch02 899,{
@@ -881,7 +884,7 @@ OnTouch:
}
}
else {
- mes "Á¤¿øÀ» ÃÊ°úÇÏ¿´½À´Ï´Ù. ´õÀÌ»ó ÁøÀÔÇÒ ¼ö ¾ø½À´Ï´Ù.";
+ mes "There are too many people, you can't enter.";
close;
}
end;
@@ -1838,7 +1841,7 @@ OnTimer1000:
OnTimer5000:
mapannounce "que_qsch02","Piamette : I'm pissed off now!",bc_map,"0xdb7093";
- donpcevent "Piamette#sch02::OnDisable";
+ disablenpc "Piamette#sch02";
monster "que_qsch02",131,135,"Angry Piamette",1930,1,"#piamette_sch02::OnMyMobDead";
stopnpctimer;
end;