FFXIAH.com

Language: JP EN DE FR
New Items
2025-06-12
users online
Item Sets » id:334811
SMN_Favor
Item Name AH Price Stock
Rimeice Earring 0
Seraphicaller 0
Helios Boots 0
Caller's Pendant 0
Beckoner's Horn +1 0
Beck. Spats +1 0
Nirvana 0
Evoker's Ring 0
Conveyance Cape 0
Moonshade Earring 0
Beckoner's Horn +1 0
Oneiros Grip 0
Thurandaut Ring 0
Moepapa Stone 30,000 3
Helios Gloves 0
Beck. Doublet +1 0
Count: 16 (30,000 Gil)
equipment_macros
input /equip ear1 "Rimeice Earring";
input /equip ammo "Seraphicaller";
input /equip feet "Helios Boots";
input /equip neck "Caller's Pendant";
input /equip head "Beckoner's Horn +1";
input /equip legs "Beck. Spats +1";
input /equip main "Nirvana";
input /equip ring1 "Evoker's Ring";
input /equip back "Conveyance Cape";
input /equip ear2 "Moonshade Earring";
input /equip head "Beckoner's Horn +1";
input /equip sub "Oneiros Grip";
input /equip ring2 "Thurandaut Ring";
input /equip waist "Moepapa Stone";
input /equip hands "Helios Gloves";
input /equip body "Beck. Doublet +1";
Gearswap Set
sets["SMN_Favor"] = {
    main="Nirvana",
    sub="Oneiros Grip",
    ammo="Seraphicaller",
    head="Beckoner's Horn +1",
    neck="Caller's Pendant",
    ear1="Rimeice Earring",
    ear2="Moonshade Earring",
    body="Beck. Doublet +1",
    hands="Helios Gloves",
    ring1="Evoker's Ring",
    ring2="Thurandaut Ring",
    back="Conveyance Cape",
    waist="Moepapa Stone",
    legs="Beck. Spats +1",
    feet="Helios Boots"
}
BBCode
Comments (0)