Dominos

Dominos

20M Downloads

Dragon Riding Page in flight only

Shielumad opened this issue ยท 1 comments

commented

I would like an option to have the action bar only page for dragon riding abilities when in flight. This lets me use abilities while I'm on the ground without having to dismount.

I currently manually make this change in the dragon riding line in: Dominos>core>barStates>Standard.lua

  • Current: { 'dragonriding', macro = '[bonusbar:5]', label = GENERIC_TRAIT_FRAME_DRAGONRIDING_TITLE }
  • Updated: { 'dragonriding', macro = '[flying,advflyable]', label = GENERIC_TRAIT_FRAME_DRAGONRIDING_TITLE }

Ideally this would be a toggle button so people can choose which state they want to use.

commented

Two possible options here:

  1. Can replace the macro element with a function call instead that has a test.
  2. Could just add second condition for flyable.