From f21ecb9bfff371fb5db70fd3423673391e610ee9 Mon Sep 17 00:00:00 2001 From: Lupus Date: Thu, 3 Apr 2008 09:15:22 +0000 Subject: Updated Valkirye, Global_Functions, Turtle Island Quest vars git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12463 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/jobs/valkyrie.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/jobs/valkyrie.txt') diff --git a/npc/jobs/valkyrie.txt b/npc/jobs/valkyrie.txt index f6191cf31..f5e3c8bee 100644 --- a/npc/jobs/valkyrie.txt +++ b/npc/jobs/valkyrie.txt @@ -5,7 +5,7 @@ //= finished, optimized and tested by Lupus //= L0ne_W0lf //===== Current Version: ===================================== -//= 2.9a +//= 2.9b //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -35,7 +35,7 @@ //= 2.7b Removed function "F_BlockHigh" as it's no longer used. [L0ne_W0lf] //= 2.8 Corrected NPC names to fall within proper restrictions. [L0ne_W0lf] //= 2.9 Corrected Valkyrie case spicifying where to warp after rebirthing. [L0ne_W0lf] -//= 2.9 Fixed Verdandi typo [Lupus] +//= 2.9b Fixed Verdandi typo, fixed resetting vars [Lupus] //============================================================ valkyrie,48,86,4 script Valkyrie# 811,{ @@ -138,7 +138,7 @@ valkyrie,48,86,4 script Valkyrie# 811,{ mes "[Valkyrie]"; mes "One..."; mes "Two......"; - callfunc("F_SaveQuestSkills"); + //callfunc("F_SaveQuestSkills"); //now not used next; mes "[Valkyrie]"; mes "One..."; @@ -149,7 +149,7 @@ valkyrie,48,86,4 script Valkyrie# 811,{ if(ADVJOB == Job_Paladin2) set ADVJOB,Job_Paladin; jobchange Job_Novice_High; resetlvl(1); - set RES_SKILL,0; + set MISC_QUEST,MISC_QUEST ^ 1024; <-reset Skill Reset Event skill 142,1,0; skill 143,1,0; next; -- cgit v1.2.3-60-g2f50