Whm GearSwap Precast?

Language: JP EN DE FR
New Items
2023-11-19
users online
Forum » Windower » Support » Whm GearSwap Precast?
Whm GearSwap Precast?
Offline
Posts: 720
By Mesic 2015-04-19 02:28:02
Link | Quote | Reply
 
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
Server: Asura
Game: FFXI
user: snubber
Posts: 55
By Asura.Snubber 2015-04-19 03:48:52
Link | Quote | Reply
 
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
Server: Bismarck
Game: FFXI
Posts: 31
By Bismarck.Hellsangelz 2015-04-19 04:56:15
Link | Quote | Reply
 
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
Server: Odin
Game: FFXI
user: Quixacotl
Posts: 170
By Odin.Quixacotl 2015-04-19 05:42:58
Link | Quote | Reply
 
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.
Log in to post.