فهرست منبع

fixed minor archer.txt bug

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12588 54d463be-8e91-2dee-dedb-b68131a5f0ec
Lupus 17 سال پیش
والد
کامیت
cee4acd2d4
2فایلهای تغییر یافته به همراه4 افزوده شده و 2 حذف شده
  1. 1 0
      npc/Changelog.txt
  2. 3 2
      npc/jobs/1-1/archer.txt

+ 1 - 0
npc/Changelog.txt

@@ -1,6 +1,7 @@
 Date		Added
 ======
 2008/04/14
+	* Rev. 12588 Fixed minor dialogue bug at archer.txt [Lupus]
 	* Rev. 12587 Fixed design flaw in card remover script. [L0ne_W0lf]
 2008/04/10
 	* Rev. 12567 Fixed setcell range of first barricade in Juno Castle 2. [L0ne_W0lf]

+ 3 - 2
npc/jobs/1-1/archer.txt

@@ -3,7 +3,7 @@
 //===== By: ================================================== 
 //= kobra_k88; L0ne_W0lf
 //===== Current Version: ===================================== 
-//= 1.7
+//= 1.7a
 //===== Compatible With: ===================================== 
 //= eAthena SVN
 //===== Description: ========================================= 
@@ -19,6 +19,7 @@
 //= 1.7 Rescripted to Aegis 10.3 stadards. [L0ne_W0lf]
 //=	Arrow reward is now equal to the type sof trunks brought.
 //=	No longer uses function "F_ToHigh"
+//= 1.7a Fixed minor dialogue bug at Grade==25 [Lupus]
 //============================================================ 
 
 payon_in02,64,71,4	script	Archer Guildsman#archer	85,{
@@ -174,7 +175,7 @@ payon_in02,64,71,4	script	Archer Guildsman#archer	85,{
 					mes "More than 30! Nice job!";
 					mes "Congratulations!";
 				}
-				else if (.@total_archer > 25) {
+				else {
 					mes "*Sigh* Well, you just barely passed... Anyway, well done.";
 				}
 			}