Earlier Versions
Name | Size | Uploaded | Game Version | Downloads | |
1.0.0 release | 1.37 KB | Nov 4, 2022 | 10.0.2 | 52 | ![]() |
Screenshots
Description
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
- Move the macro character count to a more visible position.
- 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.
Add a comment