Whm GearSwap Precast?

Eorzea Time
 
 
 
言語: JP EN FR DE
日本語版のFFXIVPRO利用したい場合は、上記の"JP"を設定して、又はjp.ffxivpro.comを直接に利用してもいいです
users online
フォーラム » Windower » Support » Whm GearSwap Precast?
Whm GearSwap Precast?
Offline
Posts: 720
By Mesic 2015-04-19 02:28:02  
I recently downloaded and am trying gearswap for the first time, I used the lua from here :https://github.com/Kinematics/GearSwap-Jobs
Code
    -- Fast cast sets for spells
    sets.precast.FC = {main=gear.FastcastStaff,ammo="Incantor Stone",
        head="Nahtirah Hat",neck="Orison Locket",ear2="Loquacious Earring",
        body="Vanir Cotehardie",hands="Gendewitha Gages",ring1="Prolix Ring",
        back="Swith Cape +1",waist="Witful Belt",legs="Orvail Pants +1",feet="Chelona Boots +1"}


My question is, is does this Precast set apply to all spells, including cure spells? I dont see it switch into this set, but maybe its faster than i can notice?

If not, is there a precast section im missing? All I see is midcast for cure spells etc
 Asura.Snubber
Offline
サーバ: Asura
Game: FFXI
user: snubber
Posts: 55
By Asura.Snubber 2015-04-19 03:48:52  
Faster than you can notice. I put it in my blm gear for FC then MAB for spells then after cast. I dont usually see the FC gears, but if you leave it on ur gear window and type in the spell manually you could actually see it change.

Depends what you put in your trigger in your precast() is then it will apply to what you set it to. Eg. if I put in my precast()

if spell.action_type == 'Magic' then
equip(sets.precast.FC)
end

then it will just trigger on any magic you cast.

I am still quite new at this though, I maybe wrong. ^.^
 Bismarck.Hellsangelz
Offline
サーバ: Bismarck
Game: FFXI
Posts: 31
By Bismarck.Hellsangelz 2015-04-19 04:56:15  
My WHM lua has precast for general spells, precast for Cures, precast for Stoneskin. Ect ect. If you would like it. Send me a PM
 Odin.Quixacotl
Offline
サーバ: Odin
Game: FFXI
user: Quixacotl
Posts: 170
By Odin.Quixacotl 2015-04-19 05:42:58  
Precast happens faster than you can see. If you want to see your gear changes in real-time type //gs showswaps. Very useful for debugging.