Ver código fonte

Sura Job Quest Fix Bug #97

Updates Sura Job Quest by adjusting how some events are triggered
Luciar 10 anos atrás
pai
commit
57d4e6718d
1 arquivos alterados com 4 adições e 3 exclusões
  1. 4 3
      npc/re/jobs/3-2/sura.txt

+ 4 - 3
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;
+	mapwarp "sword_2-1","yuno_fild07",255,178;
 	donpcevent "#Sura_garajjom::OnDisable";
+	donpcevent "Buddy#Sura_Salon::OnDisable";
 	donpcevent "Drawing Room::OnEnable";
-	mapwarp "sword_2-1","yuno_fild07",255,178;
-	stopnpctimer;
 	end;
 }