Issue information

Issue ID
#2647
Status
New
Severity
None
Started
Hercules Elf Bot
Jan 9, 2009 6:17
Last Post
Hercules Elf Bot
Jan 9, 2009 6:17
Confirmation
N/A

Hercules Elf Bot - Jan 9, 2009 6:17

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

Hi I'm was reading /db/skill_tree.txt 13326 Stable and I managed to pick something up.

//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#

Under the heading Monk the skill scripts for Occult Impact, TSS and asura strike are like this:
15,266,5,261,5,0,0,0,0,0,0,0,0 //MO_INVESTIGATE#Occult Impact#
15,267,5,266,3,0,0,0,0,0,0,0,0 //MO_FINGEROFFENSIVE#Throw Spirit Sphere#
15,271,5,270,3,267,3,0,0,0,0,0,0 //MO_EXTREMITYFIST#Asura Strike#


Champion however seems to have swapped the ID numbers for occult impact and TSS.
4016,266,5,261,5,0,0,0,0,0,0,0,0 //MO_FINGEROFFENSIVE#Throw Spirit Sphere#
4016,267,5,266,3,0,0,0,0,0,0,0,0 //MO_INVESTIGATE#Occult Impact#
4016,271,5,270,3,267,3,0,0,0,0,0,0 //MO_EXTREMITYFIST#Asura Strike#


Lucky the only thing changed were just comments and not actual scripts although they could prove to be misleading.