From 50f8f3a0579063ffaf1cb595fdc0201906f6507a Mon Sep 17 00:00:00 2001 From: Playtester Date: Wed, 14 Jun 2006 17:37:39 +0000 Subject: Fixed Job Level requirement for Auto-Berserk git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7165 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/Changelog.txt | 1 + npc/quests/skills/swordman_skills.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/Changelog.txt b/npc/Changelog.txt index ce8c1826d..b048fbded 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -37,6 +37,7 @@ Musashiden Date Added ====== 06/14 + * Fixed Job Level requirement for Auto-Berserk [Playtester] * Fixed some experience gained bugs in two scripts. [MasterOfMuppets] - Also fixed a major problem in the level 4 weapon quest, thanks to Qwadrat. * Fixed an exploit in the comodo gambling script, thanks to reddozen [MasterOfMuppets] diff --git a/npc/quests/skills/swordman_skills.txt b/npc/quests/skills/swordman_skills.txt index f91d41b33..cfb0f8f02 100644 --- a/npc/quests/skills/swordman_skills.txt +++ b/npc/quests/skills/swordman_skills.txt @@ -278,7 +278,7 @@ L_Other: close; L_Start: - if (baseClass == Job_Swordman && JobLevel<34) goto L_LowLvl; + if (baseClass == Job_Swordman && JobLevel<30) goto L_LowLvl; if (BERSERK == 1) goto L_Check; if (getskilllv(146)>0) goto L_GotSkill; -- cgit v1.2.3-60-g2f50