• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • FelMaster - the anti-button-mashing CC for LazyRaider/Combat bots

    Discussion in 'Archives' started by cowdude, Aug 20, 2011.

    1. imdasandman

      imdasandman Active Member

      Joined:
      Feb 2, 2011
      Messages:
      1,207
      Likes Received:
      6
      Trophy Points:
      38
      if you can do special boss instruction in your CC like for example on Ultraxion it will not drop DnD... reasoning... DnD cannot hit the boss the boss is to far or some shit and is a bug on blizz's part. just a heads up.
       
    2. wulf

      wulf Community Developer

      Joined:
      Dec 29, 2010
      Messages:
      1,832
      Likes Received:
      128
      Trophy Points:
      63
      Done, thanks for the heads up imdasandman :D

      I may add some other boss ID's in there but at the moment I am trying to tweak it to use DnD.
       
    3. killer20022

      killer20022 New Member

      Joined:
      Dec 29, 2011
      Messages:
      77
      Likes Received:
      0
      Trophy Points:
      0
      Can this CC be used for leveling purposes? Im trying to use it as such with a lvl 75 DK and it keeps clearing my target, targeting something WAY out of range and trys to attack that target over and over even though it will be like through a wall, or 100 yards away in a building.

      Please tell me what im doing wrong :p
       
    4. mrwowbuddy

      mrwowbuddy New Member

      Joined:
      Mar 9, 2011
      Messages:
      60
      Likes Received:
      0
      Trophy Points:
      0
      For special bosses you could just throw in a target name check and have it drop dnd on you rather than the boss (Haven't implemented in my cc's coz i just thought of it)

      Code:
                          new Decorator(
                              ret => Me.GotTarget && SC.CanCast("Death and Decay") && Me.CurrentTarget.Name.Contains("Ultraxion"),
                              new Sequence(
                                  new TreeSharp.Action(ret => SC.CastSpell("Death and Decay")),
                                  new TreeSharp.Action(ret => Styx.Logic.Combat.LegacySpellManager.ClickRemoteLocation(Me.Location))
                              )
                          ),
      Something liek that would probably work fine (I know you use a different way to place the dnd in yours and tbh iv been thinking of changing over but that should work and would be easy to add a boss list where this behaviour would be good.
       
    5. mrwowbuddy

      mrwowbuddy New Member

      Joined:
      Mar 9, 2011
      Messages:
      60
      Likes Received:
      0
      Trophy Points:
      0
      You are not using lazyraider with felmaster. Even though the CC says it can do movement and targeting dont listen to it! Unless you wanna do one of the critter killing acheivments!
       
    6. wulf

      wulf Community Developer

      Joined:
      Dec 29, 2010
      Messages:
      1,832
      Likes Received:
      128
      Trophy Points:
      63
      Good idea, however DnD cannot be used at all due to a blizzard bug, so just skipping it all together would be better option until they patch it. Check my code and you will see what I mean about adding more bosses as needed ;-)
       
    7. Shuckles

      Shuckles New Member

      Joined:
      Jan 15, 2010
      Messages:
      123
      Likes Received:
      0
      Trophy Points:
      0
      Frost DW DK spamming HoW on cooldown? Can you make it check glyphs :eek: My buff lasts 3 mins and its a DPS loss
       
    8. theatristformallyknownasG

      theatristformallyknownasG Active Member

      Joined:
      Jan 16, 2010
      Messages:
      3,041
      Likes Received:
      8
      Trophy Points:
      38
      paladin won't start in dungeons now, I'll get a log up shortly.

      Where is access to the old t12 rotations ?

      G
       
    9. wulf

      wulf Community Developer

      Joined:
      Dec 29, 2010
      Messages:
      1,832
      Likes Received:
      128
      Trophy Points:
      63
      Fixed for all my DK rotations, didn't check that it was on the GCD, I had it casting to gain runic power :rolleyes:
       
    10. alagondar47

      alagondar47 New Member

      Joined:
      Dec 8, 2010
      Messages:
      147
      Likes Received:
      0
      Trophy Points:
      0
      Anyone know if the Spriest rotation is still up to date? I only ask b/c it says t11 and we're a bit past that by now.
       
    11. Saif

      Saif Member

      Joined:
      Aug 10, 2010
      Messages:
      192
      Likes Received:
      1
      Trophy Points:
      18
      Wulf could you post an example of your talent build and glyphs? I want to get the most I can out of this cc :).

      Thanks,
      Saif
       
    12. imdasandman

      imdasandman Active Member

      Joined:
      Feb 2, 2011
      Messages:
      1,207
      Likes Received:
      6
      Trophy Points:
      38
      Actually that is a dps gain for most frost dps and is a must for powerfrost/masterfrost.

      The only time I can see HoW spam being a dps loss is if you stack haste to where you are always gcd locked(this for me is like 2200ish haste) either way you should take the extra haste that is making you gcd capped and dump it into mastery.

      I play masterfrost and I only run with like 1600ish haste and rest is mastery. I rank in the top 75 usually in every fight with an ilvl of 395.

      Wulf leave the HoW alone. It should pop it if 1) HoW buff is not on or going to fall off within 5secs
      2) if you do not have enough RP to fire a frost strike off in conjunction of blood tap on CD AND all runes are depleted. It should cast HoW or
      3) all frost and undeath runes ate depleted and your target is out of melee range /cast HoW for more RP to burst once back in melee range and if RP capped outside of melee range fire off a DC or 2 to dump RP cap

      Sent from my SAMSUNG-SGH-I997 using Tapatalk
       
      Last edited: Dec 31, 2011
    13. wulf

      wulf Community Developer

      Joined:
      Dec 29, 2010
      Messages:
      1,832
      Likes Received:
      128
      Trophy Points:
      63
      Thanks imdasandman, I always knew it was a gain but didnt know how to implement properly, but weischbier helped me out with the obvious "Just put it at the bottom of the tree". :rolleyes:

      @Saif

      Unholy - Talent Calculator - Game - World of Warcraft
      Blood - Talent Calculator - Game - World of Warcraft
      Frost - Talent Calculator - Game - World of Warcraft

      I have been putting allot of work into my unholy lately and think its done, so I may go back to frost and update my rotation for masterfrost (thanks imdasandman this looks awesome).
       
      Last edited: Dec 31, 2011
    14. theatristformallyknownasG

      theatristformallyknownasG Active Member

      Joined:
      Jan 16, 2010
      Messages:
      3,041
      Likes Received:
      8
      Trophy Points:
      38
      Can you give me a link to the old t12 rotation for ret play, the one bundled now does nothing but stand around and show error messages for me. t12 was kicking ass, would like the option back, or the t13 working :) Log attatched.




      G
       

      Attached Files:

    15. wulf

      wulf Community Developer

      Joined:
      Dec 29, 2010
      Messages:
      1,832
      Likes Received:
      128
      Trophy Points:
      63
      I don't see my Retribution_Wulf.cs in the log, you chose the default ret by d4rk99 which has no PvE support.

      Code:
      [10:10:19 AM:792] Adding Ret Paladin By d4rk99: toon has Templar's Verdict
      
      you should be seeing:

      Code:
      [12:33:58 PM:385] Adding Ret Paladin By d4rk99: toon has Templar's Verdict
      [12:33:58 PM:385] Adding Retribution Paladin By Wulf: toon has Templar's Verdict
      
      Please put my Retribution_Wulf.cs (From my SVN) into the folder located here (according to your log this is *your* correct path)

      Code:
      C:\bots\HonorBuddy\Honorbuddy_2.0.0.5588\CustomClasses\felmaster\Classes\Paladin
      Again, My Retribution rotation's were merged into one, and it works fine for T12 and less as well.
       
    16. theatristformallyknownasG

      theatristformallyknownasG Active Member

      Joined:
      Jan 16, 2010
      Messages:
      3,041
      Likes Received:
      8
      Trophy Points:
      38
      Ok, SVN doesn't download your stuff anymore, only file downloaded is the one loaded. .bat file to update doesn't download your rotations anymore. Only 1 file to pick when HB starts up, check your SVN permissions ?

      public override string Name
      {
      get { return "Ret Paladin By d4rk99"; }

      is the only retribution file downloaded on the SVN

      G

      G
       
      Last edited: Dec 31, 2011
    17. wulf

      wulf Community Developer

      Joined:
      Dec 29, 2010
      Messages:
      1,832
      Likes Received:
      128
      Trophy Points:
      63
      My friend, I did not create Felmaster..I only make the rotations to accompany the CC.
      My SVN is attached to my signature or if you prefer the link felmaster-wulf - Revision 39: /trunk
       
    18. theatristformallyknownasG

      theatristformallyknownasG Active Member

      Joined:
      Jan 16, 2010
      Messages:
      3,041
      Likes Received:
      8
      Trophy Points:
      38
      Well I am completely confused as to where the url for the SVN I had been using came from, my apologies. As I had been using t12 and getting it from an SVN, no idea. I will give yours a workout later.

      G
       
    19. Shuckles

      Shuckles New Member

      Joined:
      Jan 15, 2010
      Messages:
      123
      Likes Received:
      0
      Trophy Points:
      0
      Frost isn't updated?
      Dude, these are the number I am pulling with Frost DW DPS right now.
      WoWDKManorroth.png

      If you update Frost DW, I will literally love you forever <3 If you could manage to script the bot to run Masterfrost I will jizz myself.

      Just kidding, but these are the real number I am pulling right now.. 379 ilvl only 2 pvp weapons.

      WoWDKDec31st.jpg
       
      Last edited: Jan 1, 2012
    20. imdasandman

      imdasandman Active Member

      Joined:
      Feb 2, 2011
      Messages:
      1,207
      Likes Received:
      6
      Trophy Points:
      38
      oh wulf in frost at least you do not pop Empower Rune weapon while under the effects of lust/heroism as your rune regeneration is very fast and this would be a waste of ERW. Just a heads up.


      from your frost CC as of now: SC.CastSpell("Empower Rune Weapon", ret => Me.BloodRuneCount + Me.FrostRuneCount + Me.UnholyRuneCount + Me.DeathRuneCount == 0, "Empower Rune Weapon")
      just put a return to fire as false if lust/hero is active imo
       

    Share This Page