summaryrefslogtreecommitdiff
path: root/npc/quests/The_Sign_Quest.txt
diff options
context:
space:
mode:
authorSinSloth <SinSloth@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-08-28 22:16:01 +0000
committerSinSloth <SinSloth@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-08-28 22:16:01 +0000
commitd5cc24c109ddb1d0f15e0c6e431f10bc402ac821 (patch)
treef7e401f4c589ab13aa63eadb2438ce48c6a891d8 /npc/quests/The_Sign_Quest.txt
parentb96c98c51940db6199fe08a2539e1a1fd7129cef (diff)
downloadhercules-d5cc24c109ddb1d0f15e0c6e431f10bc402ac821.tar.gz
hercules-d5cc24c109ddb1d0f15e0c6e431f10bc402ac821.tar.bz2
hercules-d5cc24c109ddb1d0f15e0c6e431f10bc402ac821.tar.xz
hercules-d5cc24c109ddb1d0f15e0c6e431f10bc402ac821.zip
* Made some changes due to recent fixes in the Sign Quest.
* Dandelion's Request event now resets properly after it has been completed by a player. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11079 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/The_Sign_Quest.txt')
-rw-r--r--npc/quests/The_Sign_Quest.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/npc/quests/The_Sign_Quest.txt b/npc/quests/The_Sign_Quest.txt
index 8c5349f4b..13e9388fa 100644
--- a/npc/quests/The_Sign_Quest.txt
+++ b/npc/quests/The_Sign_Quest.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= SinSloth(Most of the NPCs), MasterOfMuppets(Some of the NPCs + bug fixes) & Kargha(The quiz NPCs)
//===== Current Version: =====================================
-//= 1.8
+//= 1.9
//===== Compatible With: =====================================
//= eAthena SVN 3422+(Requires jA Script System)
//===== Description: =========================================
@@ -30,6 +30,7 @@
//= 1.7c Reformatted for future bughunt. WIP [Lupus]
//= 1.8 Fixed some bugs and exploit which allowed players helping in the final
//= fight to finish the quest as well. Completely revamped quiz system. [SinSloth]
+//= 1.9 Made some changes in last event to reflect recent bug exploit fix. [SinSloth]
//============================================================
//===== Configuration : ======================================
prontera,1,1,1 script TheSignConfig -1,{
@@ -7177,7 +7178,7 @@ L_BranchB:
next;
menu "Yes.",-,"No.",L_No;
if (($signroom2full > 1) || getareausers("que_sign01",229,77,166,12) > 0) goto L_Full;
- if(Sign_Branch8B == 2) set Sign_Branch8B,3;
+ if(Sign_Branch8B == 3) set Sign_Branch8B,4;
mes "[Serin]";
mes "Please follow me";
mes "......";
@@ -9100,6 +9101,7 @@ L_TryAgain:
mes "Please don't";
mes "try to stop me!";
close2;
+ set Sign_Branch8A,7;
donpcevent "#signserin::OnSummon";
end;
@@ -9301,6 +9303,7 @@ L_TryAgain:
mes "Please don't";
mes "try to stop me!";
close2;
+ set Sign_Branch8B,3;
donpcevent "#signserin2::OnSummon";
end;