* Corrected a bad Delitem in gunslinger quest (not job). (bugreport:763)
* Corrected a Double Welcome Message in Dungeon's Kafras. (bugreport:783) * Corrected a Typo error in MailBox. (bugreport:798) git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12065 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
0f7c4f24f3
commit
c365bcf605
@ -1,5 +1,9 @@
|
|||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
|
2008/10/13
|
||||||
|
* Corrected a bad Delitem in gunslinger quest (not job). (bugreport:763) [Samuray22]
|
||||||
|
* Corrected a Double Welcome Message in Dungeon's Kafras. (bugreport:783)
|
||||||
|
* Corrected a Typo error in MailBox. (bugreport:798)
|
||||||
2008/10/11
|
2008/10/11
|
||||||
* Rev. 12056 Added Veins town NPCs, mail box, and second guide. [L0ne_W0lf]
|
* Rev. 12056 Added Veins town NPCs, mail box, and second guide. [L0ne_W0lf]
|
||||||
- Updated warps for Veins. Outstanding warps are quest related.
|
- Updated warps for Veins. Outstanding warps are quest related.
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//===== By: ============================
|
//===== By: ============================
|
||||||
//= eAthena Dev Team
|
//= eAthena Dev Team
|
||||||
//===== Current Version: =======================
|
//===== Current Version: =======================
|
||||||
//= 2.7
|
//= 2.7a
|
||||||
//===== Compatible With: ============================
|
//===== Compatible With: ============================
|
||||||
//= eAthena 1.0
|
//= eAthena 1.0
|
||||||
//===== Description: ============================================
|
//===== Description: ============================================
|
||||||
@ -30,6 +30,7 @@
|
|||||||
//= Added unique Kafra Welcome message.
|
//= Added unique Kafra Welcome message.
|
||||||
//= Removed Ant Hell Kafra Employees.
|
//= Removed Ant Hell Kafra Employees.
|
||||||
//= 2.7 Merchant quest in the Biliban kafra. (Barron-Monster) [L0ne_W0lf]
|
//= 2.7 Merchant quest in the Biliban kafra. (Barron-Monster) [L0ne_W0lf]
|
||||||
|
//= 2.7a Corrected a problem with Dobuel "Welcome Message". (bugreport:783) [Samuray22]
|
||||||
//===============================================================
|
//===============================================================
|
||||||
|
|
||||||
//<============================= Byalan Island ============================>\\
|
//<============================= Byalan Island ============================>\\
|
||||||
@ -43,7 +44,7 @@ izlu2dun,106,58,8 script Kafra Employee::kaf_izlu2dun 115,{
|
|||||||
mes "Kafra's Employees are";
|
mes "Kafra's Employees are";
|
||||||
mes "always ready to serve you.";
|
mes "always ready to serve you.";
|
||||||
mes "How can I help you today?";
|
mes "How can I help you today?";
|
||||||
callfunc "F_Kafra",0,2,1,120,1200;
|
callfunc "F_Kafra",5,2,1,120,1200;
|
||||||
|
|
||||||
M_Save:
|
M_Save:
|
||||||
savepoint "izlu2dun",87,170;
|
savepoint "izlu2dun",87,170;
|
||||||
@ -61,7 +62,7 @@ prt_fild05,290,224,3 script Kafra Employee::prt_fild05 114,{
|
|||||||
mes "adventurers of Rune-Midgard";
|
mes "adventurers of Rune-Midgard";
|
||||||
mes "with its excellent service. So";
|
mes "with its excellent service. So";
|
||||||
mes "what can I do for you today?";
|
mes "what can I do for you today?";
|
||||||
callfunc "F_Kafra",0,1,1,40,0;
|
callfunc "F_Kafra",5,1,1,40,0;
|
||||||
|
|
||||||
M_Save:
|
M_Save:
|
||||||
savepoint "prt_fild05",274,243;
|
savepoint "prt_fild05",274,243;
|
||||||
@ -113,7 +114,7 @@ gef_fild10,73,340,5 script Kafra Employee::kaf_gef_fild10 116,{
|
|||||||
mes "Kafra's Employees are";
|
mes "Kafra's Employees are";
|
||||||
mes "always ready to serve you.";
|
mes "always ready to serve you.";
|
||||||
mes "How can I help you today?";
|
mes "How can I help you today?";
|
||||||
callfunc "F_Kafra",0,6,1,130,0;
|
callfunc "F_Kafra",5,6,1,130,0;
|
||||||
|
|
||||||
M_Save:
|
M_Save:
|
||||||
savepoint "gef_fild10",54,326;
|
savepoint "gef_fild10",54,326;
|
||||||
@ -129,7 +130,7 @@ alb2trea,59,69,5 script Kafra Employee::kaf_alb2trea 117,{
|
|||||||
mes "The Kafra services";
|
mes "The Kafra services";
|
||||||
mes "are always on your side.";
|
mes "are always on your side.";
|
||||||
mes "How may I assist you?";
|
mes "How may I assist you?";
|
||||||
callfunc "F_Kafra",0,2,1,50,0;
|
callfunc "F_Kafra",5,2,1,50,0;
|
||||||
|
|
||||||
M_Save:
|
M_Save:
|
||||||
savepoint "alb2trea",92,64;
|
savepoint "alb2trea",92,64;
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= L0ne_W0lf
|
//= L0ne_W0lf
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.3
|
//= 1.3a
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= eAthena SVN
|
//= eAthena SVN
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
@ -14,6 +14,7 @@
|
|||||||
//= 1.1 Dialog updated to Official. [L0ne_W0lf]
|
//= 1.1 Dialog updated to Official. [L0ne_W0lf]
|
||||||
//= 1.2 Swapped "atcommand" for "Openmail". [L0ne_W0lf]
|
//= 1.2 Swapped "atcommand" for "Openmail". [L0ne_W0lf]
|
||||||
//= 1.3 Added Veins mail box. [L0ne_W0lf]
|
//= 1.3 Added Veins mail box. [L0ne_W0lf]
|
||||||
|
//= 1.3a Corrected a typo error. (bugreport:798) [Samuray22]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
// Prontera
|
// Prontera
|
||||||
@ -22,7 +23,7 @@ prontera,146,86,0 script Mailbox#prt::MailBox 888,{
|
|||||||
mes "[Mailbox]";
|
mes "[Mailbox]";
|
||||||
mes "If you'd like to use";
|
mes "If you'd like to use";
|
||||||
mes "the Mailbox Service,";
|
mes "the Mailbox Service,";
|
||||||
mes "you must firs pay";
|
mes "you must first pay";
|
||||||
mes "the 130 zeny service fee.";
|
mes "the 130 zeny service fee.";
|
||||||
mes "Would you like to use the";
|
mes "Would you like to use the";
|
||||||
mes "mailbox now?";
|
mes "mailbox now?";
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= Playtester
|
//= Playtester
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.6b
|
//= 1.6c
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= SVN eA
|
//= SVN eA
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
@ -20,6 +20,7 @@
|
|||||||
//= making the first official version. [SinSloth]
|
//= making the first official version. [SinSloth]
|
||||||
//= 1.6a Removed .GATs [Lupus]
|
//= 1.6a Removed .GATs [Lupus]
|
||||||
//= 1.6b Changed item names to item IDs on some scripts. [Samuray22]
|
//= 1.6b Changed item names to item IDs on some scripts. [Samuray22]
|
||||||
|
//= 1.6c Corrected a bad delitem. (bugreport:763) [Samuray22]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user