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

Mulligan not working?

naomeazies

New Member
Joined
Mar 10, 2016
Messages
3
Reaction score
0
Hello guys,
I'm using Silverfish and I added a _mulligan.txt in Silverfish data. HB loads the mulligan, but ingame it doesn't do the choices, it only discards 4 mana cards because
of

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\""));
that's in DefaultRoutine. Am I doing anything wrong?
 
In the log does it say it loaded the mulligan rules successfully? If they are formatted incorrectly in the txt file then it will tell you that X rules weren't able to be loaded or something along those lines.
 
Back
Top