That is not my question... Please read it more carefully. I have that setup already, I'm wondering if in my profile I have to define a hotkey for each skill, or if using [hotkey="MACRO"] in-place of [modifier="" hotkey="VK_8"] would work for all the skills.
Again... Didn't really help. I'm looking for a simple yes or no answer on the functionality of the change I'm making to the codes I've listed. A simple "Yes, that will work" or "No, each skill requires an individual key set for it". That is all I'm looking for, I know how to setup and use the bot, I'm simply looking for a quick yes or no on this question.
I must have missed this part in the wiki, but I found the answer to my question.
"Hotkeys: You can only use hotkeys without modifiers. Normaly that are the keys 'a-z' and '0-9'. If you want to use special keys like MINUS, PLUS, ... take a look into the file '\micromacro\lib\mods\keyboard\en_uk.lua' to find the right virtual keyname. Alternately you can assign the hotkey "MACRO". In that case the skill will be cast by using the RoM API function 'CastSpellByName()' via the MACRO hotkey (it is not garanted, that all needed skill names are within the database file 'skills_local.xml')."