autoSpell and useSelf skill smartHeal: Difference between pages

From OpenKore Wiki
(Difference between pages)
Jump to navigation Jump to search
mNo edit summary
 
KeplerBR (talk | contribs)
Improved historical
 
Line 1: Line 1:
; autoSpell <[[References#Skill Names|skill]]>
; useSelf_skill_smartHeal <0|1|2>
: 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.
: Enables auto adjusting skill level when auto using Heal on [[useSelf_skill|self]] or [[partySkill|party member]] to preserve sp.
1 - this old formula: (int(($char->{lv} + $char->{int}) / 8) * (4 + $i * 8)) * $meditatioBonus;


;autoSpell_safe <boolean>
2 - this new Renewal formula: (int(($char->{lv} + $char->{int} + $char->{'int_bonus'}) / 5) * 30) * ($i / 10) * (1 + $meditatioBonus) + ($char->{'attack_magic_min'});
: 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 ==
== Notes ==
Current HP, [http://irowiki.org/wiki/Meditatio Meditatio] and [[mercenary]]'s penalty are used for calculations.


* 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.
== Changelog ==
=== [https://sourceforge.net/p/openkore/code/8805/ r8805] ===
Add useSelf_skill_smartHeal 2: partial renewal formula


autoSpell Cold Bolt
== Developer Notes ==
Include Fatal Wounds status, gears with bonus to Heal.
useSelf_skill Auto Spell {
lvl 10
timeout 10
whenStatusInactive Auto Spell
notWhileSitting 1
}


[[Category:config.txt]]
[[Category:config.txt]]
[[Category:Skills]]
[[Category:skills]]
[[Category:Feature Request]]

Revision as of 04:21, 2 February 2014

useSelf_skill_smartHeal <0|1|2>
Enables auto adjusting skill level when auto using Heal on self or party member to preserve sp.

1 - this old formula: (int(($char->{lv} + $char->{int}) / 8) * (4 + $i * 8)) * $meditatioBonus;

2 - this new Renewal formula: (int(($char->{lv} + $char->{int} + $char->{'int_bonus'}) / 5) * 30) * ($i / 10) * (1 + $meditatioBonus) + ($char->{'attack_magic_min'});

Notes

Current HP, Meditatio and mercenary's penalty are used for calculations.

Changelog

r8805

Add useSelf_skill_smartHeal 2: partial renewal formula

Developer Notes

Include Fatal Wounds status, gears with bonus to Heal.