Anyone have a working interrupt bar?
-
- Posts: 23
Anyone have a working interrupt bar?
My interrupt bar on AT worked just fine, but it is unresponsive here and doesn't show the cooldown on anything. Does anyone know how to fix it? Or does anyone have a working version of interrupt bar that looks similar to this one?
http://i330.photobucket.com/albums/l413 ... 112149.jpg
Any help is much appreciated.
http://i330.photobucket.com/albums/l413 ... 112149.jpg
Any help is much appreciated.
Re: Anyone have a working interrupt bar?
Here you go:
http://www.2shared.com/file/GdDq-gAV/InterruptBar.html
Uploaded it myself since I'm awesome.
http://www.2shared.com/file/GdDq-gAV/InterruptBar.html
Uploaded it myself since I'm awesome.
Arthur C. Clarke - "Two possibilities exist: either we are alone in the Universe or we are not. Both are equally terrifying."
-
- Posts: 23
Re: Anyone have a working interrupt bar?
Thank you, I appreciate it.Xaru wrote:Here you go:
http://www.2shared.com/file/GdDq-gAV/InterruptBar.html
Uploaded it myself since I'm awesome.
-
- Posts: 23
Re: Anyone have a working interrupt bar?
all that one has is counterspell kick pummel and feral charge :( i needed one that shows cloak, physic scream, natures swiftness, shadowstep, blind, etc.
Re: Anyone have a working interrupt bar?
Is there no way to customize it?
Arthur C. Clarke - "Two possibilities exist: either we are alone in the Universe or we are not. Both are equally terrifying."
Re: Anyone have a working interrupt bar?
There is. You can add spells, and it's fairly simple.
What you need to do is open the folder where your ib's located. In there you'll find a lua file, right click it and open it with notepad. What you'll need now is the spells spellid (get it at wowhead) and the cooldown.
There should be a section looking somewhat like this...
[spellid] = cooldown,
If you scroll a bit further down you'll find another section looking somewhat like this...
When you're done, just save the changes and start the game.
Do keep in mind that this is my ib for wrath, but I'm fairly certain it'll work just as well for tbc.
What you need to do is open the folder where your ib's located. In there you'll find a lua file, right click it and open it with notepad. What you'll need now is the spells spellid (get it at wowhead) and the cooldown.
There should be a section looking somewhat like this...
Here you'll add the spellid and the cooldown according to the same pattern that the previous spells are added.local spellids = {[8122] = 23, [6552] = 10, [2139] = 24, [19647] = 24, [23920] = 10, [49576] = 25, [16979] = 15, [1766] = 10, [47528] = 10, [57994] = 6, [72] = 10, [31224] = 60, [48707] = 45, [15487] = 45, [36554] = 20}
for spellid,time in pairs(spellids) do
local name,_,spellicon = GetSpellInfo(spellid)
abilities[name] = { icon = spellicon, duration = time }
end
[spellid] = cooldown,
If you scroll a bit further down you'll find another section looking somewhat like this...
In this list you'll add the same spellid. This list governs the order in which the spells are displayed in-game. First spellid is first spell-icon shown, and so on.local order = {23920, 6552, 72, 8122, 15487, 2139, 19647, 49576, 48707, 1766, 31224, 36554, 47528, 16979, 57994}
When you're done, just save the changes and start the game.
Do keep in mind that this is my ib for wrath, but I'm fairly certain it'll work just as well for tbc.
Balls, Cube, Deems, Google [Bot]
-
- Posts: 2
Re: Anyone have a working interrupt bar?
http://zalil.ru/31847203
Here's one for 2.4.3 wich has all the ablities u suggested added manually. The site is in russian but it will start downloading automatically.
Here's one for 2.4.3 wich has all the ablities u suggested added manually. The site is in russian but it will start downloading automatically.
Re: Anyone have a working interrupt bar?
Could you (or someone else) upload the modified version again?
Who is online
Users browsing this forum: Bing [Bot] and 1 guest