What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

matter

Member
Joined
Dec 9, 2012
Messages
185
Reaction score
0
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:
wow another secret pala got to rank 5, congrats.
I just need some more dust to craft challengers now.
 
How long for get rank 5 with this routine? its control or rush?
 
How long for get rank 5 with this routine? its control or rush?

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
 
lol, i can watch it only with proxy like a great britain/usa.
any switch for tirion?
 
I don't know how to put the settings in? like where to paste it? can you upload your file? that's easier :)
 
I don't know how to put the settings in? like where to paste it? can you upload your file? that's easier :)
Hearthbuddy>Routines>DefaultRoutine>DefaultRoutine(open in notepad). Then just delete old mulligan contents and paste in new mulligan.
 
Hearthbuddy>Routines>DefaultRoutine>DefaultRoutine(open in notepad). Then just delete old mulligan contents and paste in new mulligan.

Thank you and how did you know how to code the new mulligan?
 
Thank you and how did you know how to code the new mulligan?
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.
 
Got rank 4 with this deck in NA yesterday. Takes quite a bit of luck, but this is an amazing deck.
 
Back
Top