From 76148a9c31a8b718d4295dc27c8e476a48ffb7e8 Mon Sep 17 00:00:00 2001 From: samuray22 Date: Sun, 13 Jan 2008 05:35:01 +0000 Subject: * 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://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12065 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/Changelog.txt | 4 ++++ npc/kafras/kafras_dungeons.txt | 11 ++++++----- npc/other/mail.txt | 5 +++-- npc/quests/gunslinger_quests.txt | 3 ++- 4 files changed, 15 insertions(+), 8 deletions(-) (limited to 'npc') diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 695334344..bc09dd5d8 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,5 +1,9 @@ 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 * Rev. 12056 Added Veins town NPCs, mail box, and second guide. [L0ne_W0lf] - Updated warps for Veins. Outstanding warps are quest related. diff --git a/npc/kafras/kafras_dungeons.txt b/npc/kafras/kafras_dungeons.txt index 00c4a1c18..a83ba8599 100644 --- a/npc/kafras/kafras_dungeons.txt +++ b/npc/kafras/kafras_dungeons.txt @@ -3,7 +3,7 @@ //===== By: ============================ //= eAthena Dev Team //===== Current Version: ======================= -//= 2.7 +//= 2.7a //===== Compatible With: ============================ //= eAthena 1.0 //===== Description: ============================================ @@ -30,6 +30,7 @@ //= Added unique Kafra Welcome message. //= Removed Ant Hell Kafra Employees. //= 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 ============================>\\ @@ -43,7 +44,7 @@ izlu2dun,106,58,8 script Kafra Employee::kaf_izlu2dun 115,{ mes "Kafra's Employees are"; mes "always ready to serve you."; 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: 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 "with its excellent service. So"; 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: 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 "always ready to serve you."; 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: savepoint "gef_fild10",54,326; @@ -129,7 +130,7 @@ alb2trea,59,69,5 script Kafra Employee::kaf_alb2trea 117,{ mes "The Kafra services"; mes "are always on your side."; mes "How may I assist you?"; - callfunc "F_Kafra",0,2,1,50,0; + callfunc "F_Kafra",5,2,1,50,0; M_Save: savepoint "alb2trea",92,64; diff --git a/npc/other/mail.txt b/npc/other/mail.txt index c3f18e7d3..9dab1f409 100644 --- a/npc/other/mail.txt +++ b/npc/other/mail.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.3 +//= 1.3a //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -14,6 +14,7 @@ //= 1.1 Dialog updated to Official. [L0ne_W0lf] //= 1.2 Swapped "atcommand" for "Openmail". [L0ne_W0lf] //= 1.3 Added Veins mail box. [L0ne_W0lf] +//= 1.3a Corrected a typo error. (bugreport:798) [Samuray22] //============================================================ // Prontera @@ -22,7 +23,7 @@ prontera,146,86,0 script Mailbox#prt::MailBox 888,{ mes "[Mailbox]"; mes "If you'd like to use"; mes "the Mailbox Service,"; - mes "you must firs pay"; + mes "you must first pay"; mes "the 130 zeny service fee."; mes "Would you like to use the"; mes "mailbox now?"; diff --git a/npc/quests/gunslinger_quests.txt b/npc/quests/gunslinger_quests.txt index 5e2be33d1..f1246da96 100644 --- a/npc/quests/gunslinger_quests.txt +++ b/npc/quests/gunslinger_quests.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Playtester //===== Current Version: ===================================== -//= 1.6b +//= 1.6c //===== Compatible With: ===================================== //= SVN eA //===== Description: ========================================= @@ -20,6 +20,7 @@ //= making the first official version. [SinSloth] //= 1.6a Removed .GATs [Lupus] //= 1.6b Changed item names to item IDs on some scripts. [Samuray22] +//= 1.6c Corrected a bad delitem. (bugreport:763) [Samuray22] //============================================================ -- cgit v1.2.3-70-g09d2