Originally Posted by: M_Os Is the warrior combo written correctly??? just asking
// This File: _combo.txt
// Author: iNiles
// Version: 0.1 (12-28-2015)
// Deck Name: FaceWarrior
// Hero: Warrior
// Deck Type: Aggro (Rush)
// [COMBO] [1] Sir Finley Mrrgglton (LOE_076) + [2] Steady Shot (DS1h_292)
LOE_076,500;DS1h_292,0;bonus:500
// [COMBO] [1] Sir Finley Mrrgglton (LOE_076) + [2] Life Tap (CS2_056)
LOE_076,500;CS2_056,0;bonus:450
First 500's need to be 0, sorry i think this is my bad because i wrote it quick without thinking as an example somewhere. This way the bot wont play sir finley indeed.
Use this:
// [COMBO] [1] Sir Finley Mrrgglton (LOE_076) + [2] Steady Shot (DS1h_292)
LOE_076,0;DS1h_292,0;bonus:200
// [COMBO] [1] Sir Finley Mrrgglton (LOE_076) + [2] Life Tap (CS2_056)
LOE_076,0;CS2_056,0;bonus:150
Even when it's getting played i still think its not worth it atm tho. For this really to work we need something like a discorvery priotiry function in combo.txt. Something like:
// discoverpriority Sir Finley(LOE_076)
discoprio:LOE_076;DS1h_292_H1;CS2_056;CS2_034_H1
But maybe in the future this will be possible ;)