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, 8 insertions, 6 deletions
diff --git a/npc/quests/okolnir/godse_aru02.txt b/npc/quests/okolnir/godse_aru02.txt
index bc006f47c..22d44e634 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.2a
+//= 1.3
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
@@ -22,6 +22,8 @@
//= Corrected non-angry Piamette not disabling.
//= Removed extra dialog that was used in the Brynhild quest.
//= 1.2a Fixed Wish maiden asking for soft feathers. [L0ne_W0lf]
+//= 1.3 Corrected invalid coordinates in maze. (bugreport:4220)
+//= Corrected typo in Guard of Shadow NPC.
//============================================================
arug_cas02,349,347,3 script Guide#gq_aru02 899,{
@@ -802,7 +804,7 @@ OnTouch:
monster "que_qaru02",102,275,strcharinfo(0),1652,1,"#Gate_manager_aru02::OnMyMobDead";
}
set $gqse_aru02_miro,17;
- warp "que_qaru02",102,281;
+ warp "que_qaru02",102,282;
end;
}
else if ($gqse_aru02_miro == 17) {
@@ -929,7 +931,7 @@ OnTimer6000:
monster "que_qaru02",63,282,"Seyren Windsor",1640,1,"#gq_miromob2_aru02::OnMyMobDead";
monster "que_qaru02",61,243,"Kathryne Keyron",1645,1,"#gq_miromob2_aru02::OnMyMobDead";
monster "que_qaru02",70,249,"Cecil Damon",1644,1,"#gq_miromob2_aru02::OnMyMobDead";
- monster "que_qaru02",102,281,"Margaretha Sorin",1643,1,"#gq_miromob2_aru02::OnMyMobDead";
+ monster "que_qaru02",102,282,"Margaretha Sorin",1643,1,"#gq_miromob2_aru02::OnMyMobDead";
monster "que_qaru02",66,300,"Eremes Guile",1641,1,"#gq_miromob2_aru02::OnMyMobDead";
monster "que_qaru02",57,258,"Howard Alt-Eisen",1642,1,"#gq_miromob2_aru02::OnMyMobDead";
stopnpctimer;
@@ -1256,8 +1258,8 @@ OnEnable:
setcell "que_qaru02",94,256,97,256,cell_shootable,0;
setcell "que_qaru02",64,298,64,301,cell_walkable,0;
setcell "que_qaru02",64,298,64,301,cell_shootable,0;
- setcell "que_qaru02",000,251,003,251,cell_walkable,0;
- setcell "que_qaru02",000,251,003,251,cell_shootable,0;
+ setcell "que_qaru02",100,251,103,251,cell_walkable,0;
+ setcell "que_qaru02",100,251,103,251,cell_shootable,0;
end;
OnDisable:
@@ -2864,7 +2866,7 @@ OnInit:
end;
OnDisable:
- killmonster "que_qaru02","Guard of Shadow#aru02_01::OnMyMobDead";
+ killmonster "que_qaru02","Guard of Shadow#aru02_02::OnMyMobDead";
disablenpc "Guard of Shadow#aru02_02";
end;