summaryrefslogtreecommitdiff
path: root/npc/jobs/1-1/mage.txt
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-07-27 10:10:31 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-07-27 10:10:31 +0000
commit76c525df7fd9ed50492b3cc298cd3b468b3abae5 (patch)
treec6e64f6831c32e9ad4f1c3fdee1e8c4184e9ea06 /npc/jobs/1-1/mage.txt
parent1110c8cadd71863155a84bbf961803ad7601ef58 (diff)
downloadhercules-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/mage.txt')
-rw-r--r--npc/jobs/1-1/mage.txt11
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]";