Gearswap Export With Aguments

Language: JP EN DE FR
New Items
2023-11-19
users online
Forum » FFXI » General » Gearswap export with aguments
Gearswap export with aguments
 Valefor.Pairak
Offline
Server: Valefor
Game: FFXI
user: Pairak
Posts: 30
By Valefor.Pairak 2015-11-23 08:31:57
Link | Quote | Reply
 
Anyone know how to do a gs export file that includes the aguments on the equiped gear? I know its something like //gs export (something) xml.
 Lakshmi.Byrth
VIP
Offline
Server: Lakshmi
Game: FFXI
user: Byrthnoth
Posts: 6137
By Lakshmi.Byrth 2015-11-23 08:34:56
Link | Quote | Reply
 
Code
//gs export

^ Exports your currently equipped gear to a lua file with augments (at windower/addons/gearswap/data/export)
Code
//gs export inv

^ Exports your current inventory to a lua file with augments (at windower/addons/gearswap/data/export)
[+]
 Valefor.Pairak
Offline
Server: Valefor
Game: FFXI
user: Pairak
Posts: 30
By Valefor.Pairak 2015-11-23 08:40:58
Link | Quote | Reply
 
thank you =)
 Cerberus.Tidis
MSPaint Winner
Offline
Server: Cerberus
Game: FFXI
user: tidis
Posts: 3927
By Cerberus.Tidis 2015-11-23 08:56:47
Link | Quote | Reply
 
Lakshmi.Byrth said: »
Code
//gs export

^ Exports your currently equipped gear to a lua file with augments (at windower/addons/gearswap/data/export)
Code
//gs export inv

^ Exports your current inventory to a lua file with augments (at windower/addons/gearswap/data/export)
I'm kind of curious about this actually, does it ignore rare gear with augments?
[+]
 Lakshmi.Byrth
VIP
Offline
Server: Lakshmi
Game: FFXI
user: Byrthnoth
Posts: 6137
By Lakshmi.Byrth 2015-11-23 09:24:16
Link | Quote | Reply
 
No, it exports everything.
 Sylph.Braden
Offline
Server: Sylph
Game: FFXI
Posts: 397
By Sylph.Braden 2015-11-23 09:25:27
Link | Quote | Reply
 
It'll print any augment pretty much as it appears, sans the Delve/Escha upgrade paths or [1][2][3] boxes. If it doesn't recognize an augment in res/augments.lua, it'll print out the augment ID and value instead.

Here's a few items from //gs export inv so you can see how they'll print out:
Code
item="Gil",
item="Pearlsack",
item="Frayed Sack (Fer)",
ammo="Angon",
waist="Olseni Belt",
sub={ name="Nibiru Cudgel", augments={'MP+50','INT+10','"Mag.Atk.Bns."+15',}},
head={ name="Dampening Tam", augments={'DEX+10','Accuracy+15','Mag. Acc.+15','Quadruple Attack +3',}},
hands={ name="Ptero. Fin. G. +1", augments={'Enhances "Angon" effect',}},
feet={ name="Valorous Greaves", augments={'Accuracy+24 Attack+24','Sklchn.dmg.+3%','DEX+9','Accuracy+4','Attack+5',}},
 Cerberus.Tidis
MSPaint Winner
Offline
Server: Cerberus
Game: FFXI
user: tidis
Posts: 3927
By Cerberus.Tidis 2015-11-23 09:40:26
Link | Quote | Reply
 
Ah ok, after I asked the question I realised that it doesn't matter if it exports rare gear or not because you can just use the name of the gear in gearswap anyway.
necroskull Necro Bump Detected! [1061 days between previous and next post]
 Bahamut.Glizdus
Offline
Server: Bahamut
Game: FFXI
user: Gli2duS
Posts: 107
By Bahamut.Glizdus 2018-10-19 07:48:22
Link | Quote | Reply
 
Is there a way to get an export for specific item which I have in pool?
 Asura.Ajirha
Offline
Server: Asura
Game: FFXI
user: Ajirha
Posts: 140
By Asura.Ajirha 2018-10-19 09:38:36
Link | Quote | Reply
 
as in not yet in your inventory? dont think gs can export anything but what you have equiped
 Cerberus.Shadowmeld
Offline
Server: Cerberus
Game: FFXI
Posts: 1649
By Cerberus.Shadowmeld 2018-10-19 09:41:01
Link | Quote | Reply
 
you can do the following
Code
//gs export -- Exports equipped gear
//gs export all -- Exports all gear in inventory,mog house, wardrobes
//gs export [bag] -- think you can do that to target a specific bag
necroskull Necro Bump Detected! [66 days between previous and next post]
 Asura.Creole
Offline
Server: Asura
Game: FFXI
user: Creole
Posts: 130
By Asura.Creole 2018-12-23 22:27:08
Link | Quote | Reply
 
bumping this as i am having an issue when trying to export, nothing happens
 Asura.Creole
Offline
Server: Asura
Game: FFXI
user: Creole
Posts: 130
By Asura.Creole 2018-12-23 22:41:53
Link | Quote | Reply
 
fixed!
Log in to post.