Get an Epic Experience with Premium

Rift Healer

Miscellaneous Login to Add Favorites
  • 11 Likes
  • Rift
  • 826 Monthly Downloads
  • Supports: 1.6.1
  • 33,492 Total Downloads
  • Updated 02/04/2012
  • Created 12/11/2011
  • 24 Favorites
  • Project Site
  • Comments
  • Release Type: Release
  • License: Public Domain
  • Newest File: Rift Healer 1.6
or
Support development! **
Donate

About Rift Healer

Rift Healer, the new healing addon. Type /rhr to see some command lines. (show/hide/reset/set#)

Solo, Solo with Pet, Group, Groups with Pets, Raid 5 mouse click macros that can be set into 3 different sets. Set in Options. Draggable and Resizeable. In Unlock mode, just drag the top bar to move around. Click and drag the bottom right corner to resize horizontally and vertically. While in Solo and Group mode, you can click the TT button on the header bar to turn on and off Tooltips.

Pets can be toggled on/off in options. Pets do not show in raid mode (defined as 6 or more ppl)

Click the ? button to go into options. The first tab allows you to set your macros up. Left click, Right click, Middle click, Mouse 4 and Mouse 5. The left widget allows you to /target, /cast (by Selecting the Skill itself) or Custom. In here you can put pretty much anything you could write in a macro. While testing I had mouse 5 as /reloadui :) You can even set up multiline macros now. You can set up to 3 sets of macros. These can be changed manually by clicking the 3 different tabs at the top in this window or by typing/macroing /rhr set#.

The 2nd Option tab allows you do change the health bar. I have 3 pre-defined colors. If you want something different. Just replace a health_*.png file in the /textures folder. You can also change the 4 colors for the names that show depending on their calling. And the 5th option to change is the health percentage text color.

The 3rd Option tab will allow you to setup HoTs you wish to track, and toggle some of the display.

Known issues: Sometimes aggro and los dont function like it always should in wargroups.

If you are in combat, the addon WILL NOT update any frames of characters that join or leave the raid. You cannot go into options. You cannot unlock it. You cannot toggle Tooltips. You cannot close it. All this is addon api restrictions. However, Any macros that are set up are at your disposal. Once you leave combat, everything will be available once again.

To come..Who knows? :P And whatever feedback sends me :) . And...huge thanks for dOxxx's LibSimpleWidgets library. Made all the difference in the addon.

New in 1.6 Fix a bug where hots from other players still showed you as having the hot on the target still. Added aggro indicator, the border turns red. Added los indicator, the health bars grey out.

New in 1.5 Fixed a bug that when hiding pets, it created the macros incorrectly. Revamped the macros in options. You can now select all the modifiers for each key. This allows 1 command only for each modifier though. If you want more then 1 modifier then you will need to make a custom macro. Example of this would be: cast [ctrl] long cooldown spell cast [ctrl] spell Just select your key and then click on Custom in the list to go to the custom editor. You toggle pets on/off in options now. The main icon on the top bar will now toggle macro tooltips instead. I placed it there to make it easier to see macros when testing in the options. Modified /rhr reset command. It now will reset all variables, screen position, and then reloadui for you. This should make it easier when upgrading versions and if I added/removed variables.

New in 1.4 Added debuff watch. Will watch for poison, disease or curse. Background color around the Health Percentage will change accordingly. Added HoT watch. Will place a green circle to the right of the name, above the health percentage if you have a hot on the target. It only tracks the hots you place. You can set up what spells you want to track in the options, 3rd tab (UI Elements) Added toggles for debuff watch, hot watch, role icon. These are set in the options 3rd tab (UI Elements) Revamped the main routine, users should notice a drastic cut in cpu usage from previous versions.

New in 1.3 Added Role icons to the interface. More tweaks to reduce latency in high group warfronts and publics. Should be running fairly smoothly now when in those circumstances.

Many more options for macros. In the simple interface you can select (group/focus) and (shift/ctrl/alt) When you click Custom in the select list it will open a full macro editor. This will allow you to have multiline macros. Works just like the built in one (mostly). Whenever you design the macro in the editor, make sure you just use the text instead of @group, that way the code will manipulate it for all the click frames. Everything else should be the same.

New in 1.1 Mainly just streamlined code to reduce high latency, especially in warfronts. Changed some of the internal behavior.

More to come...

1.2 is just a toc version correction.

Comments

First Previous Page 1 of 8 Next Last
  • #106

    I downloaded the current version from the Install From Curse Client button above.I ran the game and got the below error.

    Error: RiftHealer/main.lua:196: invalid escape sequence near '"Textures/'
        In RiftHealer / main.lua

    I noticed that someone posted to change the /\ to / on lines 196 and 209, after I edited these two lines and ran the game I got the below error.

    Error: RiftHealer/view.lua:245: attempt to index field 'UnitsTable' (a nil value)
        In RiftHealer / rhrloadSettings, event Event.Addon.Startup.End
    stack traceback:
        RiftHealer/view.lua:245: in function 'rhrCreateGroups'
        RiftHealer/view.lua:44: in function 'rhrCreateWindow'
        RiftHealer/main.lua:260: in function <RiftHealer/main.lua:227>

    Also, while viewing the dialog box with the above message, I noticed in the chat box there was a message posting with a detail link, which gave me the below message.

    Error: RiftHealer/main.lua:15: bad argument #1 to 'pairs' (table expected, got nil)
        In RiftHealer / UpdateGroupDetails, event Event.System.Update.Begin
    stack traceback:
        [C]: in function 'pairs'
        RiftHealer/main.lua:15: in function 'isRaid'
        RiftHealer/main.lua:66: in function <RiftHealer/main.lua:62>

  • #107

    osoyoosking Apr 23, 2012 at 11:36 - 0 likes

    quoting this is how you fix it guys

    I had this problem myself, though I found out the fix. Turns out LibSimpleWidgets got a little broken with the hotfixes.

    Go here: http://www.riftui.com/downloads/info108-LibSimpleWidgets.html

    Download and extract that

    Move that new file into the Rift Healer Addon file. (Making sure you let it replace all duplicates.)

    Reload the game and Rift Healer should be good to go again.

    I found this post on http://rift.curseforge.com/addons/rift-healer/ after I did this I now have this error:

    Error: RiftHealer/config.lua:396: attempt to call field 'List' (a nil value)
        In RiftHealer / rhrloadSettings, event Event.Addon.Startup.End
    stack traceback:
        RiftHealer/config.lua:396: in function 'rhrCreateAbilityList'
        RiftHealer/main.lua:261: in function <RiftHealer/main.lua:227>

    Any suggestions on what to do now?

    Error: RiftHealer/config.lua:396: attempt to call field 'List' (a nil value)
        In RiftHealer / rhrloadSettings, event Event.Addon.Startup.End
    stack traceback:
        RiftHealer/config.lua:396: in function 'rhrCreateAbilityList'
        RiftHealer/main.lua:261: in function <RiftHealer/main.lua:227>

  • #104

    This addon is just causing errors in my game :(

  • #105

    Error: RiftHealer/main.lua:196: invalid escape sequence near '"Textures/'
        In RiftHealer / main.lua

  • #103
    Think I need some help :)

    Hello, i tried to start with this addon but i get a Error and hope someone can help me out with this to fix it. Here is the message which is produced.

    Error: LibSimpleWidgets/radiobutton.lua:147: attempt to call method 'GetFullHeight' (a nil value)     In RiftHealer / globals.lua stack traceback:  LibSimpleWidgets/radiobutton.lua:147: in function 'CreateFrame'  RiftHealer/globals.lua:101: in main chunk<--- Fixed

    Thanks

    Downloaded the Lib thing and installed it but now i get a new error.

    Error: RiftHealer/main.lua:196: invalid escape sequence near '"Textures/'     In RiftHealer / main.lua <--- Fixed

    Works but not for 100%..  New error :(

    Error: RiftHealer/config.lua:396: attempt to call field 'List' (a nil value)     In RiftHealer / rhrloadSettings, event Event.Addon.Startup.End stack traceback:  RiftHealer/config.lua:396: in function 'rhrCreateAbilityList'  RiftHealer/main.lua:261: in function <RiftHealer/main.lua:227>

     

    Last edited by Finmakin on 12/21/2012 7:45:22 PM
  • #102

    every time i log in it said addon error and its not working would be nice to beable to use this in storm legion

  • #101

    Too bad they didn't launch the game with this functionality, might have retained a lot of clients given it would have made groups more viable.  My experience back last year was not being able to get a group because no one would heal.

    Good job, even if late.

  • #99

    UPDATE!!

    Fix this so it works with 1.9!! D:<

  • #98

    heh oops,

    in main.lua Embarassed

  • #97

    hi,

     changing Textures/\ to Textures/ in lines 196 and 209 in notepad gets it working again Smile

  • #96

    Ich habs mal aktualisiert. Geht jetzt unter 1.9

     

    Ich mag es nicht, weil man die Frams nicht von unten nach oben sortieren lassen kan und auch sonst recht wenig Einstellungen möglich sind.

    Link weiter unten..

    --- English ----------------------------------------

    I made it working for 1.9

    Have fun with it :-)

    I tested it and it worked fine again.

     

    ======= Download ======

    Rift Healer for 1.9

  • #95

    I use this addon but getting the error message:

    Error: RiftHealer/main.lua:196: invalid escape sequence near '"Textures/'
        In RiftHealer / main.lua

    Will there be a update anytime soon?

  • #94

    I like this addon and haven't noticed any fps or other issues while running it. It needs an update for 1.9 though. Is there one incoming?

    Error: RiftHealer/main.lua:196: invalid escape sequence near '"Textures/'
        In RiftHealer / main.lua

    Last edited by Suziekew on 6/27/2012 12:30:02 PM
  • #93
    FPS and this addon issues

    So since i have used this addon it causes my FPS to drop down 20 or below i have  high end graphics cards and boxes, this things eats alot of memory, not that i dont have enough but the second i disable this addon, no fps issues at all. Am i the only one experiencing this? DO you have a solution that might help?

  • #92

    Stupid question but is it possible to remove the default frames? Because i have the addon covering it up and just looks wierd. xD

  • To post a comment, please login or register a new account.
Login to Curse

Don't have an account? Create One.

Get an epic experience with Curse Premium
  • Faster addon downloads
  • Premium-Only Beta Giveaways
  • Ad-Free Curse experience
  • Premium Curse Client
  • and many More Features
  • Learn More »

Infinite Crisis NA

Get Your Preferred Access Code!