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

Notification

Icon
Error

Stored decks for quest completion.
Jammo2k5
#1 Posted : Sunday, October 4, 2015 1:41:54 AM(UTC)
Jammo2k5


Rank: Advanced Member

Groups: Registered
Posts: 77
Location: UK

Thanks: 11 times
Was thanked: 48 time(s) in 28 post(s)
A really neat feature of the bot would be if the bot recognizes the quests you have available, then it can use a deck stored by the bot, construct it auto matically and then play it untill the quest is complete.

This would allow for full automatic mode of the bot for use on a server or while away from the PC for a while.

Also the bot built in game opener dosen't need to click the play button.
Running:
Code:
battlenet://WTCG

Will open the battlenet launcher or run hearthstone if the battlenet launcher is already open.

1 user thanked Jammo2k5 for this useful post.
Haiiro13 on 11/22/2015(UTC)
JoyAdmin
#2 Posted : Sunday, October 4, 2015 10:01:48 AM(UTC)
Rank: Administration

Groups: Administrators
Posts: 4,848

Thanks: 805 times
Was thanked: 4539 time(s) in 1637 post(s)
Thanks for the info, but I can't make the command line starter work, can you show me a complete example?
Jammo2k5
#3 Posted : Sunday, October 4, 2015 11:56:31 AM(UTC)
Jammo2k5


Rank: Advanced Member

Groups: Registered
Posts: 77
Location: UK

Thanks: 11 times
Was thanked: 48 time(s) in 28 post(s)
JoyAdmin;30511 wrote:
Thanks for the info, but I can't make the command line starter work, can you show me a complete example?


My crash recovery uses it or it can be put into any browser URL bar and that will also work.
JoyAdmin
#4 Posted : Sunday, October 4, 2015 1:11:16 PM(UTC)
Rank: Administration

Groups: Administrators
Posts: 4,848

Thanks: 805 times
Was thanked: 4539 time(s) in 1637 post(s)
What I can see in your crash recovery tool is it uses graphic matching to find [Play] button then simulate mouse click..
Jammo2k5
#5 Posted : Sunday, October 4, 2015 2:14:44 PM(UTC)
Jammo2k5


Rank: Advanced Member

Groups: Registered
Posts: 77
Location: UK

Thanks: 11 times
Was thanked: 48 time(s) in 28 post(s)
JoyAdmin;30525 wrote:
What I can see in your crash recovery tool is it uses graphic matching to find [Play] button then simulate mouse click..

That was removed in the latest update.

Code:
StartGame()
{
	global
	CountCrash()			; <== Call the function to count number of crashes // ADDED
	loop
	{
		process,exist,Hearthstone.exe
		if (ErrorLevel > 0)
		{
			Break
		}
		Run battlenet://WTCG
		sleep 5000
	}
	If gui11in = 1
	{
		process,close,Battle.net.exe
	}
}
1 user thanked Jammo2k5 for this useful post.
evert7877 on 10/12/2015(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.074 seconds.