Ver Fonte

fixed hunter job quest

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8043 54d463be-8e91-2dee-dedb-b68131a5f0ec
Lupus há 19 anos atrás
pai
commit
59ac684138
2 ficheiros alterados com 11 adições e 10 exclusões
  1. 2 4
      npc/Changelog.txt
  2. 9 6
      npc/jobs/2-1/hunter.txt

+ 2 - 4
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]

+ 9 - 6
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: