From 57d4e6718d30e93896b2baff8fad09bdfff251ee Mon Sep 17 00:00:00 2001 From: Luciar Date: Thu, 4 Dec 2014 00:03:52 -0400 Subject: [PATCH] Sura Job Quest Fix Bug #97 Updates Sura Job Quest by adjusting how some events are triggered --- npc/re/jobs/3-2/sura.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/npc/re/jobs/3-2/sura.txt b/npc/re/jobs/3-2/sura.txt index 05ffdd0106..9ca932cc67 100644 --- a/npc/re/jobs/3-2/sura.txt +++ b/npc/re/jobs/3-2/sura.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Muad_Dib, Gepard //===== Current Version: ===================================== -//= 1.4 +//= 1.5 //===== Compatible With: ===================================== //= rAthena Project //===== Description: ========================================= @@ -15,6 +15,7 @@ //= 1.2 Updated script, optimized. [Euphy] //= 1.3 Added GM management function. [Euphy] //= 1.4 Added VIP features. [Euphy] +//= 1.5 Fixed players stuck in waiting room, event triggers properly [Luciar] //============================================================ ve_in,237,125,0 script King Crab#job_shu 107,{ @@ -648,10 +649,10 @@ OnTimer315000: end; OnTimer320000: mapannounce "sword_2-1","I guess you're not ready to meet the master yet...",bc_map; - donpcevent "#Sura_garajjom::OnDisable"; - donpcevent "Drawing Room::OnEnable"; mapwarp "sword_2-1","yuno_fild07",255,178; - stopnpctimer; + donpcevent "#Sura_garajjom::OnDisable"; + donpcevent "Buddy#Sura_Salon::OnDisable"; + donpcevent "Drawing Room::OnEnable"; end; }