Преглед на файлове

Fixed the Job Level requirement for Arrow Crafting

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7137 54d463be-8e91-2dee-dedb-b68131a5f0ec
Playtester преди 19 години
родител
ревизия
ecc45a81d1
променени са 2 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 2 0
      npc/Changelog.txt
  2. 1 1
      npc/quests/skills/archer_skills.txt

+ 2 - 0
npc/Changelog.txt

@@ -36,6 +36,8 @@ Musashiden
 
 Date		Added
 ======
+06/13
+	* Fixed the Job Level requirement for Arrow Crafting [Playtester]
 06/12
 	* Implemented the comodo gambling NPCs. Thanks to reddozen and Zefris. [MasterOfMuppets]
 	* Looks like somebody needs sleep. (Typos in Yuno.txt) [Lance]

+ 1 - 1
npc/quests/skills/archer_skills.txt

@@ -34,7 +34,7 @@ L_Other:
 	emotion e_what;
 	close;
 L_Start:
-	if (BaseJob==Job_Archer && JobLevel<35) goto L_LowLvl;
+	if (BaseJob==Job_Archer && JobLevel<30) goto L_LowLvl;
 	if (getskilllv(147)>0) goto L_GotSkill;
 	if (ARWCRFT == 1) goto L_GetSkill;
 	mes "Hmmm?.... Oh you seem to be a high level Archer type.  Why don't we";