mirror of
https://github.com/Bluewhale1337/HealBotBlue.git
synced 2026-07-27 09:44:44 +00:00
Minor bugfixes to target restoration, layout, Buff tracking
This commit is contained in:
+35
-27
@@ -67,10 +67,10 @@ HEALBOT_REJUVENATION = "Rejuvenation";
|
||||
HEALBOT_PRAYER_OF_HEALING = "Prayer of Healing";
|
||||
HEALBOT_CHAIN_HEAL = "Chain Heal";
|
||||
|
||||
HEALBOT_ROCKBITER_WEAPON = "Rockbiter Weapon";
|
||||
HEALBOT_FLAMETONGUE_WEAPON = "Flametongue Weapon";
|
||||
HEALBOT_FROSTBRAND_WEAPON = "Frostbrand Weapon";
|
||||
HEALBOT_WINDFURY_WEAPON = "Windfury Weapon";
|
||||
HEALBOT_ROCKBITER_WEAPON = "Rockbiter Weapon";
|
||||
HEALBOT_FLAMETONGUE_WEAPON = "Flametongue Weapon";
|
||||
HEALBOT_FROSTBRAND_WEAPON = "Frostbrand Weapon";
|
||||
HEALBOT_WINDFURY_WEAPON = "Windfury Weapon";
|
||||
HEALBOT_POWER_WORD_FORTITUDE = "Power Word: Fortitude";
|
||||
HEALBOT_MARK_OF_THE_WILD = "Mark of the Wild";
|
||||
HEALBOT_GIFT_OF_THE_WILD = "Gift of the Wild";
|
||||
@@ -110,27 +110,27 @@ HEALBOT_DISPEL_MAGIC = "Dispel Magic";
|
||||
HEALBOT_DISEASE = "Disease";
|
||||
HEALBOT_MAGIC = "Magic";
|
||||
HEALBOT_CURSE = "Curse";
|
||||
HEALBOT_POISON = "Poison";
|
||||
HEALBOT_DISEASE_en = "Disease"; -- Do NOT localize this value.
|
||||
HEALBOT_MAGIC_en = "Magic"; -- Do NOT localize this value.
|
||||
HEALBOT_CURSE_en = "Curse"; -- Do NOT localize this value.
|
||||
HEALBOT_POISON_en = "Poison"; -- Do NOT localize this value.
|
||||
|
||||
HEALBOT_RANK_1 = " (Rank 1)";
|
||||
HEALBOT_RANK_2 = " (Rank 2)";
|
||||
HEALBOT_RANK_3 = " (Rank 3)";
|
||||
HEALBOT_RANK_4 = " (Rank 4)";
|
||||
HEALBOT_RANK_5 = " (Rank 5)";
|
||||
HEALBOT_RANK_6 = " (Rank 6)";
|
||||
HEALBOT_RANK_7 = " (Rank 7)";
|
||||
HEALBOT_RANK_8 = " (Rank 8)";
|
||||
HEALBOT_RANK_9 = " (Rank 9)";
|
||||
HEALBOT_RANK_10 = " (Rank 10)";
|
||||
HEALBOT_RANK_11 = " (Rank 11)";
|
||||
|
||||
HEALBOT_LIBRARY_INCHEAL = "Increases healing done by spells and effects by up to (%d+)%.";
|
||||
HEALBOT_LIBRARY_INCDAMHEAL = "Increases damage and healing done by magical spells and effects by up to (%d+)%.";
|
||||
|
||||
HEALBOT_POISON = "Poison";
|
||||
HEALBOT_DISEASE_en = "Disease"; -- Do NOT localize this value.
|
||||
HEALBOT_MAGIC_en = "Magic"; -- Do NOT localize this value.
|
||||
HEALBOT_CURSE_en = "Curse"; -- Do NOT localize this value.
|
||||
HEALBOT_POISON_en = "Poison"; -- Do NOT localize this value.
|
||||
|
||||
HEALBOT_RANK_1 = " (Rank 1)";
|
||||
HEALBOT_RANK_2 = " (Rank 2)";
|
||||
HEALBOT_RANK_3 = " (Rank 3)";
|
||||
HEALBOT_RANK_4 = " (Rank 4)";
|
||||
HEALBOT_RANK_5 = " (Rank 5)";
|
||||
HEALBOT_RANK_6 = " (Rank 6)";
|
||||
HEALBOT_RANK_7 = " (Rank 7)";
|
||||
HEALBOT_RANK_8 = " (Rank 8)";
|
||||
HEALBOT_RANK_9 = " (Rank 9)";
|
||||
HEALBOT_RANK_10 = " (Rank 10)";
|
||||
HEALBOT_RANK_11 = " (Rank 11)";
|
||||
|
||||
HEALBOT_LIBRARY_INCHEAL = "Increases healing done by spells and effects by up to (%d+)%.";
|
||||
HEALBOT_LIBRARY_INCDAMHEAL = "Increases damage and healing done by magical spells and effects by up to (%d+)%.";
|
||||
|
||||
HB_BONUSSCANNER_NAMES = {
|
||||
HEAL = "Healing",
|
||||
};
|
||||
@@ -167,7 +167,7 @@ HEALBOT_BUFF_FIRST_AID = "Interface\\Icons\\Spell_Holy_Heal";
|
||||
HEALBOT_BUFF_POWER_WORD_SHIELD = "Interface\\Icons\\Spell_Holy_PowerWordShield";
|
||||
HEALBOT_BUFF_REJUVENATION = "Interface\\Icons\\Spell_Nature_Rejuvenation";
|
||||
HEALBOT_BUFF_REGROWTH = "Interface\\Icons\\Spell_Nature_ResistNature";
|
||||
HEALBOT_BUFF_RENEW = "Interface\\Icons\\Spell_Holy_Renew";
|
||||
HEALBOT_BUFF_RENEW = "Interface\\Icons\\Spell_Holy_Renew";
|
||||
HEALBOT_BUFF_FEAR_WARD = "Interface\\Icons\\Spell_Holy_Excorcism";
|
||||
HEALBOT_DEBUFF_WEAKENED_SOUL = "Interface\\Icons\\Spell_Holy_AshesToAshes";
|
||||
HEALBOT_DEBUFF_RECENTLY_BANDAGED = "Interface\\Icons\\INV_Misc_Bandage_08";
|
||||
@@ -230,7 +230,7 @@ HEALBOT_OPTIONS_TAB_SKIN = "Skin";
|
||||
HEALBOT_OPTIONS_TAB_BUFF = "Buff";
|
||||
HEALBOT_OPTIONS_TAB_CHAT = "Chat";
|
||||
|
||||
HEALBOT_OPTIONS_PANEL_TEXT = "Healing panel options:"
|
||||
HEALBOT_OPTIONS_PANEL_TEXT = "Mana bar options:"
|
||||
HEALBOT_OPTIONS_BARALPHA = "Bar opacity";
|
||||
HEALBOT_OPTIONS_BARALPHAINHEAL= "Incoming heals opacity";
|
||||
HEALBOT_OPTIONS_ACTIONLOCKED = "Lock position";
|
||||
@@ -243,6 +243,7 @@ HEALBOT_OPTIONS_QUALITYRANGE = "Exact 27yard range check in instances";
|
||||
--HEALBOT_OPTIONS_INTEGRATECTRA = "Integrate CTRA";
|
||||
HEALBOT_OPTIONS_TOGGLEALTUSE = "Toggle Alt-key";
|
||||
HEALBOT_OPTIONS_PROTECTPVP = "Avoid accidental PvP flagging";
|
||||
HEALBOT_OPTIONS_HIDEPARTY = "Hide Default Party Frames";
|
||||
HEALBOT_OPTIONS_HEAL_CHATOPT = "Chat Options";
|
||||
|
||||
HEALBOT_OPTIONS_SKINTEXT = "Use skin"
|
||||
@@ -358,6 +359,13 @@ HEALBOT_CLASSES_RANGES = "Ranged";
|
||||
HEALBOT_CLASSES_HEALERS = "Healers";
|
||||
HEALBOT_CLASSES_CUSTOM = "Custom";
|
||||
|
||||
HEALBOT_OPTIONS_MONITORNO = "None";
|
||||
HEALBOT_OPTIONS_MONITORALL = "All";
|
||||
HEALBOT_OPTIONS_MONITORMELEE = "Melee";
|
||||
HEALBOT_OPTIONS_MONITORRANGE = "Ranged";
|
||||
HEALBOT_OPTIONS_MONITORHEALERS = "Healers";
|
||||
HEALBOT_OPTIONS_MONITORCUSTOM = "Custom";
|
||||
|
||||
HEALBOT_OPTIONS_SHOWTOOLTIP = "Show tooltips";
|
||||
HEALBOT_OPTIONS_SHOWDETTOOLTIP = "Show detailed spell information";
|
||||
HEALBOT_OPTIONS_SHOWUNITTOOLTIP = "Show target information";
|
||||
|
||||
Reference in New Issue
Block a user