|
@@ -3,7 +3,7 @@
|
|
|
//===== By: ==================================================
|
|
|
//= L0ne_W0lf
|
|
|
//===== Current Version: =====================================
|
|
|
-//= 1.2
|
|
|
+//= 1.4
|
|
|
//===== Compatible With: =====================================
|
|
|
//= eAthena SVN
|
|
|
//===== Description: =========================================
|
|
@@ -14,7 +14,9 @@
|
|
|
//= 1.2 Fixed 3rd Control Device wasting supplies. [L0ne_W0lf]
|
|
|
//= Also fixed donpcevent calling wrong NPC.
|
|
|
//= 1.2a Fixed another donpcevent calling the wrong NPC. [L0ne_W0lf]
|
|
|
-//= 1.3 Wrong variable used to store castle information. [L0nE_W0lf]
|
|
|
+//= 1.3 Wrong variable used to store castle information. [L0ne_W0lf]
|
|
|
+//= 1.4 Fixed double message in defense investing. [L0ne_W0lf]
|
|
|
+//= Corrected a minor typo in the guild steward.
|
|
|
//============================================================
|
|
|
|
|
|
schg_cas03,1,1,0 script manager#sch03_02 111,{
|
|
@@ -2255,7 +2257,7 @@ schg_cas03,88,90,3 script Steward#sch03 55,{
|
|
|
mes "this infidel away from here!";
|
|
|
mes "I will always be loyal to the";
|
|
|
mes "master of this stronghold,";
|
|
|
- mes "the one and only^FF0000" + getguildmaster(.@GID) + "^000000.";
|
|
|
+ mes "the one and only ^FF0000" + getguildmaster(.@GID) + "^000000.";
|
|
|
close;
|
|
|
}
|
|
|
mes "[ Steward ]";
|
|
@@ -2411,8 +2413,6 @@ schg_cas03,88,90,3 script Steward#sch03 55,{
|
|
|
mes "want to increase our defenses.";
|
|
|
close;
|
|
|
}
|
|
|
- next;
|
|
|
- mes "[ Steward ]";
|
|
|
if (GetCastleData("schg_cas03",5) == 0) {
|
|
|
mes "We need ^FF0000" + .@def_invest + "^000000";
|
|
|
mes "zeny to invest in our";
|