From f9eae7b032366afc080254a2ab6366ebe49aa589 Mon Sep 17 00:00:00 2001 From: Lupus Date: Wed, 5 Jul 2006 18:10:27 +0000 Subject: fixed book of yamir stucking... git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7541 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/Changelog.txt | 1 + npc/cities/valkyrie.txt | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'npc') diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 7b60b9c4f..040dba1fb 100644 --- a/npc/Changelog.txt +++ b/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 diff --git a/npc/cities/valkyrie.txt b/npc/cities/valkyrie.txt index b506a451d..ad2845bf7 100644 --- a/npc/cities/valkyrie.txt +++ b/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; -- cgit v1.2.3-70-g09d2