• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Durid - Quick, Simple, Fast Feral CC

    Discussion in 'Archives' started by Apoc, Dec 31, 2010.

    1. Lockwood

      Lockwood Member

      Joined:
      Jul 30, 2010
      Messages:
      921
      Likes Received:
      4
      Trophy Points:
      18
      What are the shapeshift and heal percentages?

      Any ideas where you can edit them?

      Doesn't work well with Simple Follower PVP plugin. Never seems to heal itself in pvp. Ideally something along the lines of 2 Hots and then into Shapeshift etc.

      what is the priority pull spell? Feral charge?
       
      Last edited: Jan 15, 2011
    2. Hi on Helium

      Hi on Helium New Member

      Joined:
      Jan 22, 2010
      Messages:
      252
      Likes Received:
      3
      Trophy Points:
      0

      The healing part of the CC is located in the "DruidRoutine.Rest.cs" file of the CC. He has purposely disabled Heals while in battle grounds.

      Hope that helps you,
      -HoHv2
       
    3. zoktar

      zoktar New Member

      Joined:
      Jul 20, 2010
      Messages:
      285
      Likes Received:
      1
      Trophy Points:
      0
      if i wanted to replace healing touch with 3x lifebloom stacks, how would i do this, i understand replacing it with 1 lifebloom, but how do i make it do 3 consecutive ones?. cheers.

      edit: tried adding 3 lifeblooms at seperate hp, makes it think its boomkin spec and tries to go moonkin aura :/.

      im also trying to go into moonkin form as feral spec?^^ just started happening recently.
      edit2; read previous posts, and its now back in feral mode :).
       
      Last edited: Jan 17, 2011
    4. rhomb

      rhomb New Member

      Joined:
      Sep 7, 2010
      Messages:
      177
      Likes Received:
      2
      Trophy Points:
      0
      Seriously this routine kicks FUCKING ASS!!

      getting 390xp/h on my lvl 80 drood just grinding some shit in mount hyjal

      THANKS!
       
    5. justjames

      justjames Member

      Joined:
      Mar 13, 2010
      Messages:
      115
      Likes Received:
      2
      Trophy Points:
      18
      great cc apoc, your work is always top notch. can you add skull bash if you ever get around to it. i don't know why none of the druid cc's use it but it is useful.
       
    6. deusx

      deusx Member

      Joined:
      Feb 1, 2010
      Messages:
      206
      Likes Received:
      5
      Trophy Points:
      18
      Any way to make it remove thorns from feral rotation, having druid shifting out of feral form in mid combat PvP is rather bot-like
       
    7. Rasser

      Rasser New Member

      Joined:
      Jan 3, 2011
      Messages:
      38
      Likes Received:
      0
      Trophy Points:
      0
      Aint working for me, somehow it wants to change into moonkin form, but im feral specced?
       
    8. chrash

      chrash New Member

      Joined:
      Nov 19, 2010
      Messages:
      20
      Likes Received:
      0
      Trophy Points:
      1
      if you read the posts it answered in there.

      Let me go get my spoon -- here we go. Open Wide.


      New build added.

      This should fix issues with Ravage with Stampede active.

      This also adds Moonkin support (fpsware's was getting on my nerves). I may have left Moonkin turned on; to change it open DuridRoutine.cs and change CurrentShapeshift = ShapeshiftForm.Moonkin; to CurrentShapeshift = ShapeshiftForm.Cat;.

      If moonkin doesn't seem right, please, let me know. (First time playing a moonkin druid, so I stole the rotation from Ensemble, with far less checks)

      Known bug; doesn't seem to like using Force of Nature. I'll fix this eventually.
       
    9. samrick

      samrick New Member

      Joined:
      Mar 1, 2010
      Messages:
      13
      Likes Received:
      2
      Trophy Points:
      0
      Well, he implemented it, but it also didn't work for me ;)
      For a quick fix open Durid.Routine.Combat.cs and search (should be somewhere around line 65) for
      Code:
      CreateCast("Skull Bash (Cat)", ret => Me.CurrentTarget.IsCasting),
      replace it with
      Code:
      new Decorator(
      ret => Me.CurrentTarget.IsCasting && WoWSpell.FromId(80965).CanCast && Me.CurrentTarget.Distance <= 12,
      new TreeSharp.Action(a => WoWSpell.FromId(80965).Cast())),
      no guarantees but my kitty's using skullbash now (only tested in PvE) ^^

      @Apoc: CC works like a charm, even from low levels on

      Greetz sam
       
    10. BlackHer0

      BlackHer0 New Member

      Joined:
      Sep 16, 2010
      Messages:
      12
      Likes Received:
      0
      Trophy Points:
      0
      Hey nice CC but my problem is my bot doesn't heal itself :-( I don't use it in BG just Dungeons and Leveling ^^ .. Can someone tell me how to enable healing and switching out of the shifted form for healing ?

      THX for Help BlackHer0
       
    11. MulinexMan

      MulinexMan Member

      Joined:
      Jan 15, 2010
      Messages:
      164
      Likes Received:
      0
      Trophy Points:
      16
      Having trouble with GB2 and this CC:
      Druid approaches ore vein in flight form, switches into cat form, swithes into caster form, harvests, switches into cat form, switches into flight form.

      So basicly it needs to be changed that while in GB2 mode, it only switches into cat form when in combat. My knowledge of cc programming is limited, anyone else an idea how to fix this?
       
    12. OneNonlyNova

      OneNonlyNova New Member

      Joined:
      Jul 22, 2010
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      hey there, i had a look into the code and tried to change so that the bot uses the travel form while out of combat but can't get it to work. could someone give me a hint?
       
    13. Kardon

      Kardon New Member

      Joined:
      Feb 23, 2010
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      Great profile mate!! its working great for a PvP'r like me :)



      Dk-56-80 100% HB Paladin 1-82 100% HB Warrior 1-60 50% HB
      1-85 Gonna start soon then i'll lvl an mage or priest. Never been banned, used in 1 year and 6 months
       
    14. Apoc

      Apoc Moderator Staff Member Moderator

      Joined:
      Jan 16, 2010
      Messages:
      2,790
      Likes Received:
      94
      Trophy Points:
      48
      As I've said; I won't be supporting this CC. However, in this case I'll make an exception.

      I added the code to force the form for stuff like PVP, since it'd run up in caster form, then jump to cat form a bit too late. (It's better to roam in cat form anyway)

      I believe the code to force the shift is in Buffs. You can remove it from there. (Shouldn't be hard to find)
       
    15. mistatic

      mistatic Guest

      Just thought you should know if you did not realise that you spelt 'druid' wrong.
       
    16. azerus

      azerus New Member

      Joined:
      Jan 7, 2011
      Messages:
      333
      Likes Received:
      0
      Trophy Points:
      0
      problem with this CC, my druid never cast heal to regen hp during fight.
      My druid target PET before player, so it keep attacking the ranger pet, and the ranger kill me.
       
    17. LiquidAtoR

      LiquidAtoR Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      1,430
      Likes Received:
      52
      Trophy Points:
      48
      I know there's no support for the CC, but I noticed that sometimes it doesn't walk up to his target.
      It selected a target, casted thorns, and then stands there.
      Is that calculated behaviour?

      Also noticed it's not always behind it's target and therefor trying to cast spells that he can't use.
       
      Last edited: Feb 5, 2011
    18. Tagmo

      Tagmo New Member

      Joined:
      May 11, 2010
      Messages:
      74
      Likes Received:
      0
      Trophy Points:
      0
      My Druid is constantly switching to and from Cat form while traveling to objectives.I'm having the same problem with fpsware's CC.

      I've run several characters on the same profile so I'm convinced the profile isn't the issue.

      Log attached.
       

      Attached Files:

    19. flamman

      flamman New Member

      Joined:
      May 30, 2010
      Messages:
      34
      Likes Received:
      0
      Trophy Points:
      0
      Will this change affect this CC?

      Healing Touch is now trained at level 78, up from level 3.
       
    20. lukeyboy89

      lukeyboy89 New Member

      Joined:
      Jan 15, 2010
      Messages:
      282
      Likes Received:
      1
      Trophy Points:
      0
      This would clearly be the best druid CC if it was supported.. /Beg Apoc.
       

    Share This Page