summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/Changelog.txt6
-rw-r--r--npc/jobs/2-1/hunter.txt15
2 files changed, 11 insertions, 10 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index b3eff44b0..f1b02cca4 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -12,10 +12,6 @@ Mass Zero
Massdriller
* Correcting & Bugfixing scripts
* New Novice Grounds from MRO - 65% -(Not sure it should be stopped as DracoRPG
- did it, but intending to add it as an alternative novice quest)
- * Gonryunn Quests - 0% - Botting on official Servers
- * Artifacts of God (MRO GOD ITEM QUESTS) - 1% - resources only from MRO Official
- guide book so, probably unofficial
MasterOfMuppets
* Working on The Sign Quest atm.
* Updating Items / Scripts
@@ -39,6 +35,8 @@ Playtester
Date Added
======
+08/02
+ * Fixed Sharon's abuse at Hunter Job Quest 8) Thanks to mike04 for pointing it out [Lupus]
07/31
* Updated the Geffenia spawns. [MasterOfMuppets]
* Some small changes to the sign quest [MasterOfMuppets]
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: