• World of Warcraft Addons
Advertisement
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

Quick Heal

  Download the Curse Client

Project Updated:
Files Updated: Thu, Oct 16 2008
Category: Buffs & Debuffs, Unit Frames, Combat, Healer, and Raid Frames
Tags:

, , , , , and [Edit Tags]

Project Manager: WakeZero
Current Version: v3.0.2.0
Downloads Today: 253
Downloads Total: 72,704
Favorites: 123
Comments: 120
  • About Quick Heal
  •  

When enabled, damage taken bars will appear beside each player and party unit frame. These bars increase with the amount of damage a player in the party receives, changing colors from green to yellow to red upon death. When in a raid, damage taken bars will appear beside the name of everyone in the raid for quick and easy monitoring. A range checking option also gives the ability to focus on party and raid members within 30 yards.

By opening the options menu (/QH or assigned keybinding) the user may choose spells from their spellbook to cast upon the corresponding party member when the bars are clicked. Currently all the mouse buttons may be assigned to, as well as their Shift, Ctrl and Alt variants.

Macros may also be assigned and are prefixed in the spell list with [MACRO]. In order to allow macros to function the way you would expect them to when clicking on a unit's damage bar, you may use the keyword 'unit' to tell Quick Heal that you want the spell cast on the bar's unit. To cast the spell renew, you could therefore create a macro '/cast [target=unit] Renew'

If you like the mod, please give it a good rating! Also, I am looking for someone to translate the localization files for German and French! Please PM me if able.

Quick Heal now has a plugin making it compatible with X-Perl! You can find it here: http://wow.curse.com/downloads/details/12541/

  • Downloads (7)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  Quick Heal v3.0.2.0 Release 3.0.2 10,947 10/16/2008
  Quick Heal v2.4.1.0 Release 2.4.0 1,948 4/13/2008
  Quick Heal v2.3.3.1 Release 2.3.3 8 2/11/2008
  Quick Heal v2.3.3.0 Release 2.3.3 5 1/30/2008
  Quick Heal v2.3.0.0 Release 2.3.0 7 12/20/2007
Advertisement
  • Comments

Add Comment

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • psykose said 

    I also changed the QuickHeal.lua file.
    At line 483, i made a Variable for the sentence "Are you sure you want to reset settings?".

    Original file : text = "Are you sure you want to reset settings?",
    Modified file : text = QHProfile[PlayerName]["QHResetConfirm"],


    And then in the localizations files
    QHResetConfirm = "Are you sure you want to reset settings?";
    QHResetConfirm = "Êtes-vous sûr de vouloir modifier les paramètres ?";

    Good Night,
    Hope you'll make an update ;)

  • psykose said 

    Heya ^^
    Heres the traduction file in French ;)

    QH_LOCALE_DRUIDRES = "Renaissance";
    QH_LOCALE_PALADINRES = "Rédemption";
    QH_LOCALE_PRIESTRES = "Résurrection";
    QH_LOCALE_SHAMANRES = "Esprit ancestral";
    QH_LOCALE_DRUIDHEAL = "Toucher guérisseur";
    QH_LOCALE_PALADINHEAL = "Feu sacré";
    QH_LOCALE_SHAMANHEAL = "Vague de soins";
    QH_LOCALE_PRIESTHEAL = "Soins inférieurs";

    QH_LOCALE_OKAY = " Ok";
    QH_LOCALE_DEFAULT = "Reset";
    QH_LOCALE_RAIDTAB = "RAID";
    QH_LOCALE_PARTYTAB = "Groupe";
    QH_LOCALE_PLAYERTAB = "JOUEUR";
    QH_LOCALE_OPTIONSTAB = "OPTIONS";
    QH_LOCALE_RUNNING = "Quick Heal Activé";
    QH_LOCALE_TRANSPARENCY = "Bar de dégats Transparency";
    QH_LOCALE_ROWCOUNT = "Lignes dans la fenêtre de Raids";
    QH_LOCALE_HELP = "Tapez /QH pour ouvrir les options";
    QH_LOCALE_BARTEXT = "Montrer le texte sur la barre de dégats";
    QH_LOCALE_RESURRECTION = "Click gauche pour résurecter les membres du groupe morts";
    QH_LOCALE_CHANGES = "[Note: Certains changements ne prennent pas fin à la fin du combat]";
    QH_LOCALE_MOVERAID = "[Pour bouger la fenêtre de raid garder shift enfoncé et faites glissez]";
    QH_LOCALE_BARHEIGHT = "Hauteur de la barre de Dégats";
    QH_LOCALE_BARWIDTH = "Largeur de la barre de dégats";
    QH_LOCALE_TARGETADJUST = "Désactiver les ajustements de la fenêtre de cible";
    QH_LOCALE_RAIDSORT = "Treier par";
    QH_LOCALE_RANGECHECK = "Activer la vérification de portée [30 yards]";
    QH_LOCALE_PARTYHIDE = "Désactiver l'interface de groupe dans les raids";
    QH_LOCALE_RAIDENABLED = "Activer la fenêtre de raid Quick Heal";
    QH_LOCALE_ROWCOUNT = "Lignes";
    QH_LOCALE_RFBACKDROP = "Montrer le relâchement arrière de la fenêtre de raid";
    QH_LOCALE_RFBACKDROPTRANS = "Transparence";
    QH_LOCALE_SHOWDEBUFFS = "Montrer les Cureables Debuffs";
    QH_LOCALE_HIDENOTINRANGE = "Montrer les unités hors de portée [75% tranparent]";

    QH_LOCALE_LEFT = "Click gauche";
    QH_LOC