|
@@ -3,7 +3,7 @@
|
|
//===== By: ==================================================
|
|
//===== By: ==================================================
|
|
//= Muad_Dib, Gepard
|
|
//= Muad_Dib, Gepard
|
|
//===== Current Version: =====================================
|
|
//===== Current Version: =====================================
|
|
-//= 1.4
|
|
|
|
|
|
+//= 1.5
|
|
//===== Compatible With: =====================================
|
|
//===== Compatible With: =====================================
|
|
//= rAthena Project
|
|
//= rAthena Project
|
|
//===== Description: =========================================
|
|
//===== Description: =========================================
|
|
@@ -15,6 +15,7 @@
|
|
//= 1.2 Updated script, optimized. [Euphy]
|
|
//= 1.2 Updated script, optimized. [Euphy]
|
|
//= 1.3 Added GM management function. [Euphy]
|
|
//= 1.3 Added GM management function. [Euphy]
|
|
//= 1.4 Added VIP features. [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,{
|
|
ve_in,237,125,0 script King Crab#job_shu 107,{
|
|
@@ -648,10 +649,10 @@ OnTimer315000:
|
|
end;
|
|
end;
|
|
OnTimer320000:
|
|
OnTimer320000:
|
|
mapannounce "sword_2-1","I guess you're not ready to meet the master yet...",bc_map;
|
|
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 "#Sura_garajjom::OnDisable";
|
|
|
|
+ donpcevent "Buddy#Sura_Salon::OnDisable";
|
|
donpcevent "Drawing Room::OnEnable";
|
|
donpcevent "Drawing Room::OnEnable";
|
|
- mapwarp "sword_2-1","yuno_fild07",255,178;
|
|
|
|
- stopnpctimer;
|
|
|
|
end;
|
|
end;
|
|
}
|
|
}
|
|
|
|
|