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

Notification

Icon
Error

Where can I learn to code my own configs?
bunnyfool
#1 Posted : Wednesday, April 17, 2019 7:18:38 AM(UTC)
Rank: Member

Groups: Registered
Posts: 29

Was thanked: 3 time(s) in 2 post(s)
Any links to threads? I'd greatly appreciate it! I want to learn how to code my own configs for my own decks.
2more4me
#2 Posted : Wednesday, April 17, 2019 7:39:49 AM(UTC)
Rank: Member

Groups: Registered
Posts: 18

Thanks: 3 times
I am also looking forward to find some help for coding.
paco33
#3 Posted : Wednesday, April 17, 2019 1:15:17 PM(UTC)

Rank: Advanced Member

Groups: Registered
Posts: 48

Thanks: 9 times
Was thanked: 1 time(s) in 1 post(s)
bunnyfool
#4 Posted : Thursday, April 18, 2019 2:49:14 AM(UTC)
Rank: Member

Groups: Registered
Posts: 29

Was thanked: 3 time(s) in 2 post(s)
I'm writing out the config files for a zoo deck. I'd like some help with two issues:

What do I write for EVIL Genius to specifically be played if scarab egg is on the field? The bot is very reluctant to play the card at all.

I'm also trying to get a mulligan rule for Sea Giant, and I'm not getting why Hearthranger doesn't like it:

{
"comment": "keep Sea Giant if the other cards in your hand are one drops and you have coin",
"mulligan":"DROP1 + EX1_586",
"condition": "coin AND my_hand(sum(cost)) == 13",
"value":"hold",
}
,


It feels that Hearthranger REALLY doesn't like Sea Giant's ID tag, since when I switched out the condition to just "*" and got rid of DROP1, it still threw a hissy fit.
DisturbedBot
#5 Posted : Tuesday, August 27, 2019 12:28:31 AM(UTC)
Rank: Member

Groups: Registered
Posts: 15

Thanks: 2 times
Was thanked: 5 time(s) in 4 post(s)
When you say HearthRanger doesn't like it, did you mean:
a) HSRanger shows an error saying it cannot load the config
b) You watch bot play and it keep getting an opening hands of Coin + all 1 drop cards + Sea Giant but it keep discarding sea giant

Be more specific with your question

if your problem is B, then I would check if the Bot status shows that it is loading the correct config name for your customized config. Then I would check if your mulligan file is named correctly (did the bot status log shows that it using your mulligan or the server mulligan), and then finally I would like to see a copy of your entire mulligan file, not just a piece of it. You could have made a syntax error somewhere in the file.
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.045 seconds.