Posts: 7
Threads: 4
Joined: Jul 2015
09-18-2018, 09:58 PM
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>
Attached Files
(New)4Star35DNon-Spec.lua (Size: 35.11 KB / Downloads: 139)
(New)4Star35DSpecialist.lua (Size: 37.72 KB / Downloads: 106)
(New)4Star70DNonSpec.lua (Size: 41.65 KB / Downloads: 149)
Posts: 734
Threads: 18
Joined: Feb 2014
09-19-2018, 12:11 AM
(This post was last modified: 09-19-2018, 12:12 AM by rsilva712 .)
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
Posts: 1
Threads: 0
Joined: Mar 2018
Ohh amazing! Got anything for 70 specialists?
Posts: 65
Threads: 4
Joined: Dec 2016
(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
Posts: 114
Threads: 7
Joined: Feb 2016
Used the Non-spec 70 dur, works very good! Thanks for sharing your profiles!