Download
(113Kb)
Download
Updated: 02-23-09 08:33 AM
Pictures
File Info
Updated:02-23-09 08:33 AM
Created:11-28-08 12:35 PM
Downloads:7,733
Favorites:25
MD5:

Inner Fire Helper  Popular! (More than 5000 hits)

Version: 1.1
by: Lag123 [More]

This addon will add
+ MiniBar for Inner Fire
+ Play sound on Inner Fire fade
Warnings:
+ charges low
+ 1 minute left
+ Inner Fire miss on enter combat

Drag the Minibar with ALT+Click

ESC -> Interface -> Addons -> InnerFireHelper
for Config the addon.

Replace "cust.wav" in the Addon folder too add your own warn sound for InnerFire fade.

0.2
+ add "Show InnerFire Icon when the buff is expired"

0.3
+ Player Death bugfix

0.4
+ fix Icon bug

0.5
+ add Spanish translation. (thx luskaner)

0.6
+ bugfix

0.7
+ fix Inner fire fade bug

0.8
+ add French translation. (thx Lúthien)
+ fix Player death bug

1.0
+ Add Addon only load if Player Priest
+ Add Play Sound on InnerFire fade
+ Add your own custom InnerFire fade sound
+ Add Set MiniBar Texture, Color and Size
+ Add InnerFire miss message on enter combat

1.1
+ Add CombatText Support for Parrot, SCT, Blizzard_CombatText, MikSBT
Optional Files (0)


Post A Reply Comment Options
Unread 01-03-10, 11:50 PM  
manshima
A Kobold Labourer

Forum posts: 1
File comments: 19
Uploads: 0
Re: need an answer

Originally posted by lewal
the darn thing resets to the middle of the screen after log is there anyway to lock it down
Go to line 156 and change:
frame:SetPoint("CENTER",UIParent)
to:
frame:SetPoint("CENTER",UIParent, x, y)

where x (horizontal displacement from center of the screen) and y (verticle displacement from center of the screen) and a value that is +/-. 0 is center and you must include both numbers, i.e...
frame:SetPoint("CENTER",UIParent, 0, -250)
would move the frame to the center of the screen, then 0 points horizontal and 250 points down.

It will take some messing around with to get the exact location you want, but should stay there when you log back in. Just be careful about any addon updaters that may try to revert your files back to what is published.
Report comment to moderator  
Reply With Quote
Unread 01-03-10, 08:30 PM  
lewal
A Kobold Labourer

Forum posts: 0
File comments: 153
Uploads: 0
need an answer

the darn thing resets to the middle of the screen after log is there anyway to lock it down
Last edited by lewal : 01-03-10 at 08:30 PM.
Report comment to moderator  
Reply With Quote
Unread 02-23-09, 06:36 PM  
Lag123
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 14
Uploads: 5
Originally posted by sonick
Is there a way to make it so it doesn't warn me about inner fire in cities?

Perhaps make it so it doesn't activate when I'm resting?
I add a disable InnerFireHelper in cities function in the next version.
Report comment to moderator  
Reply With Quote
Unread 02-23-09, 02:08 PM  
sonick
A Defias Bandit
AddOn Compiler - Click to view compilations

Forum posts: 3
File comments: 5
Uploads: 1
Is there a way to make it so it doesn't warn me about inner fire in cities?

Perhaps make it so it doesn't activate when I'm resting?
Last edited by sonick : 02-23-09 at 02:08 PM.
Report comment to moderator  
Reply With Quote
Unread 01-13-09, 12:32 AM  
Rasapian
A Kobold Labourer

Forum posts: 1
File comments: 22
Uploads: 0
When inner fire fades is says "Inner Fire Fade." should have an s at the end so it says "Inner Fire Fades."
Report comment to moderator  
Reply With Quote
Unread 01-07-09, 04:59 PM  
KiwiRed
A Kobold Labourer

Forum posts: 0
File comments: 11
Uploads: 0
Originally posted by Lag123
I add this function in the next version.
Much appreciated.
Report comment to moderator  
Reply With Quote
Unread 01-07-09, 11:19 AM  
Lag123
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 14
Uploads: 5
Originally posted by KiwiRed
If i can make a suggestion, would it be possible to pop up the "Inner Fire Faded" message onscreen when you enter combat, if it's not up when combat starts? (I've been caught out by that a couple of times after extended breaks mid-raid when we've changed the raid make-up and had to wait for ppl to arrive)
I add this function in the next version.
Report comment to moderator  
Reply With Quote
Unread 01-06-09, 05:24 PM  
KiwiRed
A Kobold Labourer

Forum posts: 0
File comments: 11
Uploads: 0
If i can make a suggestion, would it be possible to pop up the "Inner Fire Faded" message onscreen when you enter combat, if it's not up when combat starts? (I've been caught out by that a couple of times after extended breaks mid-raid when we've changed the raid make-up and had to wait for ppl to arrive)
Report comment to moderator  
Reply With Quote
Unread 12-25-08, 09:16 AM  
Lag123
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 14
Uploads: 5
Re: Translation for locale esES

thx for translation i add it in the new version
Report comment to moderator  
Reply With Quote
Unread 12-23-08, 07:00 PM  
luskaner
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 1
Uploads: 1
Translation for locale esES

This is the translation for locale Spanish (esES)
Code:
INNERFIREHELPER_SCHWINDET = " se desvanece."
INNERFIREHELPER_AUFLADUNGEN_A = "Fuego Interno: ";
INNERFIREHELPER_AUFLADUNGEN_E = " cargas quedan.";
INNERFIREHELPER_AUFLADUNGEN_MINUTE = "Fuego Interno: Queda 1 minuto.";
INNERFIREHELPER_OPTIONS_MINUTE_H = "Mostrar aviso cuando quede 1 minuto";
INNERFIREHELPER_OTIONS_AUFlADUNGEN_H = "Mostrar aviso de Cargas";
INNERFIREHELPER_OTIONS_SCHWINDET_H = "Mostrar aviso de desvanecimiento";
INNERFIREHELPER_OTIONS_FRAME_H = "Mostrar la MiniBarra de 'Inner Fire Helper'";
INNERFIREHELPER_OTIONS_BUTTON_S = "Mostrar Icono de FuegoInterno cuando la ventaja se haya acabado";
INNERFIREHELPER_OTIONS_AUFlADUNGEN = "¿Con cúantas cargas mostrar aviso?";
I hope you add it soon
Report comment to moderator  
Reply With Quote
Unread 11-29-08, 05:58 AM  
kmartinez
A Kobold Labourer

Forum posts: 1
File comments: 3
Uploads: 0
Great Addon!

Love it! Now that Inner Fire adds spell power, it's a lot more important to keep up. This makes it easy.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: