浏览代码

fixed book of yamir stucking...

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7541 54d463be-8e91-2dee-dedb-b68131a5f0ec
Lupus 19 年之前
父节点
当前提交
fcb26ce47a
共有 2 个文件被更改,包括 4 次插入2 次删除
  1. 1 0
      npc/Changelog.txt
  2. 3 2
      npc/cities/valkyrie.txt

+ 1 - 0
npc/Changelog.txt

@@ -39,6 +39,7 @@ Playtester
 Date		Added
 ======
 07/05
+	* Fixed Book of Yamir stucking [Lupus]
 	* Fixed bugs / typos in 2004_headgears.txt, thanks to Qwadrat [Lupus]
 	* Updated Socket Enchant NPC [Playtester]
 	- fixed various bugs

+ 3 - 2
npc/cities/valkyrie.txt

@@ -4,7 +4,7 @@
 //= Nana, fixes by Poki
 //= finished, optimized and tested by Lupus
 //===== Current Version: ===================================== 
-//= 2.4
+//= 2.5
 //===== Compatible With: ===================================== 
 //= eAthena 1.0 +
 //===== Description: ========================================= 
@@ -23,6 +23,7 @@
 //= 2.2 Now ALL quests skills are saved/restored [Lupus]
 //= 2.3 Removed Duplicates [Silent]
 //= 2.4 Fixed typos, optimized [Lupus]
+//= 2.5 Fixed a stuck bug [Lupus]
 //============================================================ 
 
 
@@ -34,7 +35,7 @@ valkyrie.gat,48,66,0	warp	valk01	1,1,valkyrie.gat,48,75,0
 yuno_in02.gat,93,207,0	script	Book of Ymir	111,{
 	mes "[Book of Ymir]";
 	if(Upper==2 || baseClass == Job_Taekwon || BaseJob == Job_Gunslinger || BaseJob == Job_Ninja) goto L_IGNORE; //don't allow Taekwondo classes, Baby Classes, and GS/NJ
-	if(valkyrie_Q == 1) goto L_CONT;
+	if(valkyrie_Q >= 1) goto L_CONT;
 L_IGNORE:
 	mes ". . . . .";
 	close;