* Rev. 10823 Added missing "close;" to the Payon Monster Scholar.

* Fixed the display names for the Payon Kafra's.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10823 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
L0ne_W0lf 2007-06-28 21:12:00 +00:00
parent 3f695e93b0
commit 768ef1d619
3 changed files with 9 additions and 4 deletions

View File

@ -1,6 +1,8 @@
Date Added Date Added
====== ======
2007/06/28 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] * 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 2007/06/26
* Rev 10815 Updated NPC for Payon. [L0ne_W0lf] * Rev 10815 Updated NPC for Payon. [L0ne_W0lf]

View File

@ -4,7 +4,7 @@
//= Muad Dib (1.0) Darkchild (1.1) Muad Dib (1.2) //= Muad Dib (1.0) Darkchild (1.1) Muad Dib (1.2)
//= Darkchild (1.3) DracoRPG (1.5) L0ne_W0lf (2.1) //= Darkchild (1.3) DracoRPG (1.5) L0ne_W0lf (2.1)
//===== Current Version: ===================================== //===== Current Version: =====================================
//= 2.1 //= 2.1b
//===== Compatible With: ===================================== //===== Compatible With: =====================================
//= eAthena SVN //= eAthena SVN
//===== Description: ========================================= //===== Description: =========================================
@ -24,6 +24,7 @@
//= 2.1 Rescripted to Aegis 10.3 standards. [L0ne_W0lf] //= 2.1 Rescripted to Aegis 10.3 standards. [L0ne_W0lf]
//= Moved Gemstone Trader "Jade" to /merchants/gemstone.txt //= Moved Gemstone Trader "Jade" to /merchants/gemstone.txt
//= Moved Fortune Teller to /other/fortune.txt //= Moved Fortune Teller to /other/fortune.txt
//= 2.1b Added a missing close in the Monster Scholar. [L0ne_W0lf]
//============================================================ //============================================================
// Payon // 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!"; 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; break;
} }
close;
} }
// Inside Payon // Inside Payon

View File

@ -3,7 +3,7 @@
//===== By: ========================= //===== By: =========================
//= eAthena Dev Team //= eAthena Dev Team
//===== Current Version: =================== //===== Current Version: ===================
//= 2.4 //= 2.4b
//===== Compatible With: ===================== //===== Compatible With: =====================
//= eAthena 1.0 //= eAthena 1.0
//===== Description: ============================================ //===== Description: ============================================
@ -25,6 +25,7 @@
//= 2.32 Minor fix to Payon Archer Kafra [SinSloth] //= 2.32 Minor fix to Payon Archer Kafra [SinSloth]
//= 2.4 Updated function calls with new arguments. [L0ne_W0lf] //= 2.4 Updated function calls with new arguments. [L0ne_W0lf]
//= Added unique Kafra Welcome message. //= 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 -------------------------------------------------- // 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; cutin "kafra_02",2;
callfunc "F_KafSetPay"; callfunc "F_KafSetPay";
mes "[Kafra Employee]"; mes "[Kafra Employee]";
@ -62,7 +63,7 @@ payon,175,226,4 script Kafra::kaf_payon2 116,{
} }
// Archer Village ------------------------------------------------------------ // 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; cutin "kafra_03",2;
callfunc "F_KafSetPay"; callfunc "F_KafSetPay";
mes "[Kafra Employee]"; mes "[Kafra Employee]";