diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-07-27 10:10:31 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-07-27 10:10:31 +0000 |
commit | 76c525df7fd9ed50492b3cc298cd3b468b3abae5 (patch) | |
tree | c6e64f6831c32e9ad4f1c3fdee1e8c4184e9ea06 /npc/jobs/1-1/archer.txt | |
parent | 1110c8cadd71863155a84bbf961803ad7601ef58 (diff) | |
download | hercules-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/archer.txt')
-rw-r--r-- | npc/jobs/1-1/archer.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/jobs/1-1/archer.txt b/npc/jobs/1-1/archer.txt index 1d9fb697b..e42860334 100644 --- a/npc/jobs/1-1/archer.txt +++ b/npc/jobs/1-1/archer.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= kobra_k88; L0ne_W0lf //===== Current Version: ===================================== -//= 1.8 +//= 1.9 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -21,6 +21,7 @@ //= No longer uses function "F_ToHigh" //= 1.7a Fixed minor dialogue bug at Grade==25 [Lupus] //= 1.8 Fixed mistake in condition check. [L0ne_W0lf] +//= 1.9 Added Quest Log commands. [L0ne_W0lf] //============================================================ payon_in02,64,71,4 script Archer Guildsman#archer 85,{ @@ -97,6 +98,7 @@ payon_in02,64,71,4 script Archer Guildsman#archer 85,{ next; if (select("Apply.:Cancel") == 1) { set job_archer_q,1; + setquest 1004; mes "[Archer Guildsman]"; mes "Okay, sign here. Alright, um, I'll promote you once you meet the requirements."; next; @@ -191,6 +193,7 @@ payon_in02,64,71,4 script Archer Guildsman#archer 85,{ next; callfunc "Job_Change",Job_Archer; callfunc "F_ClearJobVar"; + completequest 1004; mes "[Archer Guildsman]"; mes "Congratulations!"; mes "You are now an Archer!"; |