ソースを参照

Started fixing bugreport:899 and fixed bugreport:875

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12156 54d463be-8e91-2dee-dedb-b68131a5f0ec
L0ne_W0lf 17 年 前
コミット
3fd5ba0c7d
3 ファイル変更8 行追加11 行削除
  1. 1 0
      npc/Changelog.txt
  2. 3 2
      npc/guild/gldfunc_manager.txt
  3. 4 9
      npc/jobs/2-1/blacksmith.txt

+ 1 - 0
npc/Changelog.txt

@@ -1,6 +1,7 @@
 Date		Added
 ======
 2008/01/31
+	* Rev. 12156 Started fixing bugreport:899 and fixed bugreport:875 [L0ne_W0lf]
 	* Rev. 12155 Updated Lighthalzen Town NPCs and Speed Potion quest. [L0ne_W0lf]
 2008/01/20
 	* Corrected one setcastledata call that I missed in r11915

+ 3 - 2
npc/guild/gldfunc_manager.txt

@@ -3,7 +3,7 @@
 //===== By: ==================================================
 //= jAthena - kalen (1.0) & eAthena Team
 //===== Current Version: =====================================
-//= 1.9b
+//= 1.9c
 //===== Compatible With: =====================================
 //= eAthena SVN; RO Episode 4+
 //===== Description: =========================================
@@ -40,6 +40,7 @@
 //= 1.9 Fixed guild members being able to access Guild Master services. [L0ne_W0lf]
 //= 1.9a Fixed Kafra cutin not closing if you choose not to dismiss her. [L0ne_W0lf]
 //= 1.9b Corrected impropper variable being used for defense investment. [L0ne_W0lf]
+//= 1.9c Fixed a typo with zeny checkm when installing guardian. [L0ne_W0lf]
 //============================================================
 
 function	script	F_GldManager	{
@@ -247,7 +248,7 @@ function	script	F_GldManager	{
 				mes "Master, you have already have that Guardian. You cannot summon any more.";
 				return 0;
 			}
-			if (Zeny < 1000) {
+			if (Zeny < 10000) {
 				mes "Well... I'm sorry but we don't have enough funds to summon the Guardian. We have failed to summon the Guardian.";
 				return 0;
 			}

+ 4 - 9
npc/jobs/2-1/blacksmith.txt

@@ -34,6 +34,7 @@
 //= 2.4b Further bug fixes with teh hel of Barron-Monster. [L0ne_W0lf]
 //= 2.4c More fixes courtosy of Micktu. [L0ne_W0lf]
 //= 2.4d Fixed an incorrect answer in the quiz. (Trojal) [L0ne_W0lf]
+//= 2.4e Touched up a few issues as pointed out by Ultramage. [L0ne_W0lf]
 //==============================================================
 
 ein_in01,18,28,4	script	Guildsman#BLS	731,{
@@ -179,7 +180,7 @@ ein_in01,18,28,4	script	Guildsman#BLS	731,{
 				mes "[Altiregen]";
 				mes "The test may consist of difficult tasks, but it's definitely not impossible. You will need to deliver certain items to different areas around the world";
 				mes "to complete the test.";
-				break;
+				close;
 			case 3:
 				mes "[Altiregen]";
 				mes "Hmmm...";
@@ -295,12 +296,6 @@ ein_in01,201,27,3	script	Guildsman#alberta	63,{
 			close;
 		}
 		else if (BSMITH_Q == 1) {
-			mes "[Geschupenschte]";
-			mes "Oh ho ho!";
-			mes "You're a Merchant!";
-			mes "Excellent! I was";
-			mes "in need of some help!";
-			next;
 			mes "[Geschupenschte]";
 			mes "Am I correct in assuming you are the help sent by the Blacksmith Guild? There aren't many trustyworthy people I can hire to help me, so I'm always";
 			mes "short on help.";
@@ -1474,7 +1469,7 @@ ein_in01,24,41,5	script	Blacksmith Guildsman#moc	726,{
 				next;
 				mes "[Mitehmaeeuh]";
 				mes "Take this Hammer";
-				mes "of Blacksmith and go back to the Einbroch Blacksmith Guild. Okay then? I wish you the best of luck!";
+				mes "of Blacksmith and go back to the Altiregen. Okay then? I wish you the best of luck!";
 				close;
 			}
 			mes "You failed! You better study up before coming back here.";
@@ -1496,7 +1491,7 @@ ein_in01,24,41,5	script	Blacksmith Guildsman#moc	726,{
 		mes "Yeap, you just passed the Blacksmith job test~";
 		next;
 		mes "[Mitehmaeeuh]";
-		mes "Why don't you go back to Mr.Geschupenschte?";
+		mes "Why don't you go back to Mr.Altiregen?";
 		next;
 		mes "[Mitehmaeeuh]";
 		mes "Don't forget to bring the Hammer of Blacksmith with you!";