diff options
Diffstat (limited to 'npc/quests/okolnir/godse_sch03.txt')
-rw-r--r-- | npc/quests/okolnir/godse_sch03.txt | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/npc/quests/okolnir/godse_sch03.txt b/npc/quests/okolnir/godse_sch03.txt index 41c5324da..6d8a9cb28 100644 --- a/npc/quests/okolnir/godse_sch03.txt +++ b/npc/quests/okolnir/godse_sch03.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.2 +//= 1.3 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -19,6 +19,8 @@ //= 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. +//= 1.3 Corrected invalid coordinates in maze. (bugreport:4220) +//= Corrected typo in Guard of Shadow NPC. //============================================================ schg_cas03,84,101,3 script Guide#gq_sch03 899,{ @@ -801,7 +803,7 @@ OnTouch: monster "que_qsch03",102,275,strcharinfo(0),1652,1,"#Gate_manager_sch03::OnMyMobDead"; } set $gqse_sch03_miro,17; - warp "que_qsch03",102,281; + warp "que_qsch03",102,282; end; } else if ($gqse_sch03_miro == 17) { @@ -928,7 +930,7 @@ OnTimer6000: monster "que_qsch03",63,282,"Seyren Windsor",1640,1,"#gq_miromob2_sch03::OnMyMobDead"; monster "que_qsch03",61,243,"Kathryne Keyron",1645,1,"#gq_miromob2_sch03::OnMyMobDead"; monster "que_qsch03",70,249,"Cecil Damon",1644,1,"#gq_miromob2_sch03::OnMyMobDead"; - monster "que_qsch03",102,281,"Margaretha Sorin",1643,1,"#gq_miromob2_sch03::OnMyMobDead"; + monster "que_qsch03",102,282,"Margaretha Sorin",1643,1,"#gq_miromob2_sch03::OnMyMobDead"; monster "que_qsch03",66,300,"Eremes Guile",1641,1,"#gq_miromob2_sch03::OnMyMobDead"; monster "que_qsch03",57,258,"Howard Alt-Eisen",1642,1,"#gq_miromob2_sch03::OnMyMobDead"; stopnpctimer; @@ -1255,8 +1257,8 @@ OnEnable: setcell "que_qsch03",94,256,97,256,cell_shootable,0; setcell "que_qsch03",64,298,64,301,cell_walkable,0; setcell "que_qsch03",64,298,64,301,cell_shootable,0; - setcell "que_qsch03",000,251,003,251,cell_walkable,0; - setcell "que_qsch03",000,251,003,251,cell_shootable,0; + setcell "que_qsch03",100,251,103,251,cell_walkable,0; + setcell "que_qsch03",100,251,103,251,cell_shootable,0; end; OnDisable: @@ -2863,7 +2865,7 @@ OnInit: end; OnDisable: - killmonster "que_qsch03","Guard of Shadow#sch03_01::OnMyMobDead"; + killmonster "que_qsch03","Guard of Shadow#sch03_02::OnMyMobDead"; disablenpc "Guard of Shadow#sch03_02"; end; |