ソースを参照

* Fixed a misplaced quest log entry in Priest job quest, bugreport:6702 (jobs\2-1\priest.txt)
* Fixed an incorrect check in Taekwon job quest, bugreport:6711 (jobs\1-1e\taekwon.txt)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16786 54d463be-8e91-2dee-dedb-b68131a5f0ec

euphyy 12 年 前
コミット
0448652500
3 ファイル変更5 行追加6 行削除
  1. 1 2
      conf/login_athena.conf
  2. 1 1
      npc/jobs/1-1e/taekwon.txt
  3. 3 3
      npc/jobs/2-1/priest.txt

+ 1 - 2
conf/login_athena.conf

@@ -141,8 +141,7 @@ client_hash_check: off
 
 // Put your client hashes here, a player can login into the server using
 // a hash with a group_id equal or lower the account group_id
-// Follow the model(without the //):
-// client_hash: group_id, hash
+// Format: group_id, hash
 // Examples:
 client_hash: 0, 113e195e6c051bb1cfb12a644bb084c5
 client_hash: 99, cb1ea78023d337c38e8ba5124e2338ae

+ 1 - 1
npc/jobs/1-1e/taekwon.txt

@@ -62,7 +62,7 @@ payon,157,141,5	script	Phoenix#TKJobChange	753,{
 		mes "I know that the answer";
 		mes "will come in time...";
 		next;
-		if (Class != Job_Novice && TK_Q != 0) {
+		if (Class != Job_Novice) {
 			mes "[Phoenix]";
 			mes "Noble adventurer:";
 			mes "if you know anyone who";

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

@@ -1,5 +1,5 @@
 //===== rAthena Script ======================================= 
-//= Priest Quest
+//= Priest Job Quest
 //===== By: ================================================== 
 //= Translated By: Pgro Team (OwNaGe)(Aegis)
 //= Converted by: kobra_k88.
@@ -7,7 +7,7 @@
 //===== Current Version: ===================================== 
 //= 2.6
 //===== Compatible With: ===================================== 
-//= rAthena  SVN
+//= rAthena SVN
 //===== Description: ========================================= 
 //= [Aegis Conversion]
 //= Job Change quest for Priest class.
@@ -829,6 +829,7 @@ prt_church,27,24,1	script	Sister Cecilia	79,{
 		next;
 		if (select("I do.:No.") == 1) {
 			set PRIEST_Q,9;
+			changequest 8014,8015;
 			mes "[Sister Cecilia]";
 			mes "Now, you have completed your oath of Priesthood and accomplished all three trials required to become a Priest.";
 			next;
@@ -844,7 +845,6 @@ prt_church,27,24,1	script	Sister Cecilia	79,{
 		mes "......";
 		next;
 		set PRIEST_Q,8;
-		changequest 8014,8015;
 		mes "[Sister Cecilia]";
 		mes "You've come so far...";
 		mes "Why would you want";