• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [PAID] HazzDruid [Premium Edition]

    Discussion in 'Druid' started by hazard, Feb 7, 2011.

    1. jeremynative

      jeremynative New Member

      Joined:
      Jun 16, 2011
      Messages:
      133
      Likes Received:
      1
      Trophy Points:
      0
      darn still messed up, do you think its my addons that cause the issue?
       
    2. hazard

      hazard Well-Known Member Buddy Store Developer

      Joined:
      Sep 16, 2010
      Messages:
      1,854
      Likes Received:
      59
      Trophy Points:
      48
      Thank you. I am always doing that :D haha
       
    3. hazard

      hazard Well-Known Member Buddy Store Developer

      Joined:
      Sep 16, 2010
      Messages:
      1,854
      Likes Received:
      59
      Trophy Points:
      48
      I would advise that you disable all your addons wise using, as there is no need for them to be active.
       
    4. Mr_Hunter

      Mr_Hunter Member

      Joined:
      Sep 11, 2010
      Messages:
      555
      Likes Received:
      6
      Trophy Points:
      18
      Thanks for your CC :)
      But unfortunately I get errors when I use ist.
      Can you tell me whats the problem?
      I use the English Client of WOW.
       

      Attached Files:

    5. hazard

      hazard Well-Known Member Buddy Store Developer

      Joined:
      Sep 16, 2010
      Messages:
      1,854
      Likes Received:
      59
      Trophy Points:
      48
      You may want to ask in the support forms as some of the error is not in
      English and I have never seen this kind of error before?
       
    6. tiagofmcosta

      tiagofmcosta New Member

      Joined:
      Aug 30, 2011
      Messages:
      116
      Likes Received:
      7
      Trophy Points:
      0
      Hi Hazard, first of all thanks for your original CC, since was the base for my own (gave you credits :)).

      The error Mr_Hunter is having is a bug with your coding, and I think a lot more people will have it eventually. It is on the following line:
      Code:
      else if (tank.Auras["Lifebloom"].TimeLeft.TotalSeconds < 6)
      You forgot to check if the tank has the aura on him, because if it doesn't the CC will throw the exception that was on the log. So my suggestion would be for you to check the aura existence on the same else if clause before you check for the time.

      Hope it helps you correct that little bug :)
       
    7. hazard

      hazard Well-Known Member Buddy Store Developer

      Joined:
      Sep 16, 2010
      Messages:
      1,854
      Likes Received:
      59
      Trophy Points:
      48
      I don't see any errors myself upon loading the custom class so I would not know how to fix this issue?
       
    8. tiagofmcosta

      tiagofmcosta New Member

      Joined:
      Aug 30, 2011
      Messages:
      116
      Likes Received:
      7
      Trophy Points:
      0
      As fas as I can tell, this does not happen when he loads the CC. It happens when he's healing, or at least it is what I think.
      This could also happen if he was using a non-English WoW client, but is not the case.
      So, this would be my suggestion to correct the reported issue, replace line 320 from the HazzDruid.cs file:
      Code:
      else if (tank.Auras["Lifebloom"].TimeLeft.TotalSeconds < 6)
      to
      Code:
      else if (tar.Guid == tank.Guid && CC("Lifebloom") && isAuraActive("Lifebloom", tar) && tar.Auras["Lifebloom"].TimeLeft.TotalSeconds < 6)
      This will, in my humble opinion, solve the issue reported by Mr_Hunter. Cannot say for sure that it will not have any other errors, but this one will go PUFF :)

      I think you should change it and repost the release so everyone will benefit from the correction, if not, Mr_Hunter do the changes yourself, so you can test it :)

      Good day to all.
       
    9. hazard

      hazard Well-Known Member Buddy Store Developer

      Joined:
      Sep 16, 2010
      Messages:
      1,854
      Likes Received:
      59
      Trophy Points:
      48
      Thank you tiagofmcosta for your help with the error message.
      I have updated the custom class along with quite a number of high priority fixes.

      Ow how my little custom class has evolved over the months :D
      Next I will look into adding a basic attack/defence for when in battlegrounds.
      No ETA on when this will be though as I believe it would involve some major changes.
       
      Last edited: Jan 12, 2012
    10. geeekzor

      geeekzor Member

      Joined:
      Jan 15, 2010
      Messages:
      213
      Likes Received:
      3
      Trophy Points:
      18
      First of all, having a target will make Innervate useless, since it doesn't target you. It will try casting on your target.

      Second, it still prefers to cast 2x regrowth instead of Swiftmend it seems. Clearcasting Regrowths not counted.
       
      Last edited: Jan 12, 2012
    11. hazard

      hazard Well-Known Member Buddy Store Developer

      Joined:
      Sep 16, 2010
      Messages:
      1,854
      Likes Received:
      59
      Trophy Points:
      48
      1. The Druid only cast Innervate on itself.
      2. If people are still having double Regrowth issue then I don't know what's causing it.
      3. If you have the Remove Curse box un-ticket in settings then the Druid will not dispel.
       
    12. geeekzor

      geeekzor Member

      Joined:
      Jan 15, 2010
      Messages:
      213
      Likes Received:
      3
      Trophy Points:
      18
      The Dispel issue was a miss on my end, just edited my post and removed that issue :)

      But it still tries to cast innervate on the tank if targeted.
       
    13. hazard

      hazard Well-Known Member Buddy Store Developer

      Joined:
      Sep 16, 2010
      Messages:
      1,854
      Likes Received:
      59
      Trophy Points:
      48
      Do you have the custom class loaded with LazyRaider?
       
    14. geeekzor

      geeekzor Member

      Joined:
      Jan 15, 2010
      Messages:
      213
      Likes Received:
      3
      Trophy Points:
      18
      Yes I do
       
    15. NaRK

      NaRK New Member

      Joined:
      Dec 6, 2011
      Messages:
      74
      Likes Received:
      0
      Trophy Points:
      0
      Hi, I'm using version 3.1 and I feel like it's its too obvious bot behavior. We don't use any form, like cat/stealth and we don't move while healing, not even a little bit. Can you make this CC to use cat/stealth when idle for lets say 20 sec and to move a bit while in a fight and being hit?
      Thank you very much for this CC.
       
    16. panYama

      panYama Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      2,629
      Likes Received:
      49
      Trophy Points:
      0
      What are you talking about, the bot is made for Lazyraider. Which means there is no movement. You need to move yourself. Why would you want to use Cat/Stealth when your a healer?
       
    17. hazard

      hazard Well-Known Member Buddy Store Developer

      Joined:
      Sep 16, 2010
      Messages:
      1,854
      Likes Received:
      59
      Trophy Points:
      48
      OK think I know what's causing this. Its an in game setting.

      Interface > Combat > Tick 'Auto Self Cast'
       
    18. MadDog

      MadDog Well-Known Member

      Joined:
      Nov 5, 2011
      Messages:
      1,249
      Likes Received:
      38
      Trophy Points:
      48
      Title: HazzDruid Elit3 (Dungeon/Raid/Battleground/Arena)
       
    19. hazard

      hazard Well-Known Member Buddy Store Developer

      Joined:
      Sep 16, 2010
      Messages:
      1,854
      Likes Received:
      59
      Trophy Points:
      48
      You still need to move manually. It wont play the entire game for you, NO class will.
      But it does make a mean cuppa coffee :D haha
       
    20. cmurda25

      cmurda25 New Member

      Joined:
      Aug 20, 2011
      Messages:
      33
      Likes Received:
      0
      Trophy Points:
      0
      Oom more.

      I am not sure if I am the only one who is having this issue but I am going oom waaayy to fast like boss is till at 65% hp and im oom? Are my settings wrong or what? I do have the spec that is used when mana is less of a problem because I thought by 385 il I would be ok but even 9% off on healing spells I would still oom hella fast.
       

    Share This Page