Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Vision AI Mulligan Bug
kovacsati7
#1 Posted : Monday, April 3, 2017 9:20:16 PM(UTC)

Rank: Advanced Member

Groups: Registered
Posts: 32

Thanks: 3 times
Was thanked: 4 time(s) in 4 post(s)
Code:
	
{	
	"GameCardId":"Mulligan",	
	"ConfigComment":"This is mulligan rules file.",	
	
	"Mulligan": 
	          {
		"values":
		 [		
			{ 
				"comment": "Hold Tunnel Trogg, Jade Claws, Totem Golem, Brann Bronzebeard",
                                "mulligan":"LOE_018,CFM_717,AT_052,LOE_077",
				"condition": "my_hero(count(),shaman) > 0",
				"value":"hold",
			}
			,
			{ 
				"comment": "discard all cards not listed as hold",
				"mulligan":"*",
				"condition": "my_hero(count(),shaman) > 0",
				"value":"discard",
			}
		],
	},		
}

I have a mulligan rule like this for the new Vision AI, but the bot always holds just the first card from the enumerated cards. For example if I have a Tunnel Trogg and Jade Claws in hand, it will keep only the Tunnel Trogg. If I have Jade Claws and Totem Golem, it keeps only the Jade Claws. And so on.

Mulligan bug

I tried something similar with discarding too, and the behavior was the same. Am I doing something wrong, or what is the issue?
JoyAdmin
#2 Posted : Tuesday, April 4, 2017 12:16:34 AM(UTC)
Rank: Administration

Groups: Administrators
Posts: 4,881

Thanks: 808 times
Was thanked: 4545 time(s) in 1642 post(s)
Thank you for your reporting, it's fixed in v.8.2.0.

You can redownload the full package, then extract Hearthranger.exe to overwrite your old one.

Latest download link is here:

http://www.hearthranger.com/forum/yaf_postsm47374_Hearthranger-vision-a-i--now-opens-to-all-users--beta-test.aspx
1 user thanked JoyAdmin for this useful post.
kovacsati7 on 4/4/2017(UTC)
kovacsati7
#3 Posted : Tuesday, April 4, 2017 6:35:37 AM(UTC)

Rank: Advanced Member

Groups: Registered
Posts: 32

Thanks: 3 times
Was thanked: 4 time(s) in 4 post(s)
JoyAdmin;47416 wrote:
Thank you for your reporting, it's fixed in v.8.2.0.

You can redownload the full package, then extract Hearthranger.exe to overwrite your old one.

Latest download link is here:

http://www.hearthranger.com/forum/yaf_postsm47374_Hearthranger-vision-a-i--now-opens-to-all-users--beta-test.aspx

Is there any way to specify to keep one or both cards, if you get duplicates during mulligan?
JoyAdmin
#4 Posted : Tuesday, April 4, 2017 11:27:06 AM(UTC)
Rank: Administration

Groups: Administrators
Posts: 4,881

Thanks: 808 times
Was thanked: 4545 time(s) in 1642 post(s)
"comment": "Hold one Totem Golem",
"mulligan":"AT_052",
"condition": "my_hero(count(),shaman) > 0",
"value":"hold"




"comment": "Hold two Totem Golem cards",
"mulligan":"AT_052 + AT_052",
"condition": "my_hero(count(),shaman) > 0",
"value":"hold",

Bot always only keeps one card if you don't specify it.

1 user thanked JoyAdmin for this useful post.
kovacsati7 on 4/4/2017(UTC)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Powered by YAF | YAF © 2003-2011, Yet Another Forum.NET
This page was generated in 0.042 seconds.