From c9ac1f0bcb9c819a3e2eb8c9f335158a624d5f9c Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Wed, 29 Aug 2007 21:41:54 +0000 Subject: * Blacksmith job quest bug fixes care of Micktu. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11088 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/jobs/2-1/blacksmith.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'npc/jobs/2-1/blacksmith.txt') diff --git a/npc/jobs/2-1/blacksmith.txt b/npc/jobs/2-1/blacksmith.txt index d65fa802d..b2699a6d8 100644 --- a/npc/jobs/2-1/blacksmith.txt +++ b/npc/jobs/2-1/blacksmith.txt @@ -7,7 +7,7 @@ //= Optimized and further edited by kobra_k88. //= Further bugfixed and tested by Lupus //===== Current Version: ===================================== -//= 2.4b +//= 2.4c //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -32,6 +32,7 @@ //= 2.4 Several bugfixes with the help of Barron-Monster. [L0ne_W0lf] //= 2.4a Changed a BaseJob to baseclass. [L0ne_W0lf] //= 2.4b Further bug fixes with teh hel of Barron-Monster. [L0ne_W0lf] +//= 2.4c More fixes courtosy of Micktu. [L0ne_W0lf] //============================================================== ein_in01,18,28,4 script Guildsman#BLS 731,{ @@ -623,7 +624,7 @@ L_AskQuestions: mes "Wooooo~~~"; mes "All done..."; switch(BSMITH_Q) { - case 4: + case 9: mes "Okay, now take this to ^8E6B23Baisulist^000000 in Geffen of Rune-Midgarts Kingdom. Simply deliver it and bring me the receipt."; getitem 1610,1; //Arc_Wand next; @@ -645,7 +646,7 @@ L_AskQuestions: mes "Anyway, take this"; mes "to ^8E6B23Baisulist^000000 in Geffen of Rune-Midgarts Kingdom,"; break; - case 5: + case 10: mes "Okay, now take this to ^8E6B23Wickebine^000000 in Morroc of Rune-Midgarts Kingdom. Simply deliver it and bring me the receipt."; getitem 1219,1; //Gladius next; @@ -667,7 +668,7 @@ L_AskQuestions: mes "Anyway, take this"; mes "to ^8E6B23Wickebine^000000 in Morroc of Rune-Midgarts Kingdom,"; break; - Case 6: + Case 11: mes "Okay, now take this to ^8E6B23Krongast^000000 in Lighthalzen. Simply deliver it and bring me the receipt."; getitem 1119,1; //Tsurugi next; @@ -690,7 +691,7 @@ L_AskQuestions: mes "Anyway, take this"; mes "to ^8E6B23Krongast^000000 in Izlude"; break; - case 7: + case 12: mes "Okay, now take this to ^8E6B23Talpiz^000000 in Payon of Rune-Midgarts Kingdom. Simply deliver this and bring me the receipt."; getitem 1713,1; //Arbalest next; @@ -711,7 +712,7 @@ L_AskQuestions: mes "Anyway, take this"; mes "to ^8E6B23Talpiz^000000 in Payon of Rune-Midgarts Kindgom,"; break; - case 8: + case 13: mes "Okay, now take this to ^8E6B23Bismarc^000000 in Hugel. Simply deliver this and bring back the receipt."; getitem 1122,1; //Ring_Pommel_Saber next; -- cgit v1.2.3-60-g2f50