09-09-2016, 11:43 PM
(This post was last modified: 09-10-2016, 12:05 AM by Beege.
Edit Reason: turn skills off was missing one
)
These profiles have been so very helpful. Thanks so much for sharing those with us. In an effort to help return the favor, below are some macros I made so that I can make sure the correct cross-skills are turned on. There are two parts, first is a "turn everything off and start with a clean slate" macro. Then I have two, 1 for the 70 durability requirements and one for the 35 requirements that I'll turn on depending on what i plan on crafting. the little square characters below are the words on and off in the block characters, if you copy/paste it in your macro editor they'll show up correctly.
(btw, would be awesome if this was an ability within the Minion to adjust the additional skills with the ones that exist in the profile being used).
Start with a clear slate:
/e "Turning needed skills - check event messages for errors"
/aaction "Waste Not II" off
/aaction "Maker's Mark" off
/aaction "Flawless Synthesis" off
/aaction "Comfort Zone" off
/aaction "Byregot's Blessing" off
/aaction "Tricks of the Trade" off
/aaction "Piece by Piece" off
/aaction "Steady Hand II" off
/aaction "Hasty Touch" off
/aaction "Waste Not" off
/aaction "Muscle Memory" off
/aaction "Ingenuity II" off
/aaction "Innovation" off
/aaction "Manipulation" off
because we're limited to 15 lines I couldn't do a true "turn everything under the sun off" but this will turn off anything that would be turned on from the 70 and the 35 version except for careful synth ii since i always want that regardless and space was an issue.
Turn On Skills for 70d:
/e "Turning needed 70d skills"
/aaction "Careful Synthesis II" on
/aaction "Waste Not II" on
/aaction "Maker's Mark" on
/aaction "Flawless Synthesis" on
/aaction "Comfort Zone" on
/aaction "Byregot's Blessing" on
/aaction "Tricks of the Trade" on
/aaction "Piece by Piece" on
/aaction "Steady Hand II" on
/aaction "Hasty Touch" on
/aaction "Waste Not" on
/aaction "Innovation" on
/e done with - check error messages <se.5>
Turn on for 35 dur:
/e "Turning needed skills"
/aaction "Careful Synthesis II" on
/aaction "Waste Not II" on
/aaction "Comfort Zone" on
/aaction "Byregot's Blessing" on
/aaction "Tricks of the Trade" on
/aaction "Muscle Memory" on
/aaction "Steady Hand II" on
/aaction "Ingenuity II" on
/aaction "Innovation" on
/aaction "Manipulation" on
/aaction "Hasty Touch" on
/aaction "Waste Not" on
/e done with - check error messages <se.5>
Hope this helps!
(btw, would be awesome if this was an ability within the Minion to adjust the additional skills with the ones that exist in the profile being used).
Start with a clear slate:
/e "Turning needed skills - check event messages for errors"
/aaction "Waste Not II" off
/aaction "Maker's Mark" off
/aaction "Flawless Synthesis" off
/aaction "Comfort Zone" off
/aaction "Byregot's Blessing" off
/aaction "Tricks of the Trade" off
/aaction "Piece by Piece" off
/aaction "Steady Hand II" off
/aaction "Hasty Touch" off
/aaction "Waste Not" off
/aaction "Muscle Memory" off
/aaction "Ingenuity II" off
/aaction "Innovation" off
/aaction "Manipulation" off
because we're limited to 15 lines I couldn't do a true "turn everything under the sun off" but this will turn off anything that would be turned on from the 70 and the 35 version except for careful synth ii since i always want that regardless and space was an issue.
Turn On Skills for 70d:
/e "Turning needed 70d skills"
/aaction "Careful Synthesis II" on
/aaction "Waste Not II" on
/aaction "Maker's Mark" on
/aaction "Flawless Synthesis" on
/aaction "Comfort Zone" on
/aaction "Byregot's Blessing" on
/aaction "Tricks of the Trade" on
/aaction "Piece by Piece" on
/aaction "Steady Hand II" on
/aaction "Hasty Touch" on
/aaction "Waste Not" on
/aaction "Innovation" on
/e done with - check error messages <se.5>
Turn on for 35 dur:
/e "Turning needed skills"
/aaction "Careful Synthesis II" on
/aaction "Waste Not II" on
/aaction "Comfort Zone" on
/aaction "Byregot's Blessing" on
/aaction "Tricks of the Trade" on
/aaction "Muscle Memory" on
/aaction "Steady Hand II" on
/aaction "Ingenuity II" on
/aaction "Innovation" on
/aaction "Manipulation" on
/aaction "Hasty Touch" on
/aaction "Waste Not" on
/e done with - check error messages <se.5>
Hope this helps!