• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • How do you know if your bot is reading the proper _mulligan file?

    Discussion in 'Hearthbuddy Forum' started by gamingsynergies, Dec 30, 2015.

    1. gamingsynergies

      gamingsynergies Member

      Joined:
      Apr 13, 2014
      Messages:
      47
      Likes Received:
      0
      Trophy Points:
      6
      I'm just starting out and trying to make sure the _mulligan and _combo files I've created are properly being used by my bot using the default routine.

      Which file do I need to edit to make sure the proper files are being read and used?

      Thanks in advance!
       
    2. Pineapple Lion

      Pineapple Lion Member

      Joined:
      Sep 11, 2010
      Messages:
      40
      Likes Received:
      0
      Trophy Points:
      6
      When the bot is in the process of doing the mulligan, in the log you should see something like

      [Mulligan] EX1_287 should be mulliganed because it matches the user's mulligan rule: [card.Entity.Cost >= 3 and card.Entity.Id != "AT_079"] (True).

      which should match a rule in your _mulligan.

      For _combo, I do not know.
       
    3. Masturcheef

      Masturcheef New Member

      Joined:
      Sep 17, 2015
      Messages:
      25
      Likes Received:
      0
      Trophy Points:
      0
      When you open the bot there are many initializing lines in the bottom half of the bot window. You have to scroll up and look for the lines "reading combo" and "reading mulligan". After the bot has read your mulligan file it should say something like "x rules loaded successfully". If there are less rules loaded successfully than in your mulligan file then you have errors in it.
       

    Share This Page