diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-02 04:01:45 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-02 04:01:45 +0000 |
commit | dbcc79545f9c8cb17b1aa3b274673c79b2621d26 (patch) | |
tree | a53e9546ace60d1a74b48b3afa5b37e91883e99e /npc/jobs | |
parent | b69bbeab015c3477454f04162f819868838e3bd2 (diff) | |
download | hercules-dbcc79545f9c8cb17b1aa3b274673c79b2621d26.tar.gz hercules-dbcc79545f9c8cb17b1aa3b274673c79b2621d26.tar.bz2 hercules-dbcc79545f9c8cb17b1aa3b274673c79b2621d26.tar.xz hercules-dbcc79545f9c8cb17b1aa3b274673c79b2621d26.zip |
fixed hunter job quest
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8043 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs')
-rw-r--r-- | npc/jobs/2-1/hunter.txt | 15 |
1 files changed, 9 insertions, 6 deletions
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:
|