diff options
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."; |