Download
(5 Kb)
Download
Updated: 02-04-13 06:19 AM
Pictures
File Info
Updated:02-04-13 06:19 AM
Created:07-16-12 06:59 AM
Downloads:847
Favorites:2
MD5:
IncHeal
Version: 0.1.3
by: Vritra [More]
Displays a value to receiving heal.

This addon watches a cast of the heal.
When someone start cast a heal spell, Addon make a extra HP bar on next.
- Player
- Target
- TargetTarget
- Focus

Get the heal value from ability-description. It is default-minimum value.


No option, no command.
Change log have bit info. see if you are interested.
ver 0.1.3
- Fix bug for Language dependence.

ver 0.1.2
- Bug fix from 2.0.
- You can change bar image. Include yellow line type sample images in zip "bar*.png".
Rename to your(or sample) png file to bar.png and drop to addon folder, it will be reflected.
(after reload of course *wink)
or
Edit line 9 in IncHeal.lua, "bar.png" to <your file.png>.
enjoy!

ver 0.1.1
- Work on Target, Player, TargetTarget, Focus now.
- Realtime update available.
Optional Files (0)


Archived Files (3)
File Name
Version
Size
Author
Date
0.1.2
5kB
Vritra
01-26-13 06:04 AM
0.1.1
3kB
Vritra
08-13-12 04:49 AM
0.1.0
1kB
Vritra
07-16-12 06:59 AM


Post A Reply Comment Options
Unread 07-19-12, 06:28 PM  
Bzar

Forum posts: 0
File comments: 1
Uploads: 0
Finally!

I've been waiting for this sort of addon forever. Seems to work alright though a few comments:

Doesn't seem to work on raid frames, works fine on targets though.

Only minor complaint right now is that it doesn't track down with the health. By this I mean, when you start casting it is fine, but then it doesn't stay with their current health when they take damage. Also it goes off the end of the frame.
Bzar is offline Report comment to moderator  
Reply With Quote
Unread 07-20-12, 06:08 AM  
Vritra
 
Vritra's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 18
Uploads: 11
Re: Finally!

Thank you comment.

What cannot support a raid frame is because wherever does not know problem of the cpu load and own HP bar whether there is it now.
(I challenge it before and give it up)

I think that I should follow the increase and decrease of the HP. This of the next time update feature the theme.

+++++
in Japanease (my language)

現在レイドフレームに対応できないのは、負荷の問題と、自分自身のHPバーがどこに有るのか分からないからです。
(Curableの作成時に挑戦し断念しています)

私もHPの増減に追随するべきと考えています。これは次回更新のテーマといたします。
Vritra is offline Report comment to moderator  
Reply With Quote
Unread 07-20-12, 11:33 PM  
SkyRanger

Forum posts: 0
File comments: 2
Uploads: 0
If u would work together with ClickBoxHealer, it would b very nice.
SkyRanger is offline Report comment to moderator  
Reply With Quote
Unread 08-10-12, 06:29 PM  
Vritra
 
Vritra's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 18
Uploads: 11
Quote:
Originally Posted by SkyRanger
If u would work together with ClickBoxHealer, it would b very nice.
Thank you comment.

Because the idea of this program is the thing which there is for a long time, I think that all should use it freely.

+++++
in Japanease(my language)

このプログラムのアイデアは古くから有るものなので、自由に利用すると良いと思います。
Vritra is offline Report comment to moderator  
Reply With Quote
Unread 02-03-13, 07:00 AM  
Gric

Forum posts: 0
File comments: 2
Uploads: 0
This doesn't work for me.
Does it work with Gadget Frames?
Tried on the normal ones, too, didn't work.
Does it work with a german client?
Is there any way to find the mistake?


As a tank I like the idea of this, it could probably make CD management easier.
Thx for any help.
Gric is offline Report comment to moderator  
Reply With Quote
Unread 02-04-13, 06:14 AM  
Vritra
 
Vritra's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 18
Uploads: 11
update to 0.1.3

Quote:
Originally Posted by Gric
Does it work with a german client?
Thanks for comment, and i'm sorry to a trouble.
Cause of the trouble is language depended.
This addon detect from Tool Tips for the Heal spell.
I change code to next

Code:
if arg[1] == "Restores" and tonumber(arg[2]) then
to
Code:
if (arg[1] == "Restores" or arg[1] == "Stellt" or arg[1] == "Restaure") and tonumber(arg[2]) then
//English: Restores
//German: Stellt
//French: Restaure

Our test was good.
If there is any message regarding this matter, please comment here.

-----
My language (on Japanease)

ご連絡ありがとうございます。又、ご迷惑をおかけして申し訳ございません。
調べましたところ、言語依存に因る問題とわかりました。
このAddOnはツールチップの文章からそれが回復呪文である事、そして凡その回復量を取得しています。
従来は英語の回復「Restores」しか検出していなかったので、ドイツ語では動作しませんでした。
今回はコードを変更し、英語、ドイツ語、フランス語に対応しました。
当方のテストでは動作を確認しております。
もし何かお気づきの点がございましたらご連絡ください。
Vritra is offline Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: