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

Notification

Icon
Error

Can you make HearthRanger playvig compatible
rainyrain
#1 Posted : Wednesday, July 25, 2018 1:30:37 PM(UTC)
Rank: Newbie

Groups: Registered
Posts: 5

I heard about playvig and some people use it for additional pack farming but I’m afraid that HearthRanger will accidentally click on the ads abs and give me a virus. Also any opinion on using playvig with HearthRanger?
trazobone
#2 Posted : Wednesday, July 25, 2018 3:54:56 PM(UTC)
Rank: Member

Groups: Registered
Posts: 23

Thanks: 4 times
Was thanked: 1 time(s) in 1 post(s)
there dont seem to be any hearthstone rewards but it seems like a good idea
Kaliyah
#3 Posted : Tuesday, January 8, 2019 9:15:08 AM(UTC)
Rank: Newbie

Groups: Registered
Posts: 1

The only thing we really need here regarding this topic is bot option extended. There is maximum random wait between queues. The only thing that is missing is minimum time between queues. We need to be able to set minimum timer, in order to make sure adds will run out before bot queues again. Please add minimum wait time between queues, it would be such a must option for people that are using PlayVig as well. Smart bot has that feature, and it isn't hard to code it it's 5 to 10 lines of code please give us that functionality, please.

EDIT:

What I mean by that is add new box with this option and just check:

Quote:
integer minWaitTime;

if (minWaitTime > 0)
{
math.rand(minWaitTime, maxWaitTime);
}
else
{
math.rand(1, maxWaitTime);
}


OFC, IDK what you program in, but convert code to whatever language you use, this is just refferencial idea.
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.269 seconds.