* 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:
parent
3f695e93b0
commit
768ef1d619
@ -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]
|
||||
|
@ -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
|
||||
|
@ -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]";
|
||||
|
Loading…
x
Reference in New Issue
Block a user