From dbcc79545f9c8cb17b1aa3b274673c79b2621d26 Mon Sep 17 00:00:00 2001 From: Lupus Date: Wed, 2 Aug 2006 04:01:45 +0000 Subject: fixed hunter job quest git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8043 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/jobs/2-1/hunter.txt | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'npc/jobs/2-1/hunter.txt') diff --git a/npc/jobs/2-1/hunter.txt b/npc/jobs/2-1/hunter.txt index 6ec98a86d..aecbef091 100644 --- a/npc/jobs/2-1/hunter.txt +++ b/npc/jobs/2-1/hunter.txt @@ -5,7 +5,7 @@ //= Converted by kobra_k88 //= Further bugfixed and tested by Lupus //===== Current Version: ===================================== -//= 2.2 +//= 2.2a //===== Compatible With: ===================================== //= eAthena 1.0 //===== Description: ========================================= @@ -28,7 +28,8 @@ //= 1.7 Moved the Job QUest to Hugel [Poki#3] //= 2.0 Changed numbers to constants. [Vicious] //= 2.1 Removed Duplicates [Silent] -//= 2.2 Merged JFunc, fixed missing dialoges [Lupus] +//= 2.2 Merged JFunc, fixed missing dialogues [Lupus] +//= 2.2a Fixed Sharon resetting the test2 item set [Lupus] //============================================================ //<====================================== Job Changer ========================================>\\ @@ -122,8 +123,8 @@ L_Start: M_1: mes "[Hunter Sharon]"; mes "The requirements?"; - mes "1. Be a archer"; - mes "2. Have a job level of at least 40"; + mes "1. Be an Archer"; + mes "2. Have a Job Level of at least 40"; mes "3. Pass all of the tests"; next; mes "[Hunter Sharon]"; @@ -288,12 +289,14 @@ L_Start: close; L_Test2: + if(HNTR_Q==0){ + set HNTR_Q, 1; + set HNTR_Q2, 0; + } mes "What you have to do next is go see ^5533FFMr. Demon Hunter^000000 behind me. He'll tell you about the second test."; next; mes "[Hunter Sharon]"; mes "Good luck!"; - set HNTR_Q, 1; - set HNTR_Q2, 0; close; L_Test3: -- cgit v1.2.3-60-g2f50