FFXIAH.com

Language: JP EN DE FR
New Items
2023-11-19
users online
Item Sets » id:263410
Onslaught
Item Name AH Price Stock
Jupiter's Pearl 300000 0
Justiciar's Torque 30000 0
Twilight Helm
Toci's Harness
Demonry Core 5000 1
Ganelon
Guttler
Thundersoul Ring 35000 0
Thundersoul Ring 35000 0
Myrmex Mittens 0
Byakko's Haidate
Ferine Ocreae +2
Atheling Mantle
Artful Belt 20000 0
Centaurus Earring 20500 0
Count: 15 (445500 Gil)
equipment_macros
input /equip ear1 "Jupiter's Pearl";
input /equip neck "Justiciar's Torque";
input /equip head "Twilight Helm";
input /equip body "Toci's Harness";
input /equip ammo "Demonry Core";
input /equip main "Ganelon";
input /equip sub "Guttler";
input /equip ring1 "Thundersoul Ring";
input /equip ring2 "Thundersoul Ring";
input /equip hands "Myrmex Mittens";
input /equip legs "Byakko's Haidate";
input /equip feet "Ferine Ocreae +2";
input /equip back "Atheling Mantle";
input /equip waist "Artful Belt";
input /equip ear2 "Centaurus Earring";
Gearswap Set
sets["Onslaught"] = {
    main="Ganelon",
    sub="Guttler",
    ammo="Demonry Core",
    head="Twilight Helm",
    neck="Justiciar's Torque",
    ear1="Jupiter's Pearl",
    ear2="Centaurus Earring",
    body="Toci's Harness",
    hands="Myrmex Mittens",
    ring1="Thundersoul Ring",
    ring2="Thundersoul Ring",
    back="Atheling Mantle",
    waist="Artful Belt",
    legs="Byakko's Haidate",
    feet="Ferine Ocreae +2"
}
BBCode