summaryrefslogtreecommitdiff
path: root/npc/quests/okolnir/godse_sch02.txt
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-05-25 03:09:22 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-05-25 03:09:22 +0000
commit543ec715974312708ec476af8f53acae85689fca (patch)
tree1eaef17897bd2954a123a213299dcd2e8aa1d9d6 /npc/quests/okolnir/godse_sch02.txt
parent0781c8013bc1c7b673fd7532fab0558d12beb00b (diff)
downloadhercules-543ec715974312708ec476af8f53acae85689fca.tar.gz
hercules-543ec715974312708ec476af8f53acae85689fca.tar.bz2
hercules-543ec715974312708ec476af8f53acae85689fca.tar.xz
hercules-543ec715974312708ec476af8f53acae85689fca.zip
* Some bug fixing :x Nothing to new today folks! Stay tuned.
- Fixed input checks in the 'Ring of Wise King' quest. (bugreport:4147) - Fixed some of the erros reported in the Oolnir scripts. (bugreport:4220) - Added Azoi's giant flywing update to not warp dead players. (bugreport:4242) - Fixed confusing inconsistancy in the nyd_dun mob spawn file. (bugreport:4246) - Fixed the Manuk field 2 monsters spawning on Manul field 1. (bugreport:4248) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14305 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/okolnir/godse_sch02.txt')
-rw-r--r--npc/quests/okolnir/godse_sch02.txt14
1 files changed, 8 insertions, 6 deletions
diff --git a/npc/quests/okolnir/godse_sch02.txt b/npc/quests/okolnir/godse_sch02.txt
index 4a7040a10..4b6812735 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.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_cas02,181,335,3 script Guide#gq_sch02 899,{
@@ -801,7 +803,7 @@ OnTouch:
monster "que_qsch02",102,275,strcharinfo(0),1652,1,"#Gate_manager_sch02::OnMyMobDead";
}
set $gqse_sch02_miro,17;
- warp "que_qsch02",102,281;
+ warp "que_qsch02",102,282;
end;
}
else if ($gqse_sch02_miro == 17) {
@@ -928,7 +930,7 @@ OnTimer6000:
monster "que_qsch02",63,282,"Seyren Windsor",1640,1,"#gq_miromob2_sch02::OnMyMobDead";
monster "que_qsch02",61,243,"Kathryne Keyron",1645,1,"#gq_miromob2_sch02::OnMyMobDead";
monster "que_qsch02",70,249,"Cecil Damon",1644,1,"#gq_miromob2_sch02::OnMyMobDead";
- monster "que_qsch02",102,281,"Margaretha Sorin",1643,1,"#gq_miromob2_sch02::OnMyMobDead";
+ monster "que_qsch02",102,282,"Margaretha Sorin",1643,1,"#gq_miromob2_sch02::OnMyMobDead";
monster "que_qsch02",66,300,"Eremes Guile",1641,1,"#gq_miromob2_sch02::OnMyMobDead";
monster "que_qsch02",57,258,"Howard Alt-Eisen",1642,1,"#gq_miromob2_sch02::OnMyMobDead";
stopnpctimer;
@@ -1255,8 +1257,8 @@ OnEnable:
setcell "que_qsch02",94,256,97,256,cell_shootable,0;
setcell "que_qsch02",64,298,64,301,cell_walkable,0;
setcell "que_qsch02",64,298,64,301,cell_shootable,0;
- setcell "que_qsch02",000,251,003,251,cell_walkable,0;
- setcell "que_qsch02",000,251,003,251,cell_shootable,0;
+ setcell "que_qsch02",100,251,103,251,cell_walkable,0;
+ setcell "que_qsch02",100,251,103,251,cell_shootable,0;
end;
OnDisable:
@@ -2863,7 +2865,7 @@ OnInit:
end;
OnDisable:
- killmonster "que_qsch02","Guard of Shadow#sch02_01::OnMyMobDead";
+ killmonster "que_qsch02","Guard of Shadow#sch02_02::OnMyMobDead";
disablenpc "Guard of Shadow#sch02_02";
end;