Skip to content
JasperLorelai edited this page Oct 1, 2022 · 4 revisions

Version 4.0:

Denendencies:

Requires MagicSpells 4.0 beta 7 or above.

Changes:

Added placeholders:

  • %magicspells_charges_[spellname]%
  • %magicspells_charges_consumed_[spellname]%

Placeholders:

Arguments in [] brackets are required, while arguments in () brackets are optional - the placeholders will work without them.

Placeholder Description
%magicspells_variable_[varname],(precision)% Returns MS variable value of the target, string or floating point.
%magicspells_variable_max_[varname],(precision)% Returns maximal value of MS variable value of the target, floating point.
%magicspells_variable_min_[varname],(precision)% Returns minimal value of MS variable value of the target, floating point.
%magicspells_cooldown_[spellname],(precision)% Returns MS initial spell cooldown.
%magicspells_cooldown_now_[spellname],(precision)% Returns current MS spell cooldown of the target.
%magicspells_charges_[spellname]% Returns MS initial spell charges.
%magicspells_charges_consumed_[spellname]% Returns consumed charges of the target.
%magicspells_mana%
%magicspells_mana_max%
%magicspells_buff_[spellname],(precision)% Returns initial buff spell duration.
%magicspells_buff_now_[spellname],(precision)% Returns current buff spell duration of the target.
%magicspells_selectedspell% Returns the internal name of the selected spell on the target's item.

Versions:

Clone this wiki locally