This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
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.
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.
To post a comment, please login or register a new account.