• 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. ShortRound

      ShortRound New Member

      Joined:
      Jun 14, 2011
      Messages:
      781
      Likes Received:
      14
      Trophy Points:
      0
      Just curious, has anybody solved the hunter trap launching problem? I had to disable the trap section of the CC and fire them off manually due to pulling groups of mobs I shouldn't have done in instances. Is there any way of firing the trap either at the group you are facing (maybe using the ConicSpell helper) or at current target?
       
    2. falldown

      falldown Member

      Joined:
      May 15, 2011
      Messages:
      453
      Likes Received:
      8
      Trophy Points:
      18
      I have, I can fire it at the current target. Though you need to edit the felmaster base for it to work as it's bugged as of now. Here's my hunter version of FelMaster
      thebuddyforum.com/honorbuddy-forum/classes/hunter/32301-felhunter-raid-dungeon-cc

      I'm gonna upload version 2.4 now.
       
    3. sparks

      sparks Active Member

      Joined:
      Apr 23, 2010
      Messages:
      1,174
      Likes Received:
      1
      Trophy Points:
      38
      I have used fps hunter in the past and he never has any problems with trap launcher.
       
    4. falldown

      falldown Member

      Joined:
      May 15, 2011
      Messages:
      453
      Likes Received:
      8
      Trophy Points:
      18
      This isn't fpsware, also Fpsware hunter isn't very good for raiding, it's meant for soloing (questing etc)
       
    5. TiCt3

      TiCt3 New Member

      Joined:
      Aug 27, 2011
      Messages:
      36
      Likes Received:
      1
      Trophy Points:
      0
      Yes when you get a free Howling Blast it should use it but med me its spamming all the time.
       
    6. Chucklez

      Chucklez Member

      Joined:
      Jun 13, 2011
      Messages:
      63
      Likes Received:
      0
      Trophy Points:
      6
      I love these CCs. For hunters I would like to suggest being able to choose which stabled pet it summons aside form always pet in slot one. Also, I would die for a Survival option :D
       
    7. weischbier

      weischbier Guest

      Hey Cowdude,

      Code:
      new Decorator(ret => Player,
          new PrioritySelector(
             SC.CastSpell("Chains of Ice", ret => Me.CurrentTarget.MovementInfo.CurrentSpeed > Me.MovementInfo.CurrentSpeed && Player, "Eisige Ketten, Gegner ist schneller als wir!"),
             SC.CastSpell("Todesgriff", ret => Me.CurrentTarget.Distance2D >= 10 && Player, "Gegner ist zu weit weg, Todesgriff!"),
             SC.CastSpell("Howling Blast", ret => !SC.TargetHasDebuff("Chilblaines") && Player, "Heulende B?e um [Frostbeulen] aufzutragen!"),
             SC.CastSpell("Necrotic Strike", ret => !SC.TargetHasDebuff("Necrotic Strike") && Player, "Nekrotischer Sto? um debuff aufzutragen!")
           )
      ),
      
      bool Player = Me.CurrentTarget.IsPlayer;
      
      this code is crashing HB. The question is why?
      -No error in Logs

      greetz

      Weischbier
       
    8. imdasandman

      imdasandman Active Member

      Joined:
      Feb 2, 2011
      Messages:
      1,207
      Likes Received:
      6
      Trophy Points:
      38
      o_O the Weischbier is busted playing a DK again :p welcome back man :p... to the dark side that is
       
    9. cowdude

      cowdude Active Member

      Joined:
      Feb 17, 2010
      Messages:
      337
      Likes Received:
      27
      Trophy Points:
      28
      I dont know WBier.

      Keep in mind that Me.CurrentTarget can be null or invalid. The current version will actually skip your rotation if you have no target though.

      There is also a huge difference between this:
      and that, which is the right way if you really want a shortcut for this value...:
       
    10. weischbier

      weischbier Guest


      Thx CowD I will look into that. I never changed it because I actually wanted to wirte it like this:

      Code:
                                  //new Decorator(
                                  //    new Action(delegate
                                  //        {
                                  //            Update();
                                  //        }
                                  //    )
                                  //),
      
              #region Variables
              double CurrentHealthPercent = Me.HealthPercent;
              uint CurrentRunicPower = Me.CurrentRunicPower;
              int FrostRunes = Me.FrostRuneCount;
              int UnholyRunes = Me.UnholyRuneCount;
              int DeathRunes = Me.DeathRuneCount;
              #endregion
      
              private void Update()
              {
                  CurrentRunicPower = StyxWoW.Me.CurrentRunicPower;
                  FrostRunes = Me.FrostRuneCount;
                  UnholyRunes = Me.UnholyRuneCount;
                  DeathRunes = Me.DeathRuneCount;
                  CurrentHealthPercent = StyxWoW.Me.HealthPercent;
                  Logging.WriteDebug("Update(), getting UnitRessources!");
              }
      
      but it doesen't work, it crashes felmaster.


      Don't halloo till you're out of the wood!
       
    11. yipsilonn

      yipsilonn Member

      Joined:
      Mar 1, 2011
      Messages:
      214
      Likes Received:
      6
      Trophy Points:
      18
      Hi, a question...there are any aoe rotation in the Fire cc?,it's auto detect?? ty!
       
    12. yipsilonn

      yipsilonn Member

      Joined:
      Mar 1, 2011
      Messages:
      214
      Likes Received:
      6
      Trophy Points:
      18
      Hi I have been test your cc ,and I'm really happy with that ;) thanks! I was wondering...there is any chance to have an AOE rotation? like the Warlock cc(End-game Demonology for raiding) plssssssssssssssss
      Thanks
       
    13. mrwowbuddy

      mrwowbuddy New Member

      Joined:
      Mar 9, 2011
      Messages:
      60
      Likes Received:
      0
      Trophy Points:
      0
      Im gonna be redoing quite a bit of my fire CC, have been working on a frost CC recently, fire has some.... terrible noobish work done in it :p But it works single target primarily.
       
    14. yipsilonn

      yipsilonn Member

      Joined:
      Mar 1, 2011
      Messages:
      214
      Likes Received:
      6
      Trophy Points:
      18
      Well thanks for the replay.Mhmm The Frost spec it's not more for Pvp???? (srr OT)
      :)
       
    15. dshiizznitt

      dshiizznitt Member

      Joined:
      Feb 14, 2010
      Messages:
      82
      Likes Received:
      0
      Trophy Points:
      6
      for some reason even though i dont have it checked the CC is still handling my cooldowns (ie. Doomguard) is there something i can edit so that i can handle them myself.
       
    16. hi1674

      hi1674 New Member

      Joined:
      Jan 15, 2010
      Messages:
      1,637
      Likes Received:
      5
      Trophy Points:
      0
      Maybe if you use Deathgrip instead of Todesgriff ?
       
    17. cowdude

      cowdude Active Member

      Joined:
      Feb 17, 2010
      Messages:
      337
      Likes Received:
      27
      Trophy Points:
      28
      Weischbier, I can't PM you back.

      I got some work these days, so I can't check that right now.

      Try commenting some lines to see where's the bug hidding. I would suspect something related to trinkets or engineer skill. HB got a try/catch block over the combat rotation, which means the error should not crash it.

      You'll also notice that the dev windows (target info etc.) from this CC are not thread safe, which will cause the bot to crash if you let them open. I've fixed that on the future release anyway.

      Good luck :)
       
    18. weischbier

      weischbier Guest

      I don't use your UI anyway^^

      I commented line by line out and it still happens.
      But I will try again with some other ideas that come through my mind.

      Thanks for your reply!

      greetz

      Weischbier
       
      Last edited by a moderator: Oct 7, 2011
    19. mrwowbuddy

      mrwowbuddy New Member

      Joined:
      Mar 9, 2011
      Messages:
      60
      Likes Received:
      0
      Trophy Points:
      0
      Nah, im working on making a PvE frost Setup. it should perform quite well.
       
    20. falldown

      falldown Member

      Joined:
      May 15, 2011
      Messages:
      453
      Likes Received:
      8
      Trophy Points:
      18
      Hey, with the burst sequences, is there a way to add more than one sequence?
       

    Share This Page