Difference between revisions of "autoSpell"

From OpenKore Wiki
Jump to navigation Jump to search
m
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
; autoSpell <[[References#Skill Names|skill]]>
+
; autoSpell <[[References#Skill_Names|skill name]]>
 
: 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.
 
: 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_safe <boolean>
+
;autoSpell_safe <[[boolean]]>
 
: Disable 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.
 
: Disable 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 ==
 
== Examples ==
 +
Use Hindsight when it isn't active, select Cold Bolt to be used for Hindsight:
  
* 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 MG_COLDBOLT'''
 
 
autoSpell Cold Bolt
 
 
   
 
   
  useSelf_skill Auto Spell {
+
  [[useSelf_skill]] [[References#Skill_Names|SA_AUTOSPELL]] {
  lvl 10
+
  [[lvl]] 10
  timeout 10
+
  [[timeout]] 10
  whenStatusInactive Auto Spell
+
  [[whenStatusInactive]] [[References#Status_Names|EFST_AUTOSPELL]]
  notWhileSitting 1
+
  [[notWhileSitting]] 1
 
  }
 
  }
  
 
[[Category:config.txt]]
 
[[Category:config.txt]]
 
[[Category:Skills]]
 
[[Category:Skills]]
 +
[[Category:Exploit]]

Revision as of 01:54, 10 February 2013

autoSpell <skill name>
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_safe <boolean>
Disable 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 Hindsight when it isn't active, select Cold Bolt to be used for Hindsight:

autoSpell MG_COLDBOLT

useSelf_skill SA_AUTOSPELL {
	lvl 10
	timeout 10
	whenStatusInactive EFST_AUTOSPELL
	notWhileSitting 1
}