Difference between revisions of "skillsAddAuto list"

From OpenKore Wiki
Jump to navigation Jump to search
m (Typo corrections in the Note.)
(Added second example showing the flexibility of skillsAddAuto_list, added See-Also link to related config key skillsAddAuto)
Line 1: Line 1:
; skillsAddAuto_list <[[References#Skill Names|skill names]]> <skills levels>
+
; skillsAddAuto_list <[[References#Skill Names|Skill Name]]> <Skill Level>
: Specifies what skills to raise and up to what level.
+
; skillsAddAuto_list <Comma-separated Skill Name-Level Pairs>
 +
: Specifies which skills to raise and up to what level.
 +
 
 +
:'''Note.'''
 +
:* You can set multiple skills by using a list of <Comma-separated Skill Name-Level Pairs>.
 +
:* <Skill Level> is the level to raise to, not the count of skill point assignments. See the examples below
  
:'''Note.''' You can set multiple skills by comma-separating them.
 
  
 
''' Example '''
 
''' Example '''
 
* Raise Basic Skill to level 9. After that is done, it will raise Increase HP Recovery to level 10, and then raise Sword Mastery to level 10.
 
* Raise Basic Skill to level 9. After that is done, it will raise Increase HP Recovery to level 10, and then raise Sword Mastery to level 10.
 
  skillsAddAuto_list Basic Skill 9, Increase HP Recovery 10, Sword Mastery 10
 
  skillsAddAuto_list Basic Skill 9, Increase HP Recovery 10, Sword Mastery 10
 +
 +
* Skills can be listed more than once. Here, we distribute skill points to thief skills more evenly, by naming the same skill multiple times, but with different levels to raise to.  In this case, Improve Dodge will be raised to Level 5, and after skill points are assigned to the Double Attack and Steal skills, we return to assign skill points to Improve Dodge raising it from Level 6 to Level 10.
 +
skillsAddAuto_list Basic Skill 9, Improve Dodge 5, Double Attack 5, Steal 10, Improve Dodge 10, Double Attack 10
 +
 +
 +
'''See also:''' [[SkillsAddAuto]]
  
 
[[Category:config.txt]]
 
[[Category:config.txt]]
 
[[Category:skills]]
 
[[Category:skills]]

Revision as of 19:08, 8 April 2010

skillsAddAuto_list <Skill Name> <Skill Level>
skillsAddAuto_list <Comma-separated Skill Name-Level Pairs>
Specifies which skills to raise and up to what level.
Note.
  • You can set multiple skills by using a list of <Comma-separated Skill Name-Level Pairs>.
  • <Skill Level> is the level to raise to, not the count of skill point assignments. See the examples below


Example

  • Raise Basic Skill to level 9. After that is done, it will raise Increase HP Recovery to level 10, and then raise Sword Mastery to level 10.
skillsAddAuto_list Basic Skill 9, Increase HP Recovery 10, Sword Mastery 10
  • Skills can be listed more than once. Here, we distribute skill points to thief skills more evenly, by naming the same skill multiple times, but with different levels to raise to. In this case, Improve Dodge will be raised to Level 5, and after skill points are assigned to the Double Attack and Steal skills, we return to assign skill points to Improve Dodge raising it from Level 6 to Level 10.
skillsAddAuto_list Basic Skill 9, Improve Dodge 5, Double Attack 5, Steal 10, Improve Dodge 10, Double Attack 10


See also: SkillsAddAuto