• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

InstaBolt

 
Project Updated:
Files Updated: Wed, Jan 20 2010
Supports Game Version: 3.3.0
Category: Audio & Video, Class, Combat, and Warlock
Tags:

, , and [Edit Tags]

Project Manager: Daeragon
Additional Authors: No additional authors
Current Version: 3.4.1
License: All Rights Reserved
Development Site: CurseForge.com
Avg Daily DL (last 30 days): 79
Downloads Total: 43,315
Favorites: 65
Comments: 57
  • About InstaBolt
  •  

This is a warlock buff warning addon.

The following effects are tracked:

-Shadow Trance(Visual and sound warning)
-Backlash(Visual and sound warning)
-Eradication(Sound warning)
-Decimation(Visual warning)
-Critical hit(Sound warning)
-Soulshard gain(Visual warning)


Commands:

/ib show configuration menu
/ib nightfall sound -disable/enable nightfall sound warning
/ib nightfall texture -disable/enable flashing fullscreen nightfall effect 
/ib backlash sound -disable/enable backlash sound warning
/ib backlash texture -disable/enable flashing fullscreen backlash effect 
/ib soulshard -disable/enable flashing fullscreen soulshard gain effect 
/ib crit -disable/enable critical hit sound warning
/ib erad -disable/enable eradication sound warning
/ib decim -disable/enable flashing fullscreen decimation effect


  • Downloads (7)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  InstaBolt 3.4.1 Release 3.3.0 1,583 1/20/2010
  InstaBolt 3.4.0 Release 3.3.0 2,024 12/28/2009
  InstaBolt 3.3.4 Release 3.1.0 10,161 5/24/2009
  InstaBolt 3.3.3 Release 3.1.0 1,445 4/25/2009
  InstaBolt 3.3.2 Release 3.1.0 954 4/19/2009
  • Comments

Add Comment

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • Daeragon said

    Fixed the lua error

    Reply Report Permalink
  • DrNemesis said

    Nice one thanks. Works great now :)

    Reply Report Permalink
  • DrNemesis said

    Nice to see this working again, but has anyone managed to fix the health/mana bar after leaving a vehicle? I also still get error messages when logging on as per my post 21 Aug 2009, and as described by the previous poster.

    Reply Report Permalink
  • deggy123 said

    Have always error when InstaBolt is activ:

    Message: Interface\FrameXML\PlayerFrame.lua:354: attempt to call method 'SetPoint' (a nil value)
    Time: 01/11/10 22:30:11
    Count: 1
    Stack: [C]: in function `SetPoint'
    Interface\FrameXML\PlayerFrame.lua:354: in function `PlayerFrame_ToPlayerArt'
    Interface\FrameXML\PlayerFrame.lua:138: in function `OnEvent'
    Interface\FrameXML\UnitFrame.lua:417: in function <Interface\FrameXML\UnitFrame.lua:415>

    Locals:

    Reply Report Permalink
  • Daeragon said

    I have upload a fix version.

    Can anyone check if decimation is working correctly? I don't have that talent.

    Thank hoojchoons for the link, it was very helpful.

    Reply Report Permalink
  • DrNemesis said

    Decimation seems to work

    Reply Report Permalink
  • silkfire said

    Working version (I fixed it myself):

    http://www.mediafire.com/file/ymxniiojzmn/instabolt-fixed.zip

    Reply Report Permalink
  • hoojchoons said

    I've done a little bit of research on the exact problem and it seems that Nightfall/Shadow Trance is not showing up as a SPELL_AURA_APPLIED in the Combat Log. There's a thread about Shadow Trance and other spell auras that are no longer being tracked by the Combat Log now that 3.3 has come out in the official forums. I'll copy and paste a post out of it and include the link in hopes that you can temporarily provide a backdoor fix. It seems that some developers are scanning UNIT_AURA and tracking them manually to annunciate events. UI developers have not confirmed or denied if this is a bug or is working as intended. Some developers suspect that it broke when they introduced consolidated buffs. One poster noted:

    "poking around a bit, i have learned that the event COMBAT_TEXT_UPDATE fires when i get a Shadow Trance buff. the first arg is "SPELL_CAST", second arg is "Shadow Trance". might work for others as well, but not exactly ideal. still, it explains why the bliz combat text shows the event but the combat log doesn't.

    there also doesn't appear to be a corresponding fade event, but at least you can get a notification when something procs..."

    The thread can be found at: http://forums.worldofwarcraft.com/thread.html?topicId=21726253070&sid=1&pageNo=2

    Reply Report Permalink
  • hoojchoons said

    You can probably include an if loop before this line:

    if(event == "COMBAT_LOG_EVENT_UNFILTERED") that looks at if (event == "COMBAT_TEXT_UPDATE") and if arg1 = "SPELL_CAST" and arg2 = "Shadow Trance" then annunciate sound and warning. I'm not sure if you have to include CombatTextSetActiveUnit("unit") somewhere in there and the what the proper syntax would be arg1 and arg2 in this scenario. Since there's no event to indicate the event fading, maybe you could flash the text for X seconds and then have it fade out on its own.

    Reply Report Permalink
  • hoojchoons said

    Oh and thanks for your work on this, Daeragon! I started looking at the code and I'm starting to decipher it. Let me know if you need any help.

    Reply Report Permalink
  • Daeragon said

    Hey,

    It nice to see that there is still people using Instabolt:)
    I have stop playing wow for a while now.
    I was considaring getting back for my xmas vacation to test out patch 3.3.
    I'll fix it then probably.

    Otherwise I'll try to get a scroll of ressurection, that will give me some time to fix it.

    Reply Report Permalink
  • inubyinu said

    Everything is working but Nightfall visual and sound warning. Seems to be the same issue necrosis is Having at the moment as well. Other than that This addon works great. I love the eradication effect. good job

    Reply Report Permalink
  • Daeragon said

    Have you test out those warning too
    -Backlash(Visual and sound warning)
    -Eradication(Sound warning)
    -Decimation(Visual warning)

    Are they working?

    Reply Report Permalink
  • inubyinu said

    Eradication seems to be working fine. Backlash does not work, neither sound or visual. Decimation Visual effect works as of 2 days ago changing specs.

    Reply Report Permalink
  • inubyinu said

    To add to this. Seems missile barrage, eclipse, nightfall, and backlash are not being recorded in combat logs. I reported it to GM ingame and in forums.

    Reply Report Permalink
  • silkfire said

    Not working since new patch...

    Reply Report Permalink
  • Demigod16 said

    Hey, its not really a big deal, but when im in my destro spec, and Backdraft procs, it says "Shadow Trance" with a glowing screen. is there any way to make it say "Backdraft" instead of "Shadow trance" ? again, its not big deal, just curious

    Reply Report Permalink
  • Demigod16 said

    and when i say "Backdraft", what i ment to say was Backlash

    Reply Report Permalink
  • Molx said

    You can record your own sound file, rename the old one, and replace it with your new one...

    I did this with the critical damage sound file... Now I get to hear popcorn popping when I AoE...

    Reply Report Permalink
  • luupocok said

    Love this addon, thanx....

    Could I ask some features:
    1, sound for Decimation proc?
    2, reminder sound for Drain Life (at 10% HP maybe)
    3, alert sound at below 35% HP (to know where to cast Shadowburn... (+20% crit chance of Glyph of Shadowburn)
    4, support of Pyroclasm, Backdraft, Demonic Pact, Molten Core, Death's Embrace, etc...

    Thank u in advance....

    Reply Report Permalink
  • Addon Packs Containing InstaBolt

Most Downloads / Day

  • Similar Addons
  •  

Average downloads per day

  1. 23,777 Deadly Boss Mods Boss Encounters, and Combat
  2. 6,026 Recount Combat
  3. 5,653 BigWigs Bossmods Boss Encounters, and Combat
  4. 3,360 Omen Threat Meter Boss Encounters, and Combat
  5. 2,796 MikScrollingBattleText Combat, and PvP