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

Notification

Icon
Error

Is wild pirate warrior good? on this bot?
tmcm
#2 Posted : Monday, November 22, 2021 8:20:41 AM(UTC)
Rank: Member

Groups: Registered
Posts: 18

Thanks: 1 times
Was thanked: 5 time(s) in 4 post(s)
Sihkei;61655 wrote:
Is wild pirate warrior good? on this bot?


Yes, I reached D1 wild with pirate warrior with 80%+ winrate with the bot. Then manually used the same deck to legend.

### Warrior
# Class: Warrior
# Format: Wild
#
# 2x (1) Bloodsail Corsair
# 2x (1) Bloodsail Deckhand
# 2x (1) N'Zoth's First Mate
# 1x (1) Patches the Pirate
# 1x (1) Raid the Docks
# 2x (1) Sky Raider
# 2x (1) Small-Time Buccaneer
# 2x (1) Southsea Deckhand
# 2x (2) Fogsail Freebooter
# 2x (2) Harbor Scamp
# 2x (2) Parachute Brigand
# 2x (2) Ship's Cannon
# 1x (3) Ancharrr
# 2x (3) Defias Cannoneer
# 2x (3) Southsea Captain
# 2x (3) Stormwind Freebooter
# 1x (6) Mr. Smite
#
AAEBAQcEkbwC3q0DmPYDv4AEDdQF5Qf7D4KwAqC9At2tA+mwA/7nA5X2A8/7A5yBBKaKBK+gBAA=

You'll need to do some config tweaking yourself though, the base bot does some stupid stuff like N'Zoth's First Mate into Coin into Quest.

2 users thanked tmcm for this useful post.
Sihkei on 11/22/2021(UTC), fireplace on 11/22/2021(UTC)
fireplace
#3 Posted : Monday, November 22, 2021 8:02:43 PM(UTC)

Rank: Advanced Member

Groups: Registered
Posts: 93

Thanks: 15 times
Was thanked: 18 time(s) in 17 post(s)
tmcm;61656 wrote:
Yes, I reached D1 wild with pirate warrior with 80%+ winrate with the bot. Then manually used the same deck to legend.



You'll need to do some config tweaking yourself though, the base bot does some stupid stuff like N'Zoth's First Mate into Coin into Quest.



Can you share or paste your config file?

Pretty please.
bulbasauron
#4 Posted : Tuesday, November 30, 2021 10:19:08 PM(UTC)
Rank: Member

Groups: Registered
Posts: 25

Was thanked: 3 time(s) in 3 post(s)
tmcm;61656 wrote:
Yes, I reached D1 wild with pirate warrior with 80%+ winrate with the bot. Then manually used the same deck to legend.

### Warrior
# Class: Warrior
# Format: Wild
#
# 2x (1) Bloodsail Corsair
# 2x (1) Bloodsail Deckhand
# 2x (1) N'Zoth's First Mate
# 1x (1) Patches the Pirate
# 1x (1) Raid the Docks
# 2x (1) Sky Raider
# 2x (1) Small-Time Buccaneer
# 2x (1) Southsea Deckhand
# 2x (2) Fogsail Freebooter
# 2x (2) Harbor Scamp
# 2x (2) Parachute Brigand
# 2x (2) Ship's Cannon
# 1x (3) Ancharrr
# 2x (3) Defias Cannoneer
# 2x (3) Southsea Captain
# 2x (3) Stormwind Freebooter
# 1x (6) Mr. Smite
#
AAEBAQcEkbwC3q0DmPYDv4AEDdQF5Qf7D4KwAqC9At2tA+mwA/7nA5X2A8/7A5yBBKaKBK+gBAA=

You'll need to do some config tweaking yourself though, the base bot does some stupid stuff like N'Zoth's First Mate into Coin into Quest.



I’d be more than happy to pay you for your config files. I’ve paid other people on this forum before for theirs. If you have a paypal/Venmo/patreon/etc., just let me know.
tmcm
#9 Posted : Wednesday, December 1, 2021 8:03:31 AM(UTC)
Rank: Member

Groups: Registered
Posts: 18

Thanks: 1 times
Was thanked: 5 time(s) in 4 post(s)
It annoys me to no end that you can't upload attachments to this forum. I'll upload my config files once I find a decent solution.
1 user thanked tmcm for this useful post.
fireplace on 12/1/2021(UTC)
tmcm
#5 Posted : Friday, December 3, 2021 12:30:49 PM(UTC)
Rank: Member

Groups: Registered
Posts: 18

Thanks: 1 times
Was thanked: 5 time(s) in 4 post(s)
bulbasauron;61683 wrote:
I’d be more than happy to pay you for your config files. I’ve paid other people on this forum before for theirs. If you have a paypal/Venmo/patreon/etc., just let me know.


HERO_01bp.json
Code:
{
	"GameCardId":"HERO_01bp",	
	"ConfigComment":"Armor Up! :  Hero Power Gain 2 Armor.",	
		"BeforeUseHeroPowerBonus": 
          {
					  "values":
					  [
					  		{						
					  		  "comment":"Hero power low priority as this is an aggro deck",  		  
					  			"condition": "*",
					  			"value":"-10",
					  		}
					  ],
					},	
}


Mulligan.json
Code:
{
	"GameCardId": "Mulligan",
	"ConfigComment": "This is mulligan rules file.",
	"Mulligan": {
		"values": [
			{
				"comment": "Patches the Pirate should be discarded",
				"mulligan": "CFM_637",
				"condition": "my_hero(count(),warrior) > 0",
				"value": "discard",
			},
			{
				"comment": "Discard high cost cards",
				"mulligan": "DED_006,DRG_025",
				"condition": "my_hero(count(),warrior) > 0",
				"value": "discard",
			},
			{
				"comment": "Hold Raid the Docks (quest)",
				"mulligan": "SW_028",
				"condition": "my_hero(count(),warrior) > 0",
				"value": "hold",
			},
			{
				"comment": "Hold good, low cost cards",
				"mulligan": "CS3_008,DRG_024,OG_312,GVG_075,SW_029,DRG_056",
				"condition": "my_hero(count(),warrior) > 0",
				"value": "hold",
			},
			{
				"comment": "discard all cards not listed as hold",
				"mulligan": "*",
				"condition": "my_hero(count(),warrior) > 0",
				"value": "discard",
			}
		],
	},
}


OG_312.json
Code:
{
	"GameCardId": "OG_312",
	"ConfigComment": "N'Zoth's First Mate :  Battlecry: Equip a 1/3 Rusty Hook.",
	"BeforePlayCardBonus": {
		"values": [
			{
				"comment": "Don't play this if you have the quest in hand",
				"condition": "my_hand(count(), cardid= SW_028) > 0",
				"value": "-1000",
			}
		],
	},
}


SW_028.json
Code:
{
	"GameCardId": "SW_028",
	"ConfigComment": "Raid The Docks Quest Config",
	"InHandPlayPriority": {
		"values": [
			{
				"comment": "Play this quest ASAP",
				"condition": "*",
				"value": "1000",
			}
		],
	},
	"BeforePlayCardBonus": {
		"values": [
			{
				"comment": "Always play this as soon as it is in hand",
				"condition": "*",
				"value": "1000",
			}
		],
	},
	"OnBoardBonus": {
		"values": [
			{
				"comment": "Always play this as soon as it is in hand",
				"condition": "*",
				"value": "1000",
			}
		],
	},
	
}


However, it's much harder to reach legend with this deck this month because quest hunter has become very popular, and it is a bad matchup for this deck.

This is the breakdown of opponents last season (when I got legend):


This is the current season (highest so far is D3):


I still think this deck can get you to D5 with ease though, which is decent.
1 user thanked tmcm for this useful post.
ThreeSixteen on 12/20/2021(UTC)
agent0range21
#10 Posted : Saturday, December 4, 2021 6:50:38 AM(UTC)
Rank: Member

Groups: Registered
Posts: 15
Location: phil

Was thanked: 3 time(s) in 2 post(s)
btw should i remove the default json files like global concede combo json? then put those 4 json you posted?
bulbasauron
#7 Posted : Sunday, December 5, 2021 8:47:17 AM(UTC)
Rank: Member

Groups: Registered
Posts: 25

Was thanked: 3 time(s) in 3 post(s)
Thank you so much! D9 so far!

tmcm;61694 wrote:
HERO_01bp.json
Code:
{
	"GameCardId":"HERO_01bp",	
	"ConfigComment":"Armor Up! :  Hero Power Gain 2 Armor.",	
		"BeforeUseHeroPowerBonus": 
          {
					  "values":
					  [
					  		{						
					  		  "comment":"Hero power low priority as this is an aggro deck",  		  
					  			"condition": "*",
					  			"value":"-10",
					  		}
					  ],
					},	
}


Mulligan.json
Code:
{
	"GameCardId": "Mulligan",
	"ConfigComment": "This is mulligan rules file.",
	"Mulligan": {
		"values": [
			{
				"comment": "Patches the Pirate should be discarded",
				"mulligan": "CFM_637",
				"condition": "my_hero(count(),warrior) > 0",
				"value": "discard",
			},
			{
				"comment": "Discard high cost cards",
				"mulligan": "DED_006,DRG_025",
				"condition": "my_hero(count(),warrior) > 0",
				"value": "discard",
			},
			{
				"comment": "Hold Raid the Docks (quest)",
				"mulligan": "SW_028",
				"condition": "my_hero(count(),warrior) > 0",
				"value": "hold",
			},
			{
				"comment": "Hold good, low cost cards",
				"mulligan": "CS3_008,DRG_024,OG_312,GVG_075,SW_029,DRG_056",
				"condition": "my_hero(count(),warrior) > 0",
				"value": "hold",
			},
			{
				"comment": "discard all cards not listed as hold",
				"mulligan": "*",
				"condition": "my_hero(count(),warrior) > 0",
				"value": "discard",
			}
		],
	},
}


OG_312.json
Code:
{
	"GameCardId": "OG_312",
	"ConfigComment": "N'Zoth's First Mate :  Battlecry: Equip a 1/3 Rusty Hook.",
	"BeforePlayCardBonus": {
		"values": [
			{
				"comment": "Don't play this if you have the quest in hand",
				"condition": "my_hand(count(), cardid= SW_028) > 0",
				"value": "-1000",
			}
		],
	},
}


SW_028.json
Code:
{
	"GameCardId": "SW_028",
	"ConfigComment": "Raid The Docks Quest Config",
	"InHandPlayPriority": {
		"values": [
			{
				"comment": "Play this quest ASAP",
				"condition": "*",
				"value": "1000",
			}
		],
	},
	"BeforePlayCardBonus": {
		"values": [
			{
				"comment": "Always play this as soon as it is in hand",
				"condition": "*",
				"value": "1000",
			}
		],
	},
	"OnBoardBonus": {
		"values": [
			{
				"comment": "Always play this as soon as it is in hand",
				"condition": "*",
				"value": "1000",
			}
		],
	},
	
}


However, it's much harder to reach legend with this deck this month because quest hunter has become very popular, and it is a bad matchup for this deck.

This is the breakdown of opponents last season (when I got legend):


This is the current season (highest so far is D3):


I still think this deck can get you to D5 with ease though, which is decent.

tmcm
#11 Posted : Wednesday, December 8, 2021 8:50:44 AM(UTC)
Rank: Member

Groups: Registered
Posts: 18

Thanks: 1 times
Was thanked: 5 time(s) in 4 post(s)
Now would be a good time to push to legend with this, lots of people trying out new decks and not so many hunters on ladder.
agent0range21
#12 Posted : Thursday, December 9, 2021 9:45:58 AM(UTC)
Rank: Member

Groups: Registered
Posts: 15
Location: phil

Was thanked: 3 time(s) in 2 post(s)
reach d2 nice work
agent0range21
#13 Posted : Sunday, December 19, 2021 8:23:43 AM(UTC)
Rank: Member

Groups: Registered
Posts: 15
Location: phil

Was thanked: 3 time(s) in 2 post(s)
btw any config to make the weapon to always attack sometimes it skips a turn without attacking
eurynome
#14 Posted : Tuesday, January 11, 2022 1:38:09 PM(UTC)
Rank: Newbie

Groups: Registered
Posts: 7

It also needs a Coin rule on Turn 1 (going 2nd)

Something like, if coin, always coin before playing the quest (in case opp has put out Oh my Yogg or Counterspell) BUT do not play any pirates before starting the quest! So frustrating.
cyzndb
#6 Posted : Wednesday, January 12, 2022 4:44:42 AM(UTC)

Rank: Advanced Member

Groups: Registered
Posts: 30

Thanks: 2 times
Was thanked: 48 time(s) in 6 post(s)
D5 40%winrate

tmcm;61694 wrote:
HERO_01bp.json
Code:
{
	"GameCardId":"HERO_01bp",	
	"ConfigComment":"Armor Up! :  Hero Power Gain 2 Armor.",	
		"BeforeUseHeroPowerBonus": 
          {
					  "values":
					  [
					  		{						
					  		  "comment":"Hero power low priority as this is an aggro deck",  		  
					  			"condition": "*",
					  			"value":"-10",
					  		}
					  ],
					},	
}


Mulligan.json
Code:
{
	"GameCardId": "Mulligan",
	"ConfigComment": "This is mulligan rules file.",
	"Mulligan": {
		"values": [
			{
				"comment": "Patches the Pirate should be discarded",
				"mulligan": "CFM_637",
				"condition": "my_hero(count(),warrior) > 0",
				"value": "discard",
			},
			{
				"comment": "Discard high cost cards",
				"mulligan": "DED_006,DRG_025",
				"condition": "my_hero(count(),warrior) > 0",
				"value": "discard",
			},
			{
				"comment": "Hold Raid the Docks (quest)",
				"mulligan": "SW_028",
				"condition": "my_hero(count(),warrior) > 0",
				"value": "hold",
			},
			{
				"comment": "Hold good, low cost cards",
				"mulligan": "CS3_008,DRG_024,OG_312,GVG_075,SW_029,DRG_056",
				"condition": "my_hero(count(),warrior) > 0",
				"value": "hold",
			},
			{
				"comment": "discard all cards not listed as hold",
				"mulligan": "*",
				"condition": "my_hero(count(),warrior) > 0",
				"value": "discard",
			}
		],
	},
}


OG_312.json
Code:
{
	"GameCardId": "OG_312",
	"ConfigComment": "N'Zoth's First Mate :  Battlecry: Equip a 1/3 Rusty Hook.",
	"BeforePlayCardBonus": {
		"values": [
			{
				"comment": "Don't play this if you have the quest in hand",
				"condition": "my_hand(count(), cardid= SW_028) > 0",
				"value": "-1000",
			}
		],
	},
}


SW_028.json
Code:
{
	"GameCardId": "SW_028",
	"ConfigComment": "Raid The Docks Quest Config",
	"InHandPlayPriority": {
		"values": [
			{
				"comment": "Play this quest ASAP",
				"condition": "*",
				"value": "1000",
			}
		],
	},
	"BeforePlayCardBonus": {
		"values": [
			{
				"comment": "Always play this as soon as it is in hand",
				"condition": "*",
				"value": "1000",
			}
		],
	},
	"OnBoardBonus": {
		"values": [
			{
				"comment": "Always play this as soon as it is in hand",
				"condition": "*",
				"value": "1000",
			}
		],
	},
	
}


However, it's much harder to reach legend with this deck this month because quest hunter has become very popular, and it is a bad matchup for this deck.

This is the breakdown of opponents last season (when I got legend):


This is the current season (highest so far is D3):


I still think this deck can get you to D5 with ease though, which is decent.

KingDrancia
#15 Posted : Tuesday, April 5, 2022 12:23:21 PM(UTC)
Rank: Newbie

Groups: Registered
Posts: 8

Was thanked: 1 time(s) in 1 post(s)
Added some configs and D5 rn. 70% WR from Bronze => Plat and 80% WR from Plat => D5. Thanks alot
tourian
#18 Posted : Tuesday, April 5, 2022 3:44:06 PM(UTC)
Rank: Newbie

Groups: Registered
Posts: 8

Was thanked: 1 time(s) in 1 post(s)
KingDrancia;61976 wrote:
Added some configs and D5 rn. 70% WR from Bronze => Plat and 80% WR from Plat => D5. Thanks alot


Mind sharing? The bot already plays sub-optimally and Quest Warrior is heavily countered in the current meta.
peterM
#17 Posted : Wednesday, April 6, 2022 11:28:51 AM(UTC)
Rank: Member

Groups: Registered
Posts: 11

Thanks: 2 times
Was thanked: 1 time(s) in 1 post(s)
KingDrancia;61976 wrote:
Added some configs and D5 rn. 70% WR from Bronze => Plat and 80% WR from Plat => D5. Thanks alot

Would you like to share your settings?! That would be awesome
bulbasauron
#16 Posted : Thursday, April 7, 2022 7:32:30 AM(UTC)
Rank: Member

Groups: Registered
Posts: 25

Was thanked: 3 time(s) in 3 post(s)
KingDrancia;61976 wrote:
Added some configs and D5 rn. 70% WR from Bronze => Plat and 80% WR from Plat => D5. Thanks alot


I would be happy to pay for your configs, as I ave for other users on this forum. Just let me know if you’re interested.
bulbasauron
#21 Posted : Thursday, April 7, 2022 9:34:35 AM(UTC)
Rank: Member

Groups: Registered
Posts: 25

Was thanked: 3 time(s) in 3 post(s)
Bot climbed to D3 so far with the configs already posted.
KingDrancia
#19 Posted : Thursday, April 14, 2022 10:32:54 PM(UTC)
Rank: Newbie

Groups: Registered
Posts: 8

Was thanked: 1 time(s) in 1 post(s)
tourian;61979 wrote:
Mind sharing? The bot already plays sub-optimally and Quest Warrior is heavily countered in the current meta.

It's just add ons to the config posted above. Mine just add:

1. Don't play 1 cost pirate before quest (above only have nzoth 1st mate)
2. Don't play parachute brigand if you have another pirate in hand (avoid playing brigand on excess mana)

Basically nothing newer than the config posted, just some add on to smoothen the early game a little. If anyone needs it just dm me. I'm currently finding the ID for the coin and questline rokara so I can make a combo config and a play priority config. If anyone have the information, I'd be happy to know.

Edit: Found the ID for Rokara and the coin. Currently testing the combo config (coin+ship+1 drop). Finished the not coin on 1 config and immediately play Rokara config (still need testings but should work). If anyone need it just dm me

Edit 2: Combo works fine i guess, but i had to create separate file for each 1 drop, and it doesn't seem to function correctly (It plays another 1 drop and not the assigned 1 drop in the config). If anyone know how to fix it that'd be great. not coin on 1 can replace every file that includes "not playing this before quest" and works fine. Again just dm if you guys need anything I'm making

Edit 3: Even with god configs the furthest I can go is D3 (barely reaching 55% winrate), can't make it higher so take notes on when you should turn bot off
cyzndb
#20 Posted : Monday, April 18, 2022 4:25:06 AM(UTC)

Rank: Advanced Member

Groups: Registered
Posts: 30

Thanks: 2 times
Was thanked: 48 time(s) in 6 post(s)
KingDrancia;62011 wrote:
It's just add ons to the config posted above. Mine just add:

1. Don't play 1 cost pirate before quest (above only have nzoth 1st mate)
2. Don't play parachute brigand if you have another pirate in hand (avoid playing brigand on excess mana)

Basically nothing newer than the config posted, just some add on to smoothen the early game a little. If anyone needs it just dm me. I'm currently finding the ID for the coin and questline rokara so I can make a combo config and a play priority config. If anyone have the information, I'd be happy to know.

Edit: Found the ID for Rokara and the coin. Currently testing the combo config (coin+ship+1 drop). Finished the not coin on 1 config and immediately play Rokara config (still need testings but should work). If anyone need it just dm me

Edit 2: Combo works fine i guess, but i had to create separate file for each 1 drop, and it doesn't seem to function correctly (It plays another 1 drop and not the assigned 1 drop in the config). If anyone know how to fix it that'd be great. not coin on 1 can replace every file that includes "not playing this before quest" and works fine. Again just dm if you guys need anything I'm making

Edit 3: Even with god configs the furthest I can go is D3 (barely reaching 55% winrate), can't make it higher so take notes on when you should turn bot off



I need it
thks sir
Space
#22 Posted : Monday, July 18, 2022 4:27:54 AM(UTC)

Rank: Advanced Member

Groups: Registered
Posts: 53

Thanks: 9 times
Was thanked: 16 time(s) in 11 post(s)
Hello, can you share it new configuration plz?
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.264 seconds.