diff options
Diffstat (limited to 'npc/quests/okolnir/godse_sch05.txt')
-rw-r--r-- | npc/quests/okolnir/godse_sch05.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/npc/quests/okolnir/godse_sch05.txt b/npc/quests/okolnir/godse_sch05.txt index 08fbf184d..36645ebf7 100644 --- a/npc/quests/okolnir/godse_sch05.txt +++ b/npc/quests/okolnir/godse_sch05.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_cas05,376,307,3 script Guide#gq_sch05 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_qsch05","Piamette : I'm pissed off now!",bc_map,"0xdb7093"; - donpcevent "Piamette#sch05::OnDisable"; + disablenpc "Piamette#sch05"; monster "que_qsch05",131,135,"Angry Piamette",1930,1,"#piamette_sch05::OnMyMobDead"; stopnpctimer; end; |