From 731c3f9c2e110b0b5fe88d9abaddd488e08a9f35 Mon Sep 17 00:00:00 2001 From: Nihadm89 Date: Tue, 16 Jun 2015 13:06:35 +0200 Subject: Sura quest fix The quest worked fine on the first try. But the loop would break after that and only 1 person could do the quest per server restart. This small edit slightly adjusts the loop so it works as intended. --- npc/re/jobs/3-2/sura.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc') diff --git a/npc/re/jobs/3-2/sura.txt b/npc/re/jobs/3-2/sura.txt index 2e25a6f28..8c8905a98 100644 --- a/npc/re/jobs/3-2/sura.txt +++ b/npc/re/jobs/3-2/sura.txt @@ -636,10 +636,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 "Drawing Room::OnEnable"; - mapwarp "sword_2-1","yuno_fild07",255,178; - stopnpctimer; + donpcevent "Buddy#Sura_Salon::OnDisable"; end; } -- cgit v1.2.3-60-g2f50