よく使ってるマクロで役に立ちそうなものをいくつかご紹介\(^o^)/
------------------------------------------------------------------------------
【エモログON・OFF】
エモートのログ表示をON・OFFするだけのマクロ。
/emotelog
/e <se.2>
------------------------------------------------------------------------------
【サウンドON・OFF】
サウンドをON・OFFするだけのマクロ。
シャキった時に聞こえるようにシステム音はONのまま。
演奏を聞くのに使ってるので演奏もONのまま。
主にYouTube見ながらシャキ待ちするのに使う。
/bgm
/soundeffects
/voice
/ambientsounds
/e <se.2>
------------------------------------------------------------------------------
以下のエフェクト等設定マクロについては改修しているのでこちらへ(2021/11/13)
https://jp.finalfantasyxiv.com/lodestone/character/18978516/blog/4888971/------------------------------------------------------------------------------
【バトルエフェクト・名前 簡素化】
※IDやレイドはこれ
自分以外のバトルエフェクトを簡素化
自分の名前は姓のみイニシャル(フル表示したい場合は /nameplatetype self 1)
アライアンスはイニシャル表示
/battleeffect self all
/battleeffect party simple
/battleeffect other simple
/nameplatedisp all 1
/nameplatetype self 2
/nameplatetype party 1
/nameplatetype alliance 4
/nameplatetype other 1
/nameplatetype friend 1
/nameplatetype feast 2
/e バトルエフェクト・名前 簡素化 <se.2>
------------------------------------------------------------------------------
【極バトルエフェクト・名前 簡素化】
※ボスFATEや復興FATEなど
PTメンバーのバトルエフェクトを簡素化
他人のバトルエフェクトをOFF
他人の名前を表示しない(自分・PT・フレンドは表示)
/battleeffect self all
/battleeffect party simple
/battleeffect other off
/nameplatedisp all 3
/nameplatedisp self 1
/nameplatedisp party 1
/nameplatedisp alliance 2
/nameplatedisp friend 1
/nameplatetype self 2
/nameplatetype party 1
/nameplatetype alliance 4
/nameplatetype friend 1
/e 極バトルエフェクト・名前 簡素化 <se.2>
------------------------------------------------------------------------------
【バトルエフェクト通常】
バトルエフェクト・名前を全表示(デフォルト状態)
イベントバトルなどでNPCなどのエフェクトも表示したい時
たまには派手な画面が見たい時
/battleeffect self all
/battleeffect party all
/battleeffect other all
/nameplatedisp all 1
/nameplatetype all 1
/nameplatetype self 2
/e バトルエフェクト通常 <se.2>