Ascension

    Ascension Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    healbot, or healing addons

    Addons
    12
    22
    4199
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      madmike last edited by

      I noticed that Ascension has no healing addons for it's classless system. I as a big fan of healbot, and was wondering if there are plans to add this app

      TastyGM 1 Reply Last reply Reply Quote 2
      • TastyGM
        TastyGM Ascension Staff @madmike last edited by

        @madmike I don't really think we have resources to port addons like that. I have seen some people running healbot somehow. You can also use @mouseover macros with something like Grid for nice healing ❤

        Find me on discord Tasty#0001 or via my ID 894240882247757824

        1 Reply Last reply Reply Quote -1
        • T
          tigrewong last edited by tigrewong

          mouseover is for loosers. Healbot is best adon, you need configure some details in habilities, no more

          1 Reply Last reply Reply Quote 0
          • H
            Hellge last edited by

            It is very easy to add healbot to your game.
            All you have to do is first press the cogwheel on the launcher then open game directory and open the folder called Interface and just drop the healbot there and it works flawlessly

            1 Reply Last reply Reply Quote 0
            • S
              Svennin last edited by

              Healbot works fine for me.

              I'm currently using both Pitbull and Shadowed Unit Frames. Pitbull raid frames aren't working for me, while Shadowed are fine except range indication is broken, which is a necessity for pvp.

              The easy and obvious solution is Healbot. It works fantastically for my needs.

              1 Reply Last reply Reply Quote 0
              • D
                Darkt last edited by Darkt

                Hi there, i was looking in to Healbot,

                but i seem to have a weird issue, it doesnt show me when someone has a debuff on them which you can cleanse.
                normaly the ui would change color, so i check the :

                Healbot_Options.lua inside you can find:

                local HealBot_Buff_Spells_Total_List = {
                ["DRUI"] = {
                HEALBOT_MARK_OF_THE_WILD,
                HEALBOT_GIFT_OF_THE_WILD,
                HEALBOT_THORNS,
                HEALBOT_OMEN_OF_CLARITY,

                which basicly show you what buff a druid has. (other classes are also in there)

                a bit lower you can find :

                ["DRUI"] = {
                HEALBOT_CURE_POISON,
                HEALBOT_REMOVE_CURSE,
                HEALBOT_ABOLISH_POISON,
                },

                which shows you the debuffs a druid can cleanse.

                now here is the issue, seeing we dont have classes, but we have a hero class. i think healbot doesnt detect this.

                So i tried combining them all in to a new group called "custom" seeing healbot does have a custom group in its setting, but what ever i try i cant seem to get it to work.

                maybe any other coder here , that might have a idear on how to fix this ?

                anyways, this is what i found hope some can make good use of it.

                I also tried a 3,3,5 version of vudhu/vudho but it seems to keep crashing the game for some weird reason at random.
                so thats was a no go for me.

                G 1 Reply Last reply Reply Quote 0
                • G
                  Guilean @Darkt last edited by

                  @Darkt

                  All heroes are considered class-Druid, so perhaps everything needs to be put into that category.

                  D 1 Reply Last reply Reply Quote 0
                  • D
                    Darkt @Guilean last edited by

                    @Guilean Ahh great ill have look then thanks for the info

                    1 Reply Last reply Reply Quote 0
                    • D
                      Darkt last edited by Darkt

                      This post is deleted!
                      1 Reply Last reply Reply Quote 0
                      • D
                        Darkt last edited by Darkt

                        Oke well after some testing and modding this now works for me, so fingers crossed it also works for you ;-).

                        Step 1:
                        When first running the modded version of Healbot, please follow the images here to set it up.
                        Options ---> General ---> Select Custom ---> select Druid (DO NOT select anything else).

                        Help1.png

                        Step2:
                        Options ---> Skins ---> Bars ---> Disable Color bar by setting

                        (Reason i disable this is because the bars for me have a orange color by default with this on, and as you can see in the next section "Curses" use the same color, so you cant seem them this way.
                        But if you changed the colors your self in the next section you can skip this part)

                        Help2.png

                        Step 3:
                        Options ---> Cure ---> Pick the spells you wanna use here, i use Cleanse and Abolish Cure.
                        You can change the colors in the "Bar Colours" section below on the same page. (depending on what skin your using)

                        Help3.png

                        Step4:
                        Options ---> Buffs ---> Select monitor for missing buffs, and change what buffs you wanna monitor and give them, a color.
                        (This should now show all the buffs you have learned)

                        Help4.png

                        If you find any errors or such please post them below, and ill have a look at it when i have the time.

                        Do keep in mind this is just a fix, and i am not responsible for game breaking bugs/lose of account or damage's.
                        Having that said for me this works.

                        Happy healing!

                        Darkt

                        P.s If you wish to send me a present in game (absolutly not needed)
                        Please send it then to "Ficus"

                        and yes i know my english is bad xD

                        Download Link:
                        https://file.io/81mWc4MDfUwg (Rar Files use winrar to open)

                        G K 2 Replies Last reply Reply Quote 2
                        • G
                          Guilean @Darkt last edited by

                          @Darkt
                          Good job!

                          1 Reply Last reply Reply Quote 0
                          • K
                            Karlovo @Darkt last edited by

                            @Darkt The file was deleted。。。help~

                            R 1 Reply Last reply Reply Quote 0
                            • R
                              Reic @Karlovo last edited by

                              @Karlovo you can configure the addon yourself. To add a custom aura or buff display, you need to replace the id in the HealBot_Localization.en.lua file (Locale folder) (for example, I did this:
                              HEALBOT_ANTIMAGIC_SHELL = GetSpellInfo(888593) or "Antimagic Shell"; ). To set up the removal of debuffs, you need to add the necessary spell to the druids in the HealBot_Options.lua file
                              ["DRUI"] = {
                              HEALBOT_CURE_POISON,
                              HEALBOT_REMOVE_CURSE,
                              HEALBOT_ABOLISH_POISON,
                              HEALBOT_CLEANSE,
                              },
                              All of the above files are opened using notepad or wordpad.

                              R 1 Reply Last reply Reply Quote 0
                              • R
                                Reic @Reic last edited by

                                @Reic said in healbot, or healing addons:

                                @Karlovo you can configure the addon yourself. To add a custom aura or buff display, you need to replace the id in the HealBot_Localization.en.lua file (Locale folder) (for example, I did this:
                                HEALBOT_ANTIMAGIC_SHELL = GetSpellInfo(888593) or "Antimagic Shell"; ). To set up the removal of debuffs, you need to add the necessary spell to the druids in the HealBot_Options.lua file
                                ["DRUI"] = {
                                HEALBOT_CURE_POISON,
                                HEALBOT_REMOVE_CURSE,
                                HEALBOT_ABOLISH_POISON,
                                HEALBOT_CLEANSE,
                                },
                                All of the above files are opened using notepad or wordpad.

                                if there is a need, I can add the spells you need myself and send the files to the mail

                                M 1 Reply Last reply Reply Quote 0
                                • M
                                  mrfaggutron @Reic last edited by

                                  @Reic for adding other buff display, how would I add something like the adorned buff from the LRE for holy shock healing? And any other non-druid healing buff icons

                                  1 Reply Last reply Reply Quote 0
                                  • D
                                    Darkt last edited by

                                    This post is deleted!
                                    V 1 Reply Last reply Reply Quote 0
                                    • V
                                      Valoran99 @Darkt last edited by

                                      @Darkt Antivir says it's a virus/maleware

                                      D 1 Reply Last reply Reply Quote 0
                                      • N
                                        Necro11 last edited by

                                        My problem is the options to pick the spells isn't coming up. The dropdown doesn't have cleanse or abolish poison. It just has potions and anti venom as options.

                                        D 1 Reply Last reply Reply Quote 0
                                        • D
                                          Darkt @Valoran99 last edited by

                                          @Valoran99 weird? i should be clean, not sure why its triggering.

                                          1 Reply Last reply Reply Quote 0
                                          • D
                                            Darkt @Necro11 last edited by

                                            @Necro11 Not sure why you have that did you have a older version installed?

                                            Seeing it works for me i just double checked it.

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            If you are unable to sign in, please set your Display Name.

                                            Tweets by Ascensionfeed
                                            Powered by NodeBB | Contributors