• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [Temp fix] Druid not casting rejuvenation - Darn You Druid Heal!

    Discussion in 'Uncataloged' started by Thunderofnl, Sep 13, 2012.

    1. Thunderofnl

      Thunderofnl New Member

      Joined:
      Jan 15, 2010
      Messages:
      177
      Likes Received:
      0
      Trophy Points:
      0
      Hi, so I ran into this problem with Singular and with CLU so I thought: "I can fix that" and I did.
      Before this plugin I had atleast 1 dead every 10 minutes now I have none in 200 kills.
      This is a modification on my Darn You Shaman Heal! Plugin requested by b4rbi3s.
      (Not tested any buys please report)

      Here is the plugin, the configuration is in the file:

      Have fun with it!

      Credits:
      Pulse loop by Apoc
      Styx by Bossland
      Functionality by Thunderofnl



      Regards,

      Thunderofnl
       

      Attached Files:

      Last edited: Sep 15, 2012
    2. smashway

      smashway New Member

      Joined:
      Dec 6, 2011
      Messages:
      49
      Likes Received:
      0
      Trophy Points:
      0
      +repped!
       
    3. Thunderofnl

      Thunderofnl New Member

      Joined:
      Jan 15, 2010
      Messages:
      177
      Likes Received:
      0
      Trophy Points:
      0
      Thanks =D
      Any bugs for this plugin should go in this thread btw
       
    4. Thunderofnl

      Thunderofnl New Member

      Joined:
      Jan 15, 2010
      Messages:
      177
      Likes Received:
      0
      Trophy Points:
      0
      Updated it for the latest HB
       
    5. Kickazz006

      Kickazz006 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      20,567
      Likes Received:
      302
      Trophy Points:
      83
      what is the issue in singular exactly?

      like is it spec specific? or what (the issue)
       
    6. Thunderofnl

      Thunderofnl New Member

      Joined:
      Jan 15, 2010
      Messages:
      177
      Likes Received:
      0
      Trophy Points:
      0
      I don't know I just created it for someone.
       
    7. smashway

      smashway New Member

      Joined:
      Dec 6, 2011
      Messages:
      49
      Likes Received:
      0
      Trophy Points:
      0
      the latest HB update broke it, and CLU still won't heal :(

      Compiler Error: c:\Users\wow\Desktop\HB\Plugins\DarnYouDruid\DYDH.cs(4,12) : error CS0234: The type or namespace name 'Combat' does not exist in the namespace 'Styx' (are you missing an assembly reference?)
       
    8. b4rbi3s

      b4rbi3s New Member

      Joined:
      Mar 27, 2012
      Messages:
      162
      Likes Received:
      1
      Trophy Points:
      0
      Nice, cheers m8.. now i can move on lvling on my druid +rep ;)

      tested it with grinding (lvl 4x) feral, works how it should, a bit slow sometimes (casting while he actually sit and eat)
       
      Last edited: Sep 17, 2012
    9. D61lly

      D61lly Member

      Joined:
      Apr 25, 2012
      Messages:
      31
      Likes Received:
      0
      Trophy Points:
      6
      Exactly what i needed +++++

      After every pull my balance druid was sitting down to eat costing me 30secs and loads of food now he heals himself up on way to next mob.

      Also im using the current hb
       
    10. Stinkbirdcat

      Stinkbirdcat New Member

      Joined:
      Jun 28, 2012
      Messages:
      138
      Likes Received:
      1
      Trophy Points:
      0
      will this do predatory swiftness insta heal in combat or is it just rejuv?

      as for the "problem" with singular, it is not using any talent heals, any proc heals or any survival cooldowns. ive updated the hp% settings to try to make it use barkskin at fairly high hp and it just doesn't use it. i just listen for the "low hp" sound and tab over and hit renewal or barkskin or healing touch and it's fine for that fight.
       
    11. xPain

      xPain Member

      Joined:
      Oct 28, 2012
      Messages:
      139
      Likes Received:
      1
      Trophy Points:
      18
      This is amazing :) Something so simple can save lives.. Literally :)
       
    12. Corleone

      Corleone Well-Known Member

      Joined:
      May 24, 2013
      Messages:
      2,255
      Likes Received:
      28
      Trophy Points:
      48
    13. Nuok

      Nuok Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      975
      Likes Received:
      28
      Trophy Points:
      28
      StyxWoW.Me.HealthPercent is a double not and int their is no need to convert it
      StyxWoW.Me.Class == WoWClass.Druid

      It would probably be easier to just add rejuvination to singular

      Code:
      Spell.Cast("Rejuvenation", ret => StyxWoW.Me.HealthPercent <= 90 && !StyxWoW.Me.HasAura("Rejuvenation")),
       

    Share This Page