summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/Changelog.txt2
-rw-r--r--npc/cities/payon.txt4
-rw-r--r--npc/kafras/kafras_pay.txt7
3 files changed, 9 insertions, 4 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index b275e2137..728fe8baf 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -1,6 +1,8 @@
Date Added
======
2007/06/28
+ * Rev. 10823 Added missing "close;" to the Payon Monster Scholar. [L0ne_W0lf]
+ * Fixed the display names for the Payon Kafra's.
* Fixed a bug in Hugel Bingo game system which prevented players from launch another game after a game has been canceled. [SinSloth]
2007/06/26
* Rev 10815 Updated NPC for Payon. [L0ne_W0lf]
diff --git a/npc/cities/payon.txt b/npc/cities/payon.txt
index e98bbad04..320fedc83 100644
--- a/npc/cities/payon.txt
+++ b/npc/cities/payon.txt
@@ -4,7 +4,7 @@
//= Muad Dib (1.0) Darkchild (1.1) Muad Dib (1.2)
//= Darkchild (1.3) DracoRPG (1.5) L0ne_W0lf (2.1)
//===== Current Version: =====================================
-//= 2.1
+//= 2.1b
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
@@ -24,6 +24,7 @@
//= 2.1 Rescripted to Aegis 10.3 standards. [L0ne_W0lf]
//= Moved Gemstone Trader "Jade" to /merchants/gemstone.txt
//= Moved Fortune Teller to /other/fortune.txt
+//= 2.1b Added a missing close in the Monster Scholar. [L0ne_W0lf]
//============================================================
// Payon
@@ -367,6 +368,7 @@ payon,132,235,3 script Monster Scholar#02 98,{
mes "^666666*Ahem*^000000 My apologies, I get too excited sometimes. But if you happen to meet other scholars such as myself, please treat them well. Our jobs are very difficult!";
break;
}
+ close;
}
// Inside Payon
diff --git a/npc/kafras/kafras_pay.txt b/npc/kafras/kafras_pay.txt
index 57c9b88f4..9cff73490 100644
--- a/npc/kafras/kafras_pay.txt
+++ b/npc/kafras/kafras_pay.txt
@@ -3,7 +3,7 @@
//===== By: =========================
//= eAthena Dev Team
//===== Current Version: ===================
-//= 2.4
+//= 2.4b
//===== Compatible With: =====================
//= eAthena 1.0
//===== Description: ============================================
@@ -25,6 +25,7 @@
//= 2.32 Minor fix to Payon Archer Kafra [SinSloth]
//= 2.4 Updated function calls with new arguments. [L0ne_W0lf]
//= Added unique Kafra Welcome message.
+//= 2.4b Updated hte remaning names for the Kafra's. [L0ne_W0lf]
//==========================================================================
@@ -45,7 +46,7 @@ payon,181,104,4 script Kafra Employee::kaf_payon 113,{
}
// Main Town, Middle North --------------------------------------------------
-payon,175,226,4 script Kafra::kaf_payon2 116,{
+payon,175,226,4 script Kafra Employee::kaf_payon2 116,{
cutin "kafra_02",2;
callfunc "F_KafSetPay";
mes "[Kafra Employee]";
@@ -62,7 +63,7 @@ payon,175,226,4 script Kafra::kaf_payon2 116,{
}
// Archer Village ------------------------------------------------------------
-pay_arche,55,123,0 script Kafra::kaf_payon3 115,{
+pay_arche,55,123,0 script Kafra Employee::kaf_payon3 115,{
cutin "kafra_03",2;
callfunc "F_KafSetPay";
mes "[Kafra Employee]";