Hoodx 0 Report post Posted March 13, 2017 (edited) So i want to have this macro that either use a mana ruby or a mana potion (when i don't have a ruby, it uses the potion) i found this addon called UseByName so you can /use easily, i did this macro /UseByName Mana Ruby /useByName Major Mana Potion but it just doesn't work, it only uses the ruby, it's like the 2nd line of the macro doesn't exists, help ? :c Edited March 13, 2017 by Hoodx 0 Share this post Link to post Share on other sites
Owondyah 8 Report post Posted March 13, 2017 got Supermacro addon? 0 Share this post Link to post Share on other sites
Hoodx 0 Report post Posted March 13, 2017 (edited) No because it fucks my macros for some reason, i have 2 macros to disable ui shits and they just don't work with supermacro, and i had a few bugs with that addon so i gave up Edited March 13, 2017 by Hoodx 0 Share this post Link to post Share on other sites
WobLight 5 Report post Posted March 13, 2017 try to put `/run SpellStopCasting()` between them. 0 Share this post Link to post Share on other sites
Cruzix 6 Report post Posted March 13, 2017 (edited) 2 hours ago, Hoodx said: No because it fucks my macros for some reason, i have 2 macros to disable ui shits and they just don't work with supermacro, and i had a few bugs with that addon so i gave up Yeah SuperMacro is literally the cancer of vanilla addons. It always causes issues with other addons or such. Use https://github.com/DennisWG/CastModifier if you want a macro addon. (Link to CastModifier wiki https://github.com/DennisWG/CastModifier/wiki ) Edited March 13, 2017 by Cruzix 0 Share this post Link to post Share on other sites
WobLight 5 Report post Posted March 13, 2017 16 minutes ago, Cruzix said: Yeah SuperMacro is literally the cancer of vanilla addons. It always causes issues with other addons or such. Use https://github.com/DennisWG/CastModifier if you want a macro addon. (Link to CastModifier wiki https://github.com/DennisWG/CastModifier/wiki ) SuperMacro is good for extra lua code, it executes at addon load time in global environment, which basically allows you to write small addons in there. 0 Share this post Link to post Share on other sites
asdaaf 0 Report post Posted March 13, 2017 (edited) 53 minutes ago, Cruzix said: Yeah SuperMacro is literally the cancer of vanilla addons. It always causes issues with other addons or such. Use https://github.com/DennisWG/CastModifier if you want a macro addon. (Link to CastModifier wiki https://github.com/DennisWG/CastModifier/wiki ) I have used supermacro for 4 years and never had a problem with it. Edited March 13, 2017 by asdaaf 0 Share this post Link to post Share on other sites
Hoodx 0 Report post Posted March 13, 2017 1 hour ago, WobLight said: try to put `/run SpellStopCasting()` between them. Thank you ! 0 Share this post Link to post Share on other sites
laytya 16 Report post Posted March 14, 2017 LOL Supermacro never did any issues w/ all my 120+ addons... 0 Share this post Link to post Share on other sites