Cure Pot In Gs

Eorzea Time
 
 
 
言語: JP EN FR DE
日本語版のFFXIVPRO利用したい場合は、上記の"JP"を設定して、又はjp.ffxivpro.comを直接に利用してもいいです
users online
フォーラム » FFXI » Jobs » Rune Fencer » Cure pot in gs
Cure pot in gs
Offline
Posts: 43
By Bursto 2015-03-19 14:07:17  
When I cure my precast set is always my fc set. I want it to be healing. I suppose ideally I would make it a midcast swap but I'm not very good with gs. I'm not sure how to fix this. Can anyone help?

-- Precast Spell sets --
sets.precast = {}
sets.precast.FC = {}

sets.precast.FC = {head="Runeist Bandeau +1", ear1="Loquacious Earring",
body="Dread Jupon", hands="Thaumas gloves", ring2="Prolix Ring",
waist="Siegel Sash",legs="Futhark Trousers +1",feet="Chelona Boots"}

sets.precast.FC.Enhancing = set_combine(sets.precast.FC,{hands="Runeist Mitons +1",legs="Futhark Trousers +1"})

sets.precast.FC.Healing = {ammo="Honed Tathlum",
head="Lithelimb Cap", neck="Twilight Torque", ear1="Ethereal Earring", ear2="Roundel Earring",
body="Chelona Blazer",hands="Buremte Gloves",ring1="Vocane Ring", ring2="Defending Ring",
back="Evasionist's Cape",waist="Chuq'aba Belt", legs="Rune. Trousers +1",feet="Qaaxo Leggings"}


sets.precast.FC.Divine = {ammo="Aqreqaq Bomblet", hands="Nilas Gloves", back="Earthcry Mantle", waist="Goading Belt",

body="Emet Harness", head="Highwing Helm", ear1="Trux Earring", ear2="Friomisi Earring", neck="Atzintli Necklace",}


--Precast Actions--

function precast(spell,act)

if spell.type == 'JobAbility' then
if sets.JA[spell.english] then
equip(sets.JA[spell.english])
end
end

if spell.action_type == 'Healing' then
equip(sets.precast.FC.Healing)
end
Offline
Posts: 43
By Bursto 2015-03-19 14:59:53  
The gs had a catch all in it.

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

Once it was removed everything worked fine. As a side not that set nets 405 Cure IIIs (I think cap is 500). I am missing the tempered cape hq or nq. If anyone can contribute more to the cure pot set I would appreciate it. Cheers.