|
@@ -5,7 +5,7 @@
|
|
//= Darlskies, Darkchild, Syrus22, Lupus, kobra_k88 (2.0)
|
|
//= Darlskies, Darkchild, Syrus22, Lupus, kobra_k88 (2.0)
|
|
//= L0ne_W0lf
|
|
//= L0ne_W0lf
|
|
//===== Current Version: =====================================
|
|
//===== Current Version: =====================================
|
|
-//= 5.8
|
|
|
|
|
|
+//= 5.9
|
|
//===== Compatible With: =====================================
|
|
//===== Compatible With: =====================================
|
|
//= eAthena 1.0
|
|
//= eAthena 1.0
|
|
//===== Description: =========================================
|
|
//===== Description: =========================================
|
|
@@ -52,7 +52,8 @@
|
|
//= 5.6a Corrected a few wrong names in the teleport function. [L0ne_W0lf]
|
|
//= 5.6a Corrected a few wrong names in the teleport function. [L0ne_W0lf]
|
|
//= 5.7 Correced end message no longer displaying, and the duplicate names [L0ne_W0lf]
|
|
//= 5.7 Correced end message no longer displaying, and the duplicate names [L0ne_W0lf]
|
|
//= Thanks to Barron-Monster for pointing out the issues.
|
|
//= Thanks to Barron-Monster for pointing out the issues.
|
|
-//= 5.8 Fixed another double name bing shown when "saving" [L0ne_W0lf]
|
|
|
|
|
|
+//= 5.8 Fixed another double name being shown when "saving" [L0ne_W0lf]
|
|
|
|
+//= 5.9 Fixed the Kafra Welcome message for guilds. Thanks Barron-Monster. [L0ne_W0lf]
|
|
//============================================================
|
|
//============================================================
|
|
|
|
|
|
|
|
|
|
@@ -89,6 +90,7 @@ function script F_Kafra {
|
|
|
|
|
|
//Guild Castle Kafra message
|
|
//Guild Castle Kafra message
|
|
case 2:
|
|
case 2:
|
|
|
|
+ set @GID,getcharid(2);
|
|
mes "[Kafra Employee]";
|
|
mes "[Kafra Employee]";
|
|
mes "Welcome. ^ff0000" + GetGuildName(@GID) + "^000000 Member.";
|
|
mes "Welcome. ^ff0000" + GetGuildName(@GID) + "^000000 Member.";
|
|
mes "The Kafra Coporation will stay with you wherever you go.";
|
|
mes "The Kafra Coporation will stay with you wherever you go.";
|