What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Druidhealz- A resto druid healbot CC designed for use with IB

Ooo nice update thank you =)
only thing i'd like to see now is it do just as good in a bg ^^
 
get rid of the remove curse crap sometimes it spams it
if you have a problem with it and want it ficed immediatly you shoud for one try not being a dick and go grab your 12 inch dildo and while you sit on it open up vs and alter it yourself with that attitude. just imo.

go to the if statement for the remove corruption place a /* there and then at the end bracket place a */ omg that was really hard
 
Im only level 22 and have been wanting to get to 80 in a good amount of time.. But everytime i join a instance i see people spamming that im not healing.. Now i look at the debug and see it just wants to spam lifebloom
 
New version has a check for if you have lifebloom trained. Needs testing as I dont have a druid that I can test it with.
 
doens"t run smooth on low lvl toonz

hmmmz i run this on low lvl toon and it don"t work smooth , he try to use skilz i don"t have :( can anybody make a crazy healing class for druidz for low lvl's :confused:
 
The updated script works excellent! id recommend you update vjeete!
 
I dunno if this is possible or too complicated or what but heres a suggestion:

Add a gui which allows you to specify at which percentage of health the tank is at to heal them.
 
I was having some more issues with my level 40 druid so I made a couple of changes. Added CanCast check to more spells, adds Healing Touch when nothing else to cast.
 

Attachments

hmmmz i run this on low lvl toon and it don"t work smooth , he try to use skilz i don"t have :( can anybody make a crazy healing class for druidz for low lvl's :confused:

Provide log? Describe stuff? Y'know...

I dunno if this is possible or too complicated or what but heres a suggestion:

Add a gui which allows you to specify at which percentage of health the tank is at to heal them.

No GUI, this should just work with the predefined settings. If you want to customise it, go edit the code.

I was having some more issues with my level 40 druid so I made a couple of changes. Added CanCast check to more spells, adds Healing Touch when nothing else to cast.

Any chance you could provide a .diff (a patch) to what you changed, maybe they'll be incorporated in the "official" version?
 
Any chance you could provide a .diff (a patch) to what you changed, maybe they'll be incorporated in the "official" version?

Added spell checking in more places in Healing() function (e.g. && CC("Spell Here") )

Also added as last "else if" in Healing():

else if (hp < 40)
{
s = "Healing Touch";
}

Changed are based on latest offical release. Feel free to take updates and delete my post.
 
We ended up adding GroupHealing and PvP logics. So far the tests are good, will post release if all goess well ^^
 
Please have some form of follow logic for PvP. (Follow Flag Carrier for WSG / Follow Highest HP for others).
 
Added spell checking in more places in Healing() function (e.g. && CC("Spell Here") )

Also added as last "else if" in Healing():

else if (hp < 40)
{
s = "Healing Touch";
}

Changed are based on latest offical release. Feel free to take updates and delete my post.

You should have it use regrowth instead of healing touch, regrowth is a way better heal
 
Mkay, we added some PvP logics, some more spells, but it also introduced more bugs and we haven't squashed them all.

If you can't wait, here's our current work-in-progress version. It should work with RaF, BGs (Squire Tested) and ofcourse, IB.

If this crashes and burns down your house, it's not our fault. We'll be releasing another version in 3-4 days, when we have time.
 

Attachments

regrowth is used at higher %

I haven't seen it cast regrowth at all and healing touch is more of a mana hog and the heal isnt' worth the mana I think it's a bad idea to have it use healing touch at all. I don't know any resto druids that use healing touch in raids anyways so why have it in this cc makes ppl think you don't know wtf you're doing.
 
Back
Top