Hachirin-no-obi

Eorzea Time
 
 
 
言語: JP EN FR DE
日本語版のFFXIVPRO利用したい場合は、上記の"JP"を設定して、又はjp.ffxivpro.comを直接に利用してもいいです
users online
フォーラム » FFXI » Jobs » Scholar » Hachirin-no-obi
Hachirin-no-obi
 Asura.Massacres
Offline
サーバ: Asura
Game: FFXI
user: hamany9
Posts: 28
By Asura.Massacres 2018-06-20 10:29:59  
can anyone tell me a simple way of adding hachirin-no-obi into my lua?
 Phoenix.Dynakros
Offline
サーバ: Phoenix
Game: FFXI
user: Dynakros
Posts: 16
By Phoenix.Dynakros 2018-06-20 14:56:00  
function midcast(spell)
if spell.skill == 'Elemental Magic' and spell.element == world.day_element or spell.element == world.weather_element then
equip(sets.Nuke, {waist="Hachirin-no-Obi"})
elseif spell.skill == 'Elemental Magic' then
equip(sets.Nuke)
end

That's what I use and I haven't had any issues with it.
 Asura.Zart
Offline
サーバ: Asura
Game: FFXI
user: zart
Posts: 158
By Asura.Zart 2018-06-20 15:52:14  
Another question, does hachirin no obi increase avatar damage as well?
 Asura.Byrne
Offline
サーバ: Asura
Game: FFXI
By Asura.Byrne 2018-06-20 16:52:04  
Phoenix.Dynakros said: »
function midcast(spell)
if spell.skill == 'Elemental Magic' and spell.element == world.day_element or spell.element == world.weather_element then
equip(sets.Nuke, {waist="Hachirin-no-Obi"})
elseif spell.skill == 'Elemental Magic' then
equip(sets.Nuke)
end

That's what I use and I haven't had any issues with it.

If you aren't too familiar with messing with luas, be sure to change sets.Nuke to whatever the set name of your elemental magic set is. You may also choose to set_combine your burst set as a part of your elemental set if you don't feel comfortable making a more complex argument for the Obi swap.
 Asura.Biglovin
Offline
サーバ: Asura
Game: FFXI
user: Monko
Posts: 325
By Asura.Biglovin 2018-06-30 09:53:30  
Asura.Zart said: »
Another question, does hachirin no obi increase avatar damage as well?


No, it does not.
 Leviathan.Celebrindal
Online
サーバ: Leviathan
Game: FFXI
Posts: 3753
By Leviathan.Celebrindal 2018-06-30 16:27:38  
Asura.Biglovin said: »
Asura.Zart said: »
Another question, does hachirin no obi increase avatar damage as well?


No, it does not.

Thank God for small favors.
 Leviathan.Nitenichi
Offline
サーバ: Leviathan
Game: FFXI
user: camaroz
Posts: 372
By Leviathan.Nitenichi 2018-06-30 18:52:11  
Leviathan.Celebrindal said: »
Asura.Biglovin said: »
Asura.Zart said: »
Another question, does hachirin no obi increase avatar damage as well?


No, it does not.

Thank God for small favors.
I see what you did there. >.>