Anyone have a working interrupt bar?

Talk about anything here, related to Smolderforge or not.
Post Reply
Carmenlopez
Posts: 23

Anyone have a working interrupt bar?

Post by Carmenlopez »

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.
Xaru
Posts: 1178
Contact:

Re: Anyone have a working interrupt bar?

Post by Xaru »

Here you go:

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."
Carmenlopez
Posts: 23

Re: Anyone have a working interrupt bar?

Post by Carmenlopez »

Xaru wrote:Here you go:

http://www.2shared.com/file/GdDq-gAV/InterruptBar.html

Uploaded it myself since I'm awesome.
Thank you, I appreciate it.
Carmenlopez
Posts: 23

Re: Anyone have a working interrupt bar?

Post by Carmenlopez »

all that one has is counterspell kick pummel and feral charge :( i needed one that shows cloak, physic scream, natures swiftness, shadowstep, blind, etc.
Xaru
Posts: 1178
Contact:

Re: Anyone have a working interrupt bar?

Post by Xaru »

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."
Cube
Posts: 2551

Re: Anyone have a working interrupt bar?

Post by Cube »

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...
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
Here you'll add the spellid and the cooldown according to the same pattern that the previous spells are added.

[spellid] = cooldown,

If you scroll a bit further down you'll find another section looking somewhat like this...
local order = {23920, 6552, 72, 8122, 15487, 2139, 19647, 49576, 48707, 1766, 31224, 36554, 47528, 16979, 57994}
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.

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]
Scottybruvx
Posts: 2

Re: Anyone have a working interrupt bar?

Post by Scottybruvx »

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.
Yethrol
Posts: 5

Re: Anyone have a working interrupt bar?

Post by Yethrol »

Could you (or someone else) upload the modified version again?
Post Reply

Who is online

Users browsing this forum: Bing [Bot] and 1 guest