Sura Job Quest Fix Bug #97

Updates Sura Job Quest by adjusting how some events are triggered
This commit is contained in:
Luciar 2014-12-04 00:03:52 -04:00
parent 861112b89b
commit 57d4e6718d

View File

@ -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;
}