Adding Lines And Deleting Lines To A Gearswap File

Language: JP EN DE FR
2010-09-08
New Items
users online
Forum » FFXI » Jobs » Blue Mage » Adding lines and deleting lines to a Gearswap file
Adding lines and deleting lines to a Gearswap file
Offline
Posts: 128
By Numquam 2015-07-09 14:28:24
Link | Quote | Reply
 
I downloaded a gearswap file; I'm trying to add the new elemental spells into and it is giving me an error. I was copying and pasting stuff for the BLU MAB set it has and again, not letting me. I read through the GearSwap for Dummies and looked at other forums...I'm understanding this at all. Can anyone just break it down for me and spoon-feed it to me, please?
Offline
Posts: 128
By Numquam 2015-07-09 14:30:42
Link | Quote | Reply
 
sets.misc['Chain Affinity'] = {
head={name="Mavi Kavuk +2",
feet="Assim. Charuqs +1"}

I tried adding the Mavi Kavuk +2 to stack with the charuqs, but it isn't functioning like I thought it would. Cut and paste doesn't work for me it seems.
 Siren.Kyte
Offline
Server: Siren
Game: FFXI
Posts: 3331
By Siren.Kyte 2015-07-09 14:33:59
Link | Quote | Reply
 
Your syntax is wrong- the gear set should be included as one object and even if it was right, you're missing a closing bracket.

It should look more like this:

sets.JA.ChainAffinity = {head="Hashishin Kavuk +1", feet="Assim. charuqs +1"}

but with your set labeling scheme.
[+]
 Leviathan.Mckeag
Offline
Server: Leviathan
Game: FFXI
user: Tajinjr
Posts: 204
By Leviathan.Mckeag 2015-07-09 14:34:16
Link | Quote | Reply
 
sets.precast.JA.Chain Affinity = {head="Mavi Kavuk +2",feet="assim. charuqs +1"}
 Siren.Kyte
Offline
Server: Siren
Game: FFXI
Posts: 3331
By Siren.Kyte 2015-07-09 14:39:14
Link | Quote | Reply
 
I should also probably mention that you shouldn't bother with the AF3 head for CA spells until it's reforged.
Offline
Posts: 128
By Numquam 2015-07-09 23:45:22
Link | Quote | Reply
 
Thank you for the responses!
Log in to post.