
Originally Posted by
HayleyGeek
6) please don't tie fishing exclamations to battle effects. These should be wholly different. Having to turn them off and on is silly and inconvenient. Exclamations above head are not quite akin to epic bright effects in battle and these need to be separated, as turning offmany effects allow for easier viewing in fights, especially for my mum.
You can work around this by macroing your own battle effects on in your FSH job change macro
Code:
/micon 43 gearset //change # to FSH gearset
/gs change 43 <wait.1> //become FSH
/ac "Prospect" <me> <wait.1> //turn on detection skills
/ac "Truth of Mountains" <me> <wait.1>
/ac "Triangulate" <me> <wait.1>
/ac "Truth of Forests" <me>
/bfx self all //turn on self battle effects
Then put a
/bfx self simple
or /bfx self off
in your other job change macros or some other hotbar button to turn them back off.
Alternatively, just
/bfx self
by itself will toggle your own effects between All and Off without having to navigate any menus.