summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/Changelog.txt3
-rw-r--r--npc/jobs/2-1/hunter.txt6
2 files changed, 5 insertions, 4 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index 3ad4e270d..39001ce89 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -33,11 +33,12 @@ KarLaeda
Date Added
======
+11/08
+ * Small fix in Hunter Job Quest [KarLaeda]
11/07
* Another one set of fixes for the scripts syntax. [KarLaeda]
* Added Quiz (Revolution) Part 1. Converted by CAHTXHuK [Lupus]
He's another candidate to the script devs. Work in progress. Help us to find bugs
-
11/06
* Fixed item select in Novice Exchanger [KarLaeda]
11/05
diff --git a/npc/jobs/2-1/hunter.txt b/npc/jobs/2-1/hunter.txt
index 4986548dc..ddea02556 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.3
+//= 2.3a
//===== Compatible With: =====================================
//= eAthena 1.0
//===== Description: =========================================
@@ -30,7 +30,7 @@
//= 2.1 Removed Duplicates [Silent]
//= 2.2 Merged JFunc, fixed missing dialogues [Lupus]
//= 2.2a Fixed Sharon resetting the test2 item set [Lupus]
-//= 2.3 7 official sets of Demon Hunter,thx to Dr.Evil [Lupus]
+//= 2.3a 7 official sets of Demon Hunter,thx to Dr.Evil [Lupus]
//============================================================
//<====================================== Job Changer ========================================>\\
@@ -415,7 +415,7 @@ L_Start:
mes "[Demon Hunter]";
mes "Let's see... the items you need to gather are.....";
next;
- set HNTR_Q2, rand(1,5);
+ set HNTR_Q2, rand(1,7);
L_Repeat:
mes "[Demon Hunter]";
switch(HNTR_Q2){