If you have multiple browser threads then you can add a date column in database for each account. When some action is finished then you can add 30 minutes to the date now and add it to the database of that particular account. Then add a check condition in the beginning of the thread which checks if the current date is less or greater than the database date. If it is greater that means there is still time left and then close that thread without opening browser.
Script not run after compile
-
@ninavie said in Script not run after compile:
Hello friends,
I have a create script and its work realy good
but if create compile i recieve instantly errorHere works fine
and after compile not
I see the problem is on captcha but i am not know why
You are using third-party modules that use the functions of the official BAS modules. However, when compiling, BAS disables modules whose actions have never been used in the script. You need to find out the functions of which official module your third-party module uses and create at least 1 action of this official module.
-
This post is deleted!
-
@gboxboss said in Script not run after compile:
@Fox hi, yes this is thesame issue i am facing, i am using a thirdparty module but it does not work when i compile, what do you mean by create 1 action of this official module, could you please explain
There may be actions of other modules inside the module, and all modules are active when editing the script. But when compiling, BAS analyzes what actions are in the script, and if there are no actions of any module in the script, then this module is disabled.

