فهرست منبع

* Corrected a few bugs in the Acolyte Job Quest. (Crashy)

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

+ 2 - 0
npc/Changelog.txt

@@ -1,5 +1,7 @@
 Date		Added
 ======
+2007/08/15
+	* Rev. 11016 Corrected a few bugs in the Acolyte Job Quest. (Crashy) [L0ne_W0lf]
 2007/08/14
 	* Deleted an Unnecessary "next;" on Rachel Guide. [Samuray22]
 	-Thanks to $ephiroth.

+ 4 - 3
npc/jobs/1-1/acolyte.txt

@@ -3,7 +3,7 @@
 //===== By: ================================================== 
 //= kobra_k88; L0ne_W0lf
 //===== Current Version: ===================================== 
-//= 1.8
+//= 1.8a
 //===== Compatible With: ===================================== 
 //= eAthena SVN
 //===== Description: ========================================= 
@@ -23,6 +23,7 @@
 //=	Proper dialog for Priest job quest is unused (for now.)
 //= 1.7a Functions now make use of proper priest quest dialog [L0ne_W0lf]
 //= 1.8 Removed an Unnecessary "set job_acolyte_q,0;" [Samuray22]
+//= 1.8a More bug fixes care of Crashy. [L0ne_W0lf]
 //============================================================ 
 
 prt_church,184,41,4	script	Cleric#aco	60,{
@@ -99,7 +100,7 @@ prt_church,184,41,4	script	Cleric#aco	60,{
 				mes "[Father Mareusis]";
 				mes "Well, I will";
 				mes "give you a mission...";
-				switch(rand(2)) {
+				switch(rand(3)) {
 				default:
 					set job_acolyte_q,2;
 					mes "Please visit ^000077Father Rubalkabara^000000, a member of the Prontera Parish, and return here. He has been practicing asceticism in the ^000077Relics NorthEast of Prontera City^000000.";
@@ -406,7 +407,7 @@ prt_fild00,208,218,6	script	Ascetic#3aco	98,{
 				next;
 				mes "[Father Yosuke]";
 				mes "Now go back to the Santuary and finish becoming an Acolyte, kid.";
-				close;
+				close2;
 				savepoint "prt_fild00",206,230;
 				set job_acolyte_q,8;
 				end;