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/thief.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/thief.txt')
-rw-r--r-- | npc/jobs/1-1/thief.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/jobs/1-1/thief.txt b/npc/jobs/1-1/thief.txt index c7d3edb5b..6ac5b9911 100644 --- a/npc/jobs/1-1/thief.txt +++ b/npc/jobs/1-1/thief.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= eAthena dev team //===== Current Version: ===================================== -//= 1.7 +//= 1.8 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -19,6 +19,7 @@ //= 1.6 Merged back JFunc [Lupus] 1.6a typos //= 1.7 Rescripted to Aegis 10.3 stadards. [L0ne_W0lf] //= No longer uses function "F_ToHigh" +//= 1.8 Added Quest Log commands. [L0ne_W0lf] //============================================================ moc_prydb1,39,129,2 script Thief Guide 69,{ @@ -298,6 +299,7 @@ moc_prydb1,39,129,2 script Thief Guide 69,{ mes "[Thief Guide]"; mes "Because I feel like it, I now decree that you have passed this interview. Good work!"; set job_thief_q,2; + setquest 1013; next; mes "[Thief Guide]"; mes "Now, your actual abilities will need to be tested. Do you know anything about the test?"; @@ -430,6 +432,7 @@ moc_prydb1,42,133,2 script Comrade 118,{ if (countitem(1070) != 0) delitem 1070,countitem(1070); //Mushroom_Of_Thief_2 callfunc "Job_Change",Job_Thief; callfunc "F_ClearJobVar"; + completequest 1013; next; mes "[Comrade]"; mes "Congratulations on becoming a Thief! From now, be an honorable representative of the Thief's Guild."; |