• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Guardian - For LazyRaider

    Discussion in 'Archives' started by gonemental, Sep 14, 2012.

    1. gonemental

      gonemental Member

      Joined:
      Nov 14, 2010
      Messages:
      295
      Likes Received:
      11
      Trophy Points:
      18
      Yes. AutomaticFormSelection in the Settings.
       
    2. pr00h

      pr00h New Member

      Joined:
      Feb 14, 2010
      Messages:
      27
      Likes Received:
      0
      Trophy Points:
      0
      works well with grindbot, much better than any other for guardian atleast. However it pulls in travelform then casts 3X faire fire in humanform before going bear
       
    3. gonemental

      gonemental Member

      Joined:
      Nov 14, 2010
      Messages:
      295
      Likes Received:
      11
      Trophy Points:
      18
      Fixed
       
    4. Corny

      Corny New Member

      Joined:
      Jan 8, 2011
      Messages:
      306
      Likes Received:
      5
      Trophy Points:
      0
      HonnorBuddy\Routines\Guardian\Guardian\Classes\Guardian.cs

      @Line117
      Code:
      Spells.CastBuff("Travel Form", Me, ret => DruidSettings.Instance.AutomaticFormSelection && Me.Shapeshift != ShapeshiftForm.Travel && (TimerFinished(FormSwitch, "Form Switch") && (!Me.Mounted && !Me.Combat && !Me.IsCasting) || Me.MovementInfo.CurrentSpeed < 161)),
      change to
      Code:
      Spells.CastBuff("Travel Form", Me, ret => DruidSettings.Instance.AutomaticFormSelection && Me.Shapeshift != ShapeshiftForm.Travel && (TimerFinished(FormSwitch, "Form Switch") && (!Me.Mounted && !Me.Combat && !Me.IsCasting) || Me.MovementInfo.CurrentSpeed < 161)[B] && !Me.Mounted[/B]),
      or somehow...
       
    5. gonemental

      gonemental Member

      Joined:
      Nov 14, 2010
      Messages:
      295
      Likes Received:
      11
      Trophy Points:
      18
      Yea, I should have had that default to off until I got it all worked out. I did finally getting it working like I wanted. But on the brightside I have fixed a lot of bugs today.
       
    6. Delan12913

      Delan12913 Member

      Joined:
      Aug 7, 2011
      Messages:
      33
      Likes Received:
      0
      Trophy Points:
      6
      Any way we can get it to do Frienzed regen all the time instead of Savage defense? Also, i noticed it refuses to use renewal or incarnation or berserk. even though i have em all set to true. same with barkskin and survival insticts. I am using grindbot + skycrystal farm profile.
       
    7. Rynno

      Rynno Member

      Joined:
      Aug 6, 2011
      Messages:
      30
      Likes Received:
      0
      Trophy Points:
      6
      is there anyway to turn off self healing, i mean out of form using healing touch etc? also ''Will Target and Taunt Any Hostile NPC that is targeting a party member'' can you add an option to turn off the use of growl
       
    8. gonemental

      gonemental Member

      Joined:
      Nov 14, 2010
      Messages:
      295
      Likes Received:
      11
      Trophy Points:
      18
      Simple enough. I added both options.
       
    9. Rynno

      Rynno Member

      Joined:
      Aug 6, 2011
      Messages:
      30
      Likes Received:
      0
      Trophy Points:
      6
      perfect thank you, when is frenzied regeneration used, is it at a certain hp %?
       
    10. gonemental

      gonemental Member

      Joined:
      Nov 14, 2010
      Messages:
      295
      Likes Received:
      11
      Trophy Points:
      18
      Code:
      Spells.CastBuff("Frenzied Regeneration", Me as WoWUnit, ret => DruidSettings.Instance.FrenziedRegeneration && Me.HealthPercent < 90 && Me.RagePercent > 60),
      When you are below 90% health and you have more than 60% rage. The idea being Savage Defense first then Frenzied Regeneration on what you have left.
       
    11. Delan12913

      Delan12913 Member

      Joined:
      Aug 7, 2011
      Messages:
      33
      Likes Received:
      0
      Trophy Points:
      6
      For grinding though, FR > SD. it just helps more an means less down time, if we can have a option to turn off SD. It'd be nice :D
       
    12. gonemental

      gonemental Member

      Joined:
      Nov 14, 2010
      Messages:
      295
      Likes Received:
      11
      Trophy Points:
      18
      Added.
       
    13. Delan12913

      Delan12913 Member

      Joined:
      Aug 7, 2011
      Messages:
      33
      Likes Received:
      0
      Trophy Points:
      6
      working ever so nicely now :D
       
    14. Rynno

      Rynno Member

      Joined:
      Aug 6, 2011
      Messages:
      30
      Likes Received:
      0
      Trophy Points:
      6
      i dont understand this, its not doing anything in an instance yet outside its working fine
       
    15. gonemental

      gonemental Member

      Joined:
      Nov 14, 2010
      Messages:
      295
      Likes Received:
      11
      Trophy Points:
      18
      if you can't figure it out pm me and I'll help you via skype or something.
       
    16. ni4ni

      ni4ni New Member

      Joined:
      Sep 30, 2010
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      1
      Hey awesome bear guardian profile, best one I've seen yet. It really does a lot and is very fluid but I had a couple problems. I knot this is for lazy raider but b/c of how fluid it is I use it for grinding & prefer frenzied regen over savage defense (which is fine when you have heals but not for solo grinding) considering they share the rage pool. So I disabled savage defense & noticed that for some reason it was ignoring the second half of the && statement about having >60 rage leaving it spamming frenzied regen w/o rage and ignoring almost all other abilities. This caused me to die upwards of 11 deaths/hr. What I did was remove the health and just have it cast frenzied regen everytime it gained >60 rage in both the multiple target and single target. I've yet to die it with it!
      This is what I changed it to:
       
    17. Rynno

      Rynno Member

      Joined:
      Aug 6, 2011
      Messages:
      30
      Likes Received:
      0
      Trophy Points:
      6
      Fixed, deleted and redownloaded works like a charm now
       
    18. gonemental

      gonemental Member

      Joined:
      Nov 14, 2010
      Messages:
      295
      Likes Received:
      11
      Trophy Points:
      18
      I am looking into it.
       
    19. gonemental

      gonemental Member

      Joined:
      Nov 14, 2010
      Messages:
      295
      Likes Received:
      11
      Trophy Points:
      18
      I just released 1.6.
      I changed some settings which will help with lower levels some (from lvl 20+).
      I included some incombat healing if you are not in a group. You may turn off by disabling OutofFormHeals.
      Form changing from travel to bear/cat is working better.
      Changed logging to include a SafeName (Me for LocalPlayer, TargetName for anything else)
      Included an option for Default Form incase you would rather run as cat instead of a bear.
       
    20. keanhasu

      keanhasu New Member

      Joined:
      Jan 11, 2011
      Messages:
      227
      Likes Received:
      0
      Trophy Points:
      0
      Can you explain what the bot means by "spell check"? Could you also make having the aggro of all mobs in combat a priority? I'm trying to use Guardian in instances and keeping aggro is important. If I stop the bot I have to exit out and restart completely by logging in. For some reason the bot doesn't accept "blank" as a working profile. If I manually select "blank", the bot stops at "loading profile".
       

      Attached Files:

      Last edited: Oct 14, 2012

    Share This Page