diff options
Diffstat (limited to 'npc/jobs/novice/supernovice.txt')
-rw-r--r-- | npc/jobs/novice/supernovice.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/jobs/novice/supernovice.txt b/npc/jobs/novice/supernovice.txt index c6037f103..f81ffbdb6 100644 --- a/npc/jobs/novice/supernovice.txt +++ b/npc/jobs/novice/supernovice.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Darkchild //===== Current Version: ===================================== -//= 2.1 +//= 2.2 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -15,6 +15,7 @@ //= 1.9 Rescripted to the Aegis 10.3 Standars. [Samuray22] //= 2.0 Rescripted again, this time using an iRO base. [L0ne_W0lf] //= 2.1 Swapped use of baseclass for basejob. [L0ne_W0lf] +//= 2.2 Added Quest Log commands. [Kisuka] //============================================================ aldeba_in,223,167,3 script Tzerero#sn 709,{ @@ -53,6 +54,7 @@ aldeba_in,223,167,3 script Tzerero#sn 709,{ mes "There's nothing's there."; mes "Something fishy is going on here!^000000"; next; + completequest 6010; callfunc "F_ClearJobVar"; getitem 2339,1; //G_Strings if (Upper==0) jobchange Job_SuperNovice; @@ -208,6 +210,7 @@ aldeba_in,223,167,3 script Tzerero#sn 709,{ mes "Hahahahaha~"; next; set SUPNOV_Q,1; + setquest 6010; mes "[Tzerero]"; mes "Good luck, my friend."; close; |