Dear visitor, welcome to Gaming Insight Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
DBM-spelltimers Option
Im woundering if it is possible to have an box next to each "CD"
Like next to Innervate in the options there is an box u can click if u want it to enable this or not.
sure one can remove each code, to remove the checking. But what If I change my mind later then I have to search for the code for that "spell" and so on
Would be alot user friendly if there was some box to enable or dissable that sertain spell.
Tnx in advance for a nice addon.
;O)
Like next to Innervate in the options there is an box u can click if u want it to enable this or not.
sure one can remove each code, to remove the checking. But what If I change my mind later then I have to search for the code for that "spell" and so on
Would be alot user friendly if there was some box to enable or dissable that sertain spell.
Tnx in advance for a nice addon.
;O)
while i've edited my own already. Here are some spellids that could make it into official version.
2 new repair bots:
Scrapbot
<!-- m --><a class="postlink" href="http://www.wowhead.com/?spell=55252">http://www.wowhead.com/?spell=55252</a><!-- m -->
Jeeves
<!-- m --><a class="postlink" href="http://www.wowhead.com/?spell=68067">http://www.wowhead.com/?spell=68067</a><!-- m -->
Also i don't know if it was because my settings pre dated the last release or not but I did have to manually change heroism to 5 minutes and intervate to 3 minutes. I haven't looked at code to see if new defaults are current or not.
2 new repair bots:
Scrapbot
<!-- m --><a class="postlink" href="http://www.wowhead.com/?spell=55252">http://www.wowhead.com/?spell=55252</a><!-- m -->
Jeeves
<!-- m --><a class="postlink" href="http://www.wowhead.com/?spell=68067">http://www.wowhead.com/?spell=68067</a><!-- m -->
Also i don't know if it was because my settings pre dated the last release or not but I did have to manually change heroism to 5 minutes and intervate to 3 minutes. I haven't looked at code to see if new defaults are current or not.
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
spells = {
{ spell = 6346, bartext = default_bartext, cooldown = 180 }, -- Priest: Fear Ward
{ spell = 1161, bartext = default_bartext, cooldown = 180 }, -- Warrior: Challenging Shout (AE Taunt)
{ spell = 871, bartext = "%spell on %player", cooldown = 12 }, -- Warrior: Shieldwall Duration (for Healers to see how long cooldown runs)
{ spell = 12975, bartext = "%spell on %player", cooldown = 20 },-- Warrior: Last Stand Duration (for Healers to see how long cooldown runs)
{ spell = 48792, bartext = "%spell on %player", cooldown = 12 },-- Death Knight: Icebound Fortitude Duration (for Healers to see how long cooldown runs)
{ spell = 498, bartext = "%spell on %player", cooldown = 12 }, -- Paladin: Divine Protection Duration (for Healers to see how long cooldown runs)
{ spell = 61336, bartext = "%spell on %player", cooldown = 20 },-- Druid: Survival Instincts Duration (for Healers to see how long cooldown runs)
{ spell = 48477, bartext = default_bartext, cooldown = 1200 }, -- Druid: Rebirth (Rank 7)
{ spell = 29166, bartext = default_bartext, cooldown = 180 }, -- Druid: Innervate
{ spell = 5209, bartext = default_bartext, cooldown = 180 }, -- Druid: Challenging Roar (AE Taunt)
{ spell = 34477, bartext = default_bartext, cooldown = 30 }, -- Hunter: Missdirect
{ spell = 57934, bartext = default_bartext, cooldown = 30 }, -- Tricks of the Trade
{ spell = 32182, bartext = default_bartext, cooldown = 300 }, -- Shaman: Heroism (alliance)
{ spell = 2825, bartext = default_bartext, cooldown = 300 }, -- Shaman: Bloodlust (horde)
{ spell = 22700, bartext = default_bartext, cooldown = 600 }, -- Field Repair Bot 74A
{ spell = 44389, bartext = default_bartext, cooldown = 600 }, -- Field Repair Bot 110G
{ spell = 55252, bartext = default_bartext, cooldown = 600 }, -- Scrapbot Construction Kit
{ spell = 68067, bartext = default_bartext, cooldown = 600 }, -- Jeeves
|
I've added the missing 2 repair bots, as well as the extra tank related cooldowns besides just having warrior shield wall.
Spell timers
I would love to see these added to the official release:
{ spell = 34433, bartext = default_bartext, cooldown = 300 }, -- Priest: Shadowfiend
{ spell = 64901, bartext = default_bartext, cooldown = 360 }, -- Priest: Hymn of Hope
{ spell = 64843, bartext = default_bartext, cooldown = 480 }, -- Priest: Divine Hymn
Thank you,
Matt V
{ spell = 34433, bartext = default_bartext, cooldown = 300 }, -- Priest: Shadowfiend
{ spell = 64901, bartext = default_bartext, cooldown = 360 }, -- Priest: Hymn of Hope
{ spell = 64843, bartext = default_bartext, cooldown = 480 }, -- Priest: Divine Hymn
Thank you,
Matt V