Running Custom scripts does not work (1 viewing) (1) Guest
 | | |
TOPIC: Running Custom scripts does not work
|
Running Custom scripts does not work 12 Years, 5 Months ago
|
Karma: 27
|
Hi slav i spent the night designing a mine to a pos AHK script with image recog and got everything working.
I then made a new script for the miner to include the AHK script.
Its now telling me that i am not licensed??????? when i try run any custom script regardless of whats in it even a direct copy of the miner doesnt work.
Can you please fix this asap so i can continue with the dev work?
|
|
|
|
|
Re:Running Custom scripts does not work 12 Years, 5 Months ago
|
Karma: 803
|
paladin1 wrote:
Hi slav i spent the night designing a mine to a pos AHK script with image recog and got everything working.
I then made a new script for the miner to include the AHK script.
Its now telling me that i am not licensed??????? when i try run any custom script regardless of whats in it even a direct copy of the miner doesnt work.
Can you please fix this asap so i can continue with the dev work?From 3.1.x verisons of the program custom algorithm name must include keyword to open appropriate GUI for miner or trader. Name custom algorithm to have "miner" in its name. I have posted this change in algorithm editor manual.
|
|
|
Send logs to my mail -  with subject 'log files' to pass spam filter.
How to record logs in knowledge base
|
|
Re:Running Custom scripts does not work 12 Years, 5 Months ago
|
Karma: 803
|
Another change is that not all algorithm functions implemented in clients. Client is an object which has set of variables and has GUI to define these variables. I decrease my coding time to not implement some variables in all new objects used as clients for new types of bots. Therefore if you edit algorithms for miner you should not include trader's function. If you write algo for trader and include functions from miner, trader will not execute them. If I will add stand alone deliverer for example, deliverer will not execute trader's or miner's specific functions. This is necessary tradeoff for faster coding.
|
|
|
Send logs to my mail -  with subject 'log files' to pass spam filter.
How to record logs in knowledge base
|
|
|
 | | |
|
|