Issue information

Issue ID
#709
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Dec 29, 2007 6:07
Last Post
Hercules Elf Bot
Feb 21, 2012 8:54
Confirmation
N/A

Hercules Elf Bot - Dec 29, 2007 6:07

Originally posted by [b][Leon][/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=709

From db/skill_tree.txt:
CODE
//JobNo,Skill-ID,MaxLV,Prerequisite Skill-ID-1,Prerequisite Skill-ID-1-Lv,PrereqSkill-ID-2,PrereqSkill-ID-2-Lv,PrereqSkill-ID-3,PrereqSkill-ID-3-Lv,PrereqSkill-ID-4,PrereqSkill-ID-4-Lv,PrereqSkill-ID-5,PrereqSkill-ID-5-Lv//CLASS_SKILLNAME#Skill Name#

CODE
4008,359,1,50,0,0,0,0,0,0,0,0,0,0 //LK_BERSERK#Frenzy# //check this, the last ",0" shouldn't be needed I think

CODE
4014,359,1,50,0,0,0,0,0,0,0,0,0,0 //LK_BERSERK#Frenzy# //check this, the last ",0" shouldn't be needed I think

The last 0 is indeed needed, because it's an undocumented feature (at least the header doesn't say anything).

The 50 on the forth column is the minimum job level needed for that skill to appear. So, when it has an extra column, the forth one becomes the minimum job level.