summaryrefslogtreecommitdiff
path: root/npc/instances/SealedShrine.txt
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-07-16 19:23:36 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-07-16 19:23:36 +0000
commit306c40e113c3f5e9b64a9395b72884873e1f109d (patch)
tree28fc51ea2da0f611ebbeb17c5a12a7224aa3b60a /npc/instances/SealedShrine.txt
parent48333d3245d7a157b83d5620cf17c665455cc239 (diff)
downloadhercules-306c40e113c3f5e9b64a9395b72884873e1f109d.tar.gz
hercules-306c40e113c3f5e9b64a9395b72884873e1f109d.tar.bz2
hercules-306c40e113c3f5e9b64a9395b72884873e1f109d.tar.xz
hercules-306c40e113c3f5e9b64a9395b72884873e1f109d.zip
* Have been working on this for months: Added Nidhoggr's Nest instance.
* Tweaks to how checkquest is used in orc's memory and sealed shrine. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14909 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/instances/SealedShrine.txt')
-rw-r--r--npc/instances/SealedShrine.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/instances/SealedShrine.txt b/npc/instances/SealedShrine.txt
index 48d0e5279..1a7566fd9 100644
--- a/npc/instances/SealedShrine.txt
+++ b/npc/instances/SealedShrine.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= L0ne_W0lf
//===== Current Version: =====================================
-//= 1.6
+//= 1.7
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
@@ -19,6 +19,7 @@
//= 1.6 Players should be able to re-take the quest after 12 hours now.
//= Changed quest 3046 to 3040. This is the correct quest id.
//= Removed checking quest 3045, unofficial check.
+//= 1.7 Fixed a checkquest condition never setting quest. [L0ne_W0lf]
//============================================================
// Sealed Catacomb Entrance
@@ -284,7 +285,7 @@ monk_test,306,151,3 script Grave of Baphomet#edq 111,{
//else if (ret == 0) {
else {
mapannounce "monk_test","[" + strcharinfo(0) + "] member of the [" + getpartyname(.@party_id) + "] party has entered the Sealed Shrine.",bc_map,"0x00ff99";
- if (!checkquest(3040)) setquest 3040;
+ if (checkquest(3040) == -1) setquest 3040;
warp "1@cata",100,224;
}
}