Sfoglia il codice sorgente

* 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

samuray22 17 anni fa
parent
commit
c365bcf605

+ 4 - 0
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.

+ 6 - 5
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;

+ 3 - 2
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?";

+ 2 - 1
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]
 //============================================================