Difference between revisions of "statsAddAuto list"

From OpenKore Wiki
Jump to navigation Jump to search
(Created page with '; statsAddAuto_list [<number>] [<stat>] : Specifies which stats to raise and up to what number. : Where '''<stat>''' is the three-letter stat name. (i.e. '''str, agi, int, vit,…')
 
m
Line 1: Line 1:
; statsAddAuto_list [<number>] [<stat>]
+
; statsAddAuto_list <number> <stat> [, <number> <stat> [, ...] ]
: Specifies which stats to raise and up to what number.  
+
: Specifies which stats to raise and up to what value.  
  
: Where '''<stat>''' is the three-letter stat name. (i.e. '''str, agi, int, vit, dex, luk'''.
+
: <stat> is the three-letter stat name ('''str, agi, int, vit, dex, luk''').
  
:'''Note.''' You can set multiple stats by coma-sepating them.
+
== Examples ==
 
 
 
 
''' Example '''
 
 
* Add stats points in agi until it reaches 50 and in str until it reaches 30. (both counting bonus)
 
* Add stats points in agi until it reaches 50 and in str until it reaches 30. (both counting bonus)
  

Revision as of 13:41, 16 August 2012

statsAddAuto_list <number> <stat> [, <number> <stat> [, ...] ]
Specifies which stats to raise and up to what value.
<stat> is the three-letter stat name (str, agi, int, vit, dex, luk).

Examples

  • Add stats points in agi until it reaches 50 and in str until it reaches 30. (both counting bonus)
statsAddAuto 1
statsAddAuto_dontUseBonus 0
statsAddAuto_list 50 agi, 30 str