Difference between revisions of "autoSpell"

From OpenKore Wiki
Jump to navigation Jump to search
(Created page with '; autoSpell [<skill name>] : If you have the skill Auto Spell (Sage), use this option to set the spell that Kore will automatically cast during melee c…')
 
Line 1: Line 1:
; autoSpell [<[[References#Skill Names|skill name]]>]
+
; autoSpell <[[References#Skill Names|skill]]>
: If you have the skill Auto Spell (Sage), use this option to set the spell that Kore will automatically cast during melee combat. This option is combined with the [[useSelf_skill]] for casting Auto Spell.  
+
: Automatically select specified skill for Sage's [http://irowiki.org/wiki/Hindsight Hindsight], Shadow Chaser's [http://irowiki.org/rewiki/Shadow_Spell Shadow Spell] and similar skills. These skills still need to be configured with [[useSelf_skill]] in order to skill select to appear and autoSpell to work.
  
 +
;autoSpell_force <boolean>
 +
: Allow autoSpell for skills not in the list sent by the server. For Hindsight, usually you can only cast a spell which you have points in. On some servers however, you can specify a spell which you haven't invested points in and it will succeed to be autocast at level 1.
 +
 +
== Examples ==
  
''' Example '''
 
 
* Use the Sage skill Auto Spell on itself when the status "Auto Spell" is not active. The skill specified in the '''autoSpell''' option will be the skill Kore will automatically cast during melee combat.
 
* Use the Sage skill Auto Spell on itself when the status "Auto Spell" is not active. The skill specified in the '''autoSpell''' option will be the skill Kore will automatically cast during melee combat.
  
Line 14: Line 17:
 
  notWhileSitting 1
 
  notWhileSitting 1
 
  }
 
  }
 
'''Notes:'''
 
* There are only seven skills you can specify: Napalm Beat, Fire Bolt, Lightening Bolt, Cold Bolt, Soul Strike, Fire Ball, and Frost Diver.
 
* Furthermore, you can only cast a spell which you have points in. On some servers however, you can specify a spell which you haven't invested points in and it will succeed to be autocast at level 1.
 
 
  
 
[[Category:config.txt]]
 
[[Category:config.txt]]
 
[[Category:Skills]]
 
[[Category:Skills]]

Revision as of 13:20, 19 October 2010

autoSpell <skill>
Automatically select specified skill for Sage's Hindsight, Shadow Chaser's Shadow Spell and similar skills. These skills still need to be configured with useSelf_skill in order to skill select to appear and autoSpell to work.
autoSpell_force <boolean>
Allow autoSpell for skills not in the list sent by the server. For Hindsight, usually you can only cast a spell which you have points in. On some servers however, you can specify a spell which you haven't invested points in and it will succeed to be autocast at level 1.

Examples

  • Use the Sage skill Auto Spell on itself when the status "Auto Spell" is not active. The skill specified in the autoSpell option will be the skill Kore will automatically cast during melee combat.
autoSpell Cold Bolt

useSelf_skill Auto Spell {
	lvl 10
	timeout 10
	whenStatusInactive Auto Spell
	notWhileSitting 1
}