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

Notification

Icon
Error

[ Concede Option ] 🚫 ANTI-MILL 🚫
evert7877
#1 Posted : Saturday, December 30, 2017 1:02:50 PM(UTC)
evert7877


Rank: Advanced Member

Groups: Registered
Posts: 267

Thanks: 35 times
Was thanked: 26 time(s) in 23 post(s)
🚫 Anti Mill 🚫



If you lose more then 5 cards because your hand is too full... CONCEDE



😡 Effective against those Mill Rogues 😡

Or, (even better) that the user can input it's own amount of cards lost before HR concedes.

Quote:


Cards_lost = 0;

if (Cards_lost > 5)
{
Concede();
}

2 users thanked evert7877 for this useful post.
Theres on 12/30/2017(UTC), 7heaxe on 12/30/2017(UTC)
Incredibility
#2 Posted : Saturday, January 6, 2018 7:14:58 PM(UTC)
Rank: Member

Groups: Registered
Posts: 20

Thanks: 4 times
Was thanked: 10 time(s) in 9 post(s)
If HR doesn't count cards lost as cards played then a custom Concede.json config like this might work:

Code:

{
	"GameCardId":"Concede",   
	"ConfigComment":"This is the extra auto concede settings file.",

	"ExtraConcdeSettings":
	{
		"values":
		[
			{
				"comment":"concede when more than 5 cards are milled",
				"condition":"my_played(count()) + my_hand(count()) + my_deck(count()) < 25",
				"value":"1",
			}
		],
	},
}


You can change the amount of cards lost before conceding by changing the "25" to "30 - cards lost before conceding").
So say I want to concede after losing more than 2 cards, I change it to 28.
2 users thanked Incredibility for this useful post.
JoyAdmin on 1/7/2018(UTC), evert7877 on 1/10/2018(UTC)
evert7877
#3 Posted : Wednesday, January 10, 2018 2:44:51 PM(UTC)
evert7877


Rank: Advanced Member

Groups: Registered
Posts: 267

Thanks: 35 times
Was thanked: 26 time(s) in 23 post(s)
I love where this is going, but most of us can't code.
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.052 seconds.