Okay I have EVERYTHING figured out! Think I'm going to buy the Lifetime version of this bot. My only problem is I have no Legendaries. I am going to have to create my own mulligan and combo for my Mech Warrior. Do you know of a post that explains how to create the _mulligan.txt ? Like how to get the card number and how to set it up?
Let me give you an example
This was obtained from
https://subversion.assem...t_Control/_mulligan.txt
This is only the first part up until the end of vs Druid.
I imagine the first part is just helpful information explaining the file and not code (hence the // at the beginning)
but this part I need to learn
// vs Druid
// Fiery War Axe
hold;warrior;druid;CS2_106
hold: = mulligan it and keep it in your deck
warrior; = my class
druid; = opposing class
CS2_106
I could do that myself! The problem is I don't know where to find a list of cards and their numbers.
// This File: _mulligan.txt
// Author: Blackoak
// Version: 0.3 (09/10/15)
// Deck Name: Greediest Control
// Hero: Warrior
// Deck Type: Control
// - WARRIOR ------------------------------------
// [1] Execute (CS2_108)
// [1] Shield Slam (EX1_410)
// [2] Fiery War Axe (CS2_106)
// [2] Armorsmith (EX1_402)
// [2] Cruel Taskmaster (EX1_603)
// [3] Bash (AT_064)
// [3] Shield Block (EX1_606)
// [4] Death's Bite (FP1_021)
// [5] Brawl (EX1_407)
// [6] Shieldmaiden (GVG_053)
// [8] Grommash Hellscream (EX1_414)
// [10] Varian Wrynn (AT_072)
// - NEUTRAL ------------------------------------
// [3] Acolyte of Pain (EX1_007)
// [3] Big Game Hunter (EX1_005)
// [5] Faceless Manipulator (EX1_564)
// [5] Sludge Belcher (FP1_012)
// [6] Sylvanas Windrunner (EX1_016)
// [7] Dr. Boom (GVG_110)
// [8] Ragnaros the Firelord (EX1_298)
// [9] Ysera (EX1_572)
// vs Druid
// Fiery War Axe
hold;warrior;druid;CS2_106
// Bash
hold;warrior;druid;AT_064
// Death's Bite
hold;warrior;druid;FP1_021
And the _combo.txt file? What is it even FOR? It looks almost useless (forgive me if I am wrong) for the Control warrior deck, would it be useless for my Mech Warrior deck? I am just trying to farm Ranked wins I will be staying at rank 20...
This again, was obtained from
https://subversion.assem...t_Control/_mulligan.txt
Ideal opener would be what?
GAME_005 is the coin, EX1_402 is Armorsmith a 2 cost card so what are the bonusfirst and bonussecond? The second card, Cruel Taskmaster is a 2 cost card is this saying to use the coin on turn 1 if you have Armorsmith or Cruel Taskmaster and put them out? I junderstand that I just don't understand the last part
Code:0;mana:1;bonusfirst:25;bonussecond:50;hero:warrior
Okay I understand the hero:warrior but what is the rest?
// This File: _combo.txt
// Author: Blackoak
// Version: 0.4 (20-Oct-15)
// Deck Name: ControlWarrior
// Hero: Warrior
// Deck Type: Control
// IDEAL OPENER
// [Nudge] [0] The Coin (GAME_005) + [2] Armorsmith (EX1_402) > [2] Cruel Taskmaster (EX1_603)
GAME_005,0;EX1_402,0;nxttrn;EX1_603,0;mana:1;bonusfirst:25;bonussecond:50;hero:warrior
// WIN CONDITION
// [9] Alexstrasza (EX1_561) > [8] Grommash Hellscream (EX1_414) + [2] Cruel Taskmaster (EX1_603)
EX1_561,25;nxttrn;EX1_414,25;EX1_603,10;bonusfirst:125;bonussecond:400;hero:warrior
// [9] Alexstrasza (EX1_561) > [8] Grommash Hellscream (EX1_414) + [2] Slam (EX1_391)
EX1_561,25;nxttrn;EX1_414,25;EX1_391,10;bonusfirst:125;bonussecond:400;hero:warrior
Thanks.. Sorry if this is a bit confusing.. I am trying to learn myself all of this before I buy it lol.
HearthRanger Administration Team & Lead Forum Admin