• Visit Rebornbuddy
  • just hit rank 5 woohoo decklist etc included

    Discussion in 'Hearthbuddy Guides' started by matter, Oct 21, 2015.

    1. matter

      matter Member

      Joined:
      Dec 9, 2012
      Messages:
      185
      Likes Received:
      0
      Trophy Points:
      16
      just hit rank 3 with secret paladin. EU
      rank5 proof:https://i.gyazo.com/39b5843b0642f6f6ca1772ad44b3d24c.png
      rank3 proof: https://i.gyazo.com/890827fde42002b878513cc1094d882b.png

      decklist v1: https://i.gyazo.com/ea9b8893443b81d463b75592e1bbfb8a.png
      decklist v2: https://i.gyazo.com/f641a47bf117141a98379625e2eb928f.png



      replace default Mulligan in DefaultRoutine.cs:
      Code:
                  // Global rules. Never keep a 4+ minion, unless it's Bolvar Fordragon (paladin).
                  _mulliganRules.Add(new Tuple<string, string>("True", "card.Entity.Cost >= 4 and card.Entity.Id != \"GVG_063\""));
      
                  // Never keep Tracking.
                  _mulliganRules.Add(new Tuple<string, string>("mulliganData.UserClass == TAG_CLASS.HUNTER", "card.Entity.Id == \"DS1_184\""));
      
                  // Example rule for self.
                  //_mulliganRules.Add(new Tuple<string, string>("mulliganData.UserClass == TAG_CLASS.MAGE", "card.Cost >= 5"));
      
                  // Example rule for opponents.
                  //_mulliganRules.Add(new Tuple<string, string>("mulliganData.OpponentClass == TAG_CLASS.MAGE", "card.Cost >= 3"));
      
                  // Example rule for matchups.
                  //_mulliganRules.Add(new Tuple<string, string>("mulliganData.userClass == TAG_CLASS.HUNTER && mulliganData.OpponentClass == TAG_CLASS.DRUID", "card.Cost >= 2"));
      
      With:
      Code:
      
      
                  // Global rules. Never keep a 0+ minion, unless it's "Shielded Minibot" , "HauntedCreeper" , "Knife Juggler" , "Secretkeeper" , "Mysterious Challenger" , "Muster for Battle"
                  _mulliganRules.Add(new Tuple<string, string>("True", "card.Entity.Cost >= 0 and card.Entity.Id != \"GVG_058\" and card.Entity.Id != \"FP1_002\" and card.Entity.Id != \"NEW1_019\" and card.Entity.Id != \"EX1_080\" and card.Entity.Id != \"AT_079\" and card.Entity.Id != \"GVG_061\""));
      
      
      
      Really dont know how ppl fail at CTRL-C > CTRL-V. Just copy http://i.imgur.com/PY7Bk50.png then select http://i.imgur.com/ZRLE09P.png in the defaultroutine and CTRL-V and its done.




      int enfacehp = 30
      bool secrets = false

      Everything else should be default.
       
      Last edited: Jan 7, 2016
    2. lothbrok

      lothbrok New Member

      Joined:
      Oct 3, 2015
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      0
      show us please
       
    3. matter

      matter Member

      Joined:
      Dec 9, 2012
      Messages:
      185
      Likes Received:
      0
      Trophy Points:
      16
    4. hononly702

      hononly702 New Member

      Joined:
      Apr 28, 2015
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      howd you get the bot working? with it being down and all
       
    5. cdsc111

      cdsc111 New Member

      Joined:
      Sep 29, 2015
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
      wow another secret pala got to rank 5, congrats.
      I just need some more dust to craft challengers now.
       
    6. lothbrok

      lothbrok New Member

      Joined:
      Oct 3, 2015
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      0
      grats and thanks for sharing
       
    7. xeringa

      xeringa New Member

      Joined:
      Oct 23, 2015
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      How long for get rank 5 with this routine? its control or rush?
       
    8. matter

      matter Member

      Joined:
      Dec 9, 2012
      Messages:
      185
      Likes Received:
      0
      Trophy Points:
      16
      controll default settings only changed the mulligan. i was bouncing between 6 and 8 quite some time but then i got rank 5 twice the same day, it is just luck
       
    9. Dothis

      Dothis New Member

      Joined:
      Apr 30, 2014
      Messages:
      21
      Likes Received:
      0
      Trophy Points:
      0
      links do not work
       
    10. matter

      matter Member

      Joined:
      Dec 9, 2012
      Messages:
      185
      Likes Received:
      0
      Trophy Points:
      16
      they work.
       
    11. Dothis

      Dothis New Member

      Joined:
      Apr 30, 2014
      Messages:
      21
      Likes Received:
      0
      Trophy Points:
      0
      ERR_CONNECTION_TIMED_OUT - always this..
       
    12. xeringa

      xeringa New Member

      Joined:
      Oct 23, 2015
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
    13. matter

      matter Member

      Joined:
      Dec 9, 2012
      Messages:
      185
      Likes Received:
      0
      Trophy Points:
      16
    14. Dothis

      Dothis New Member

      Joined:
      Apr 30, 2014
      Messages:
      21
      Likes Received:
      0
      Trophy Points:
      0
      lol, i can watch it only with proxy like a great britain/usa.
      any switch for tirion?
       
    15. p4ssive

      p4ssive New Member

      Joined:
      Dec 9, 2012
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      I don't know how to put the settings in? like where to paste it? can you upload your file? that's easier :)
       
    16. nigerson

      nigerson Member

      Joined:
      Apr 16, 2015
      Messages:
      92
      Likes Received:
      0
      Trophy Points:
      6
      Hearthbuddy>Routines>DefaultRoutine>DefaultRoutine(open in notepad). Then just delete old mulligan contents and paste in new mulligan.
       
    17. p4ssive

      p4ssive New Member

      Joined:
      Dec 9, 2012
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      Thank you and how did you know how to code the new mulligan?
       
    18. nigerson

      nigerson Member

      Joined:
      Apr 16, 2015
      Messages:
      92
      Likes Received:
      0
      Trophy Points:
      6
      It's in the OP. If you want here is my defaultroutine, so you can just download it and just replace the standard one(or better yet you can open both up and compare the files to see how you can change the mulligan, so you will be more informed next time). https://mega.nz/#!vkRTUISa!kbuz_EJlgoI6o8wepAUpy0UW9nU8ndMuHIUjjyw9GjA The path to replace is Hearthbuddy>Routines>DefaultRoutine>DefaultRoutine. Deck works amazing rank 18 to 9 in one day.
       
    19. nigerson

      nigerson Member

      Joined:
      Apr 16, 2015
      Messages:
      92
      Likes Received:
      0
      Trophy Points:
      6
      Got rank 4 with this deck in NA yesterday. Takes quite a bit of luck, but this is an amazing deck.
       
    20. matter

      matter Member

      Joined:
      Dec 9, 2012
      Messages:
      185
      Likes Received:
      0
      Trophy Points:
      16

    Share This Page