promotional bannermobile promotional banner
premium banner
Add a new condition to the macro. ( new macros condition that can replace [talent])

Description

ff

JMacroCondition

  • Add a new conditiona to the macro.
  • Add-ons made for personal use
  • I am not responsible for any problems that arise from your use of this. backup macro file first (...\World of Warcraft\WTF\Account\accountName\Server\CharacterName\macros-cache.txt)
  • Well, the Korean client worked fine in all situations without any problems.
  • I am Korean and speak very little English.

Important

  • I aim for add-ons that do not have options and commands if possible.

 

Function

  1. Move the macro character count to a more visible position.
  2. Added macro conditional to check if the spell has been learned 

 

New Condition

1. check if the spell has been learned 

ex) /cast [mod:have]skill_name

(I've made it work in every situation I can think of ex: "/cast [form,mod:have,form]skill_name;/cast....")

After writing the macro, the conditional statement is automatically converted.

"[nomod:98]" is the currently learned spell.
"[mod:have]" is a conditional statement deactivated by an unlearned spell.
The reason for this name is to keep the number of characters the same.