summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtlantisRO <atlas@atlantis-ro.net>2017-03-28 00:35:56 -0700
committerAtlantisRO <atlas@atlantis-ro.net>2017-03-28 10:19:09 -0700
commitd347a6c396f0bbda67c694dc7d716e06d7878f22 (patch)
tree56f3ccf08d8e9e78c80db56ee14732e84e8657f0
parent1e3f61685c9f5a21be1e7ed29a300baf09dd7bd6 (diff)
downloadhercules-d347a6c396f0bbda67c694dc7d716e06d7878f22.tar.gz
hercules-d347a6c396f0bbda67c694dc7d716e06d7878f22.tar.bz2
hercules-d347a6c396f0bbda67c694dc7d716e06d7878f22.tar.xz
hercules-d347a6c396f0bbda67c694dc7d716e06d7878f22.zip
Fixes #1655 - Fix to Sura Job Change Quest get stuck after first attemp.
Signed-off-by: Ragno <ragno@atlantis-ro.net>
-rw-r--r--npc/re/jobs/3-2/sura.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/re/jobs/3-2/sura.txt b/npc/re/jobs/3-2/sura.txt
index 3eae13edf..c8f5d1083 100644
--- a/npc/re/jobs/3-2/sura.txt
+++ b/npc/re/jobs/3-2/sura.txt
@@ -654,14 +654,14 @@ OnTimer305000:
OnTimer315000:
mapannounce "sword_2-1","Come on here.",bc_map;
donpcevent "Buddy#job_shuaneh::OnDisable";
- donpcevent "#Sura_garajjom::OnEnable";
+ // donpcevent "#Sura_garajjom::OnEnable"; // Commented to prevent #Sura_garajjom allowing player to success the test at any case (even when failing it).
end;
OnTimer320000:
mapannounce "sword_2-1","I guess you're not ready to meet the master yet...",bc_map;
mapwarp "sword_2-1","yuno_fild07",255,178;
- donpcevent "#Sura_garajjom::OnDisable";
- donpcevent "Drawing Room::OnEnable";
+ // donpcevent "#Sura_garajjom::OnDisable";
donpcevent "Buddy#Sura_Salon::OnDisable";
+ donpcevent "Drawing Room::OnEnable";
end;
}