Battleground Statuses #238


  • Enhancment
  • Declined
Closed
Assigned to michaelsp
  • _ForgeUser47162 created this issue Aug 5, 2011

    Each time I update Grid2 I regularly add the two warsong gulch and the eye of the storm flag buffs, seeing who our flag carrier is at a glance is quite valuable:

    Grid2:DbSetValue( "statuses", "buff-NetherstormFlag", {type = "buff", spellName = 34976, color1 = {r=1,g=1,b=1,a=1}})
    Grid2:DbSetValue( "statuses", "buff-HordeFlag", {type = "buff", spellName = 23333, color1 = {r=1,g=1,b=1,a=1}})
    Grid2:DbSetValue( "statuses", "buff-AllianceFlag", {type = "buff", spellName = 23335, color1 = {r=1,g=1,b=1,a=1}})
    (and matching DbSetMap calls to appropriate indicators)

    For your consideration if adding these to a default configuration is worthwhile.

  • _ForgeUser47162 added the tags New Enhancment Aug 5, 2011
  • michaelsp posted a comment Aug 6, 2011

    Sorry i have to decline this change. Too specific buffs to the default configuration. However its not necesary to hard code this buffs. Configuration is not wiped on every Grid2 update.
    Another posibility, a very simple Grid2 addon plugin can be created to add this info.

  • michaelsp unassigned issue from _ForgeUser117147 Aug 6, 2011
  • michaelsp self-assigned this issue Aug 6, 2011
  • michaelsp removed a tag New Aug 6, 2011
  • michaelsp added a tag Declined Aug 6, 2011
  • michaelsp closed issue Aug 6, 2011

To post a comment, please login or register a new account.