TaxibotJoe Posted April 28, 2021 Posted April 28, 2021 I’m sure I’ve seen this somewhere, but my search efforts are failing. How to make a macro that gives an inspiration (by type) to a minion (by name)? TIA! If you think this game is too easy, run AE 801.* missions!
luxlorica Posted June 5, 2021 Posted June 5, 2021 As best I know it, such a thing exists but is limited by the absurd complexity of the macro itself. One requirement is that you have to name the specific pet that is to receive the inspiration. If multiple pets have the same name (such as the default names of summoned pets) the inspiration goes to the first such pet you received when you got the summoning power. Thus you may have three Genin, but if you say give this inspiration to Genin, it will always go to the first Genin and ignore the other two in every case. If you give them unique names, you can address them individually. The following Macro sets a button that will give whatever Red Inspirations you have to the pet named Zombob from smallest to largest. NOTE -Inspiration names with a spaces must be placed in quotes as must pet names with spaces. /macro RaaR! "inspexec_pet_name Enrage "Zombob"$$inspexec_pet_name "Focused Rage" "Zombob"$$inspexec_pet_name "Righteous Rage" "Zombob"$$inspexec_pet_name "furious Rage" "Zombob"" And this is the general form for creating auto inspiration macros for your pets. There is a character limit for macros but I don't know what it is. There is also a point at which it becomes very difficult to troubleshoot these commands due to their complexity. If you want to try stacking more than this into a single macro knock yourself out. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now