FFXIAH.com

Language: JP EN DE FR
New Items
2023-11-19
users online
Item Sets » id:374038
Oh Sh!t Button - This is basically my -DT set but with Apoc. The purpose of this set is to survive and lose hate. i have a macro that puts on Apoc and PDT set. once hate is lost i hit the same macro and i put everything back on i was wearing prior to hitting the macro the first time. If you don't pace yourself you will end up dead doing no DMG and losing all buffs waiting for next roll/song rotation.
Item Name AH Price Stock
Hjarrandi Breast.
Staunch Tathlum 2150000 5
Utu Grip 0
Apocalypse
Mache Earring +1 2000000 11
Flam. Gambieras +2
Ig. Flanchard +3
Ioskeha Belt +1 11250000 5
Ankou's Mantle
Defending Ring 0
Regal Ring
Sulev. Gauntlets +2
Brutal Earring
Loricate Torque +1
Hjarrandi Helm
Count: 15 (15400000 Gil)
equipment_macros
input /equip body "Hjarrandi Breast.";
input /equip ammo "Staunch Tathlum";
input /equip sub "Utu Grip";
input /equip main "Apocalypse";
input /equip ear1 "Mache Earring +1";
input /equip feet "Flam. Gambieras +2";
input /equip legs "Ig. Flanchard +3";
input /equip waist "Ioskeha Belt +1";
input /equip back "Ankou's Mantle";
input /equip ring1 "Defending Ring";
input /equip ring2 "Regal Ring";
input /equip hands "Sulev. Gauntlets +2";
input /equip ear2 "Brutal Earring";
input /equip neck "Loricate Torque +1";
input /equip head "Hjarrandi Helm";
Gearswap Set
sets["Oh Sh!t Button"] = {
    main="Apocalypse",
    sub="Utu Grip",
    ammo="Staunch Tathlum",
    head="Hjarrandi Helm",
    neck="Loricate Torque +1",
    ear1="Mache Earring +1",
    ear2="Brutal Earring",
    body="Hjarrandi Breast.",
    hands="Sulev. Gauntlets +2",
    ring1="Defending Ring",
    ring2="Regal Ring",
    back="Ankou's Mantle",
    waist="Ioskeha Belt +1",
    legs="Ig. Flanchard +3",
    feet="Flam. Gambieras +2"
}
BBCode