diff options
Diffstat (limited to 'npc/jobs/1-1/mage.txt')
-rw-r--r-- | npc/jobs/1-1/mage.txt | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/npc/jobs/1-1/mage.txt b/npc/jobs/1-1/mage.txt index e3159cb4f..ce5784770 100644 --- a/npc/jobs/1-1/mage.txt +++ b/npc/jobs/1-1/mage.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= kobra_k88; L0ne_W0lf //===== Current Version: ===================================== -//= 1.7a +//= 1.8 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -20,6 +20,7 @@ //= 1.7 Rescripted to Aegis 10.3 stadards. [L0ne_W0lf] //= No longer uses function "F_ToHigh" //= 1.7a Fixed a "If" in the quest. (bugreport:489) [Samuray22] +//= 1.8 Added Quest Log commands. [L0ne_W0lf] //============================================================ geffen_in,164,124,4 script Mage Guildsman 123,{ @@ -207,6 +208,10 @@ geffen_in,164,124,4 script Mage Guildsman 123,{ callfunc "Job_Change",Job_Mage; callfunc "F_ClearJobVar"; set Zeny,Zeny+50; + completequest 1005; + completequest 1006; + completequest 1007; + completequest 1008; mes "[Mage Guildsman]"; mes "'Welcome to My World~'"; mes "Heh heh, I just wanted to say that. You know, it's a quote from a well-known movie~"; @@ -233,21 +238,25 @@ geffen_in,164,124,4 script Mage Guildsman 123,{ mes "make me a"; mes "^3355FFMixed Solution No. 1^000000"; mes "and bring it back to me."; + setquest 1005; break; case 2: mes "make me a"; mes "^3355FFMixed Solution No. 2^000000"; mes "and bring it back to me."; + setquest 1006; break; case 3: mes "make me a"; mes "^3355FFMixed Solution No. 3^000000"; mes "and bring it back to me."; + setquest 1007; break; default: mes "make me a"; mes "^3355FFMixed Solution No. 4^000000"; mes "and bring it back to me."; + setquest 1008; } next; mes "[Mage Guildsman]"; |