summaryrefslogtreecommitdiff
path: root/npc/re/jobs
diff options
context:
space:
mode:
authorNihadm89 <nihadm89@hotmail.com>2015-06-16 13:06:35 +0200
committerNihadm89 <nihadm89@hotmail.com>2015-06-16 13:06:35 +0200
commit731c3f9c2e110b0b5fe88d9abaddd488e08a9f35 (patch)
tree5b76a3ff8a57d6262b4ff9ce8d8fb70bccb3fb96 /npc/re/jobs
parent42b9d5ce8a2da373cbd9efb760958f6cc84f1d2c (diff)
downloadhercules-731c3f9c2e110b0b5fe88d9abaddd488e08a9f35.tar.gz
hercules-731c3f9c2e110b0b5fe88d9abaddd488e08a9f35.tar.bz2
hercules-731c3f9c2e110b0b5fe88d9abaddd488e08a9f35.tar.xz
hercules-731c3f9c2e110b0b5fe88d9abaddd488e08a9f35.zip
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.
Diffstat (limited to 'npc/re/jobs')
-rw-r--r--npc/re/jobs/3-2/sura.txt4
1 files changed, 2 insertions, 2 deletions
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;
}