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

Notification

Icon
Error

Trying to make a combo
puppiie
#1 Posted : Thursday, April 20, 2017 5:12:51 AM(UTC)
Rank: Member

Groups: Registered
Posts: 15

Thanks: 6 times
Was thanked: 22 time(s) in 6 post(s)
I am trying to make a combo that makes sure the amount of minions on the board is >1 before playing nesting roc. And if not try and make it >1 first.

How do i do this? I'm not sure how to reference how many minions on the board.

Thanks!
JoyAdmin
#2 Posted : Thursday, April 20, 2017 8:24:09 AM(UTC)
Rank: Administration

Groups: Administrators
Posts: 4,845

Thanks: 805 times
Was thanked: 4538 time(s) in 1636 post(s)
{
"GameCardId":"Combo",
"ConfigComment":"This is the combo config file.",

"ComboList":
{
"values":
[
{
"comment":"the amount of minions on the board is >1 ....",
"condition": "my_minions(count())>1",
"combo":"CARD_ID1 >> CARD_ID2",
"value":"15 >> 10", <----- or other suitable value, you need to test it in visual debugger.
}
],
},

}
puppiie
#3 Posted : Thursday, April 20, 2017 8:25:36 AM(UTC)
Rank: Member

Groups: Registered
Posts: 15

Thanks: 6 times
Was thanked: 22 time(s) in 6 post(s)
JoyAdmin;48261 wrote:
{
"GameCardId":"Combo",
"ConfigComment":"This is the combo config file.",

"ComboList":
{
"values":
[
{
"comment":"the amount of minions on the board is >1 ....",
"condition": "my_minions(count())>1",
"combo":"CARD_ID1 >> CARD_ID2",
"value":"15 >> 10", <----- or other suitable value, you need to test it in visual debugger.
}
],
},

}



Thanks Joy! is there a way to know the CARDId's without loading up hearthranger?
JoyAdmin
#4 Posted : Thursday, April 20, 2017 10:09:45 AM(UTC)
Rank: Administration

Groups: Administrators
Posts: 4,845

Thanks: 805 times
Was thanked: 4538 time(s) in 1636 post(s)
You can get it from here:

https://github.com/HearthSim/hsdata
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.063 seconds.