summaryrefslogtreecommitdiff
path: root/npc/jobs/1-1/acolyte.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/acolyte.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/acolyte.txt')
-rw-r--r--npc/jobs/1-1/acolyte.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/npc/jobs/1-1/acolyte.txt b/npc/jobs/1-1/acolyte.txt
index b8f369261..77802fdaf 100644
--- a/npc/jobs/1-1/acolyte.txt
+++ b/npc/jobs/1-1/acolyte.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= kobra_k88; L0ne_W0lf
//===== Current Version: =====================================
-//= 2.0
+//= 2.1
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
@@ -26,6 +26,7 @@
//= 1.8a More bug fixes care of Crashy. [L0ne_W0lf]
//= 1.9 Changed Marthilda to Mathilda. [L0ne_W0llf]
//= 2.0 Fixed High Acolytesnot being given holy light. [L0ne_W0lf]
+//= 2.1 Added Quest Log commands. [L0ne_W0lf]
//============================================================
prt_church,184,41,4 script Cleric#aco 60,{
@@ -106,14 +107,17 @@ prt_church,184,41,4 script Cleric#aco 60,{
default:
set job_acolyte_q,2;
mes "Please visit ^000077Father Rubalkabara^000000, a member of the Prontera Parish, and return here. He has been practicing asceticism in the ^000077Relics NorthEast of Prontera City^000000.";
+ setquest 1001;
break;
case 1:
set job_acolyte_q,3;
mes "Please visit ^000077Mother Mathilda^000000 and then return to me. She has been practicing asceticism near ^000077Morroc Town, SouthWest of Prontera City^000000.";
+ setquest 1002;
break;
case 2:
set job_acolyte_q,4;
mes "Please visit ^000077Father Yosuke^000000 and return here. He has been practicing asceticism around ^000077a bridge somewhere NorthWest of Prontera^000000.";
+ setquest 1003;
break;
}
next;
@@ -179,6 +183,9 @@ prt_church,184,41,4 script Cleric#aco 60,{
skill 143,0,0;
callfunc "Job_Change",Job_Acolyte;
callfunc "F_ClearJobVar";
+ completequest 1001;
+ completequest 1002;
+ completequest 1003;
mes "[Father Mareusis]";
mes "Always remember to be thankful to God, who is taking care of us all the time.";
next;