MMOMinion

Full Version: Patch 4.4 | Crafting Rotations
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Final Fantasy XIV Patch 4.4    |    I don't know how to set the Cross Class skills automatically.  

★★ ★★ Non Specialist  70 Durability 493 CP Required ★★ ★★ 
Required Consumables: [Matcha HQ], [Cunning Tea HQ]

/aaction clear

/aaction "Muscle Memory"
/aaction "Comfort Zone"
/aaction "Steady Hand II"
/aaction "Piece by Piece"
/aaction Ingenuity
/aaction Innovation
/aaction "Ingenuity II"
/aaction "Byregot's Blessing"
/echo Cross class setup finished <se.4>





★★ ★★ Non Specialist 35 Durability 493 CP Required ★★ ★★ 
Required Consumables: [Matcha HQ], [Cunning Tea HQ]

/aaction clear
/aaction "Muscle Memory"
/aaction "Comfort Zone"
/aaction "Steady Hand II"
/aaction "Careful Synthesis II"
/aaction "Ingenuity II"
/aaction Innovation
/aaction "Byregot's Blessing"
/echo Cross class setup finished <se.4>





★★ ★★ Specialist 35 Durability [b]493 CP Required ★★ ★★ [/b]
Required Consumables: [Matcha HQ], [Cunning Tea HQ]


Crossclass skill macro 
/aaction clear

/aaction "Comfort Zone"
/aaction "Name of the Wind"
/aaction "Ingenuity II"
/aaction "Steady Hand II"
/aaction "Brand of Wind"
/aaction Ingenuity
/aaction Innovation
/aaction "Careful Synthesis II"
/aaction "Byregot's Blessing"
/echo Cross class setup finished <se.4>
Thanks for sharing. Code to add cross class looks like this


Code:
-- Cross Class Skills
SendTextCommand('/aaction clear')

SendTextCommand('/aaction "'..tostring(ActionList:Get(1,281).name)..'" on')    --Steady Hand II, Main sûre II, Ruhige Hand II
SendTextCommand('/aaction "'..tostring(ActionList:Get(1,283).name)..'" on')    --Ingenuity II, Ingéniosité II, Einfallsreichtum II
SendTextCommand('/aaction "'..tostring(ActionList:Get(1,284).name)..'" on')    --Innovation
SendTextCommand('/aaction "'..tostring(ActionList:Get(1,286).name)..'" on')    --Comfort Zone, Zone de confort, Komfortzone
SendTextCommand('/aaction "'..tostring(ActionList:Get(9,100009).name)..'" on') --Byregot's Blessing, Bénédiction de Byregot, Byregots Segen
SendTextCommand('/aaction "'..tostring(ActionList:Get(9,100039).name)..'" on') --Piece by Piece, Pièce par pièce, Stück für Stück
SendTextCommand('/aaction "'..tostring(ActionList:Get(9,100069).name)..'" on') --Careful Synthesis II, Travail prudent II, Sorgfältige Bearbeitung II
SendTextCommand('/aaction "'..tostring(ActionList:Get(9,100098).name)..'" on') --Tricks of the Trade, Ficelles du métier, Kunstgriff
SendTextCommand('/aaction "'..tostring(ActionList:Get(9,100136).name)..'" on') --Muscle Memory, Mémoire musculaire, Motorisches Gedächtnis
--SendTextCommand('/aaction "'..tostring(ActionList:Get(1,278).name)..'" on')    --Manipulation
SendTextCommand('/aaction "'..tostring(ActionList:Get(1,4568).name)..'" on')    --Name of the Wind
SendTextCommand('/aaction "'..tostring(ActionList:Get(1,287).name)..'" on')    --Reclaim, Récupération, Reklamation(edited)
--SendTextCommand('/aaction "'..tostring(ActionList:Get(9,100063).name)..'" on') --Careful Synthesis, Travail prudent, Sorgfältige Bearbeitung
--SendTextCommand('/aaction "'..tostring(ActionList:Get(9,100083).name)..'" on') --Flawless Synthesis, Travail sérieux, Makellose Bearbeitung
--SendTextCommand('/aaction "'..tostring(ActionList:Get(9,100108).name)..'" on') --Hasty Touch, Ouvrage hâtif, Hastige Veredelung
--SendTextCommand('/aaction "'..tostring(ActionList:Get(1,277).name)..'" on')    --Ingenuity, Ingéniosité, Einfallsreichtum
--SendTextCommand('/aaction "'..tostring(ActionList:Get(9,100033).name)..'" on') --Rapid Synthesis, Travail rapide, Schnelle Bearbeitung
--SendTextCommand('/aaction "'..tostring(ActionList:Get(1,279).name)..'" on')    --Waste Not, Parcimonie, Nachhaltigkeit
--SendTextCommand('/aaction "'..tostring(ActionList:Get(1,285).name)..'" on')    --Waste Not II, Parcimonie II, Nachhaltigkeit II


The cross class skills you dont need, use -- to ignore that line
Ohh amazing! Got anything for 70 specialists?
(09-19-2018, 03:37 PM)hughsmaes Wrote: [ -> ]Ohh amazing! Got anything for 70 specialists?

i use Zani's  35D for 4.3 on the 4star 70D and works fine ,just had to hit careful syn II a couple times to finish it up 
im 1700+ craft 
     1600+ control 
and 560 cp after food and drink
Used the Non-spec 70 dur, works very good! Thanks for sharing your profiles!