summaryrefslogtreecommitdiff
path: root/npc/jobs/1-1/swordman.txt
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-07-27 10:10:31 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-07-27 10:10:31 +0000
commit76c525df7fd9ed50492b3cc298cd3b468b3abae5 (patch)
treec6e64f6831c32e9ad4f1c3fdee1e8c4184e9ea06 /npc/jobs/1-1/swordman.txt
parent1110c8cadd71863155a84bbf961803ad7601ef58 (diff)
downloadhercules-76c525df7fd9ed50492b3cc298cd3b468b3abae5.tar.gz
hercules-76c525df7fd9ed50492b3cc298cd3b468b3abae5.tar.bz2
hercules-76c525df7fd9ed50492b3cc298cd3b468b3abae5.tar.xz
hercules-76c525df7fd9ed50492b3cc298cd3b468b3abae5.zip
Added Quest Log commands for 1-1 job quests and trans quest.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13969 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/1-1/swordman.txt')
-rw-r--r--npc/jobs/1-1/swordman.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/jobs/1-1/swordman.txt b/npc/jobs/1-1/swordman.txt
index 6a913e4fb..dce01d9b6 100644
--- a/npc/jobs/1-1/swordman.txt
+++ b/npc/jobs/1-1/swordman.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= kobra_k88; L0ne_W0lf
//===== Current Version: =====================================
-//= 2.2
+//= 2.3
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
@@ -35,6 +35,7 @@
//= 2.0 Corrected NPC names to fall within proper resctrictions. [L0ne_W0lf]
//= 2.1 Fixed mistake in condition check. [L0ne_W0lf]
//= 2.2 Warp portals dont end with ; [Yommy]
+//= 2.3 Added Quest Log commands. [L0ne_W0lf]
//============================================================
izlude_in,74,172,4 script Swordman#swd_1 119,{
@@ -112,6 +113,7 @@ izlude_in,74,172,4 script Swordman#swd_1 119,{
if (select("Sign up.:Cancel.") == 1) {
savepoint "izlude_in",65,165;
set job_sword_q,1;
+ setquest 1014;
mes "[Swordman]";
mes "Ah, yes. Your application will be reviewed as soon as possible.";
next;
@@ -156,6 +158,7 @@ izlude_in,74,172,4 script Swordman#swd_1 119,{
next;
callfunc "Job_Change",Job_Swordman;
set job_sword_q,0;
+ completequest 1014;
mes "[Swordman]";
mes "Once again, congratulations. I expect that you will be a good representative of the Swordman Association.";
close;