with first workable, i think the bot tries each task, and once he managed to start one, when finished, it will start again at the beginning of the tasks list no ?
do you think you could add a line command such as -start to the .EXE, so that it waits for 1 minute and start by itself ? that would be useful when rebooting and restarting all bots (i am already using .bat and start command )
Yes. Oh so you want to put refine tasks into First Possible slot queues. Well I can just ignore refining in the FP logic. Meaning that if the task is refining specifically and the mode is FP, we do the refining and just move to next task anyhow.
Well yeah I could add such functionality.do you think you could add a line command such as -start to the .EXE, so that it waits for 1 minute and start by itself ? that would be useful when rebooting and restarting all bots (i am already using .bat and start command )
that would be perfect, thanks !
0.2.3b:
--Clicking a queued task in Queue Planner will now set the Profession and Task list boxes to the appropriate task and the Repeat field to the amount of iterations of the task clicked.
--Added 3 missing Leatherworking recipes.
--Initial handling of the cases where Gateway kicks you off or sends message that they timed out. When Gateway kicks you out the APBU will stop unless you're in Autologin mode. In that case it will relog and continue. In the cases where Gateway sends that new timeout message, APBU will reload the URL. It is possible that I'm not handling this for every possible point in time that this may happen. So if you still get unhandled kick to login, please report it, saying where it happened if possible.
I think I discovered a new issue.
With APBI I used to make a copy of the entire folder and do a unique setup for each account I wanted to run. I did this with APBU and set up each one with the specific info.
Each one can run fine by itself (meaning it logs in to the appropriate account with the proper tasks). If however, I try to run both at the same time (on the same pc), as soon as the 2nd account logs in, it kicks out the first account. It seems something about the browser session is not unique between both instances even though they are logging in to separate accounts.
You are doing it wrong and you're copying session data along. If you're setting up a second account, extract the rar to a new directory and setup from there. In any case the contents of Cache and cookie.jar file can not be copied to a second account. This is not a bug. You're just trying to run a second account that shares the same session key with the first one and that nullifies the first one.
Edit: If you want to copy existing queues to new account then copy the Queues directory only after you setup your character names to the second instance, then rename the character_name.xml files to the names of the characters that you want to assign them. That is until I implement import/export functions.
Last edited by BaseN; 02-15-2014 at 09:40 AM.
I just found some platesmithing stuff that isn't on the list, either. I'll go over both professions and and see if I can fill in what's missing.
That would be great!
New version coming soon with further loop optimizations and failproofing. Loop is 25% faster now. Will upload once I'm done with internal testing![]()
0.2.4b:
--Further optimizations in loop logic and failproofing.
Edit: Found a problem with this version don't update to it yet.
Last edited by BaseN; 02-15-2014 at 04:37 PM.
Ok. Platesmithing updated:
http://www.dropbox.com/s/rsuurwt05ps...tesmithing.xml
Notes:
Code:1 Plate Gambeson 4 Sturdy Plate Gambeson 7 Detailed Plate Gambeson 10 Superb Plate Gambeson 14 Ornate Plate Gambeson 15 Fancy Plate Gambeson 2 Plate Trousers 5 Sturdy Plate Trousers 8 Detailed Plate Trousers 11 Superb Plate Trousers 15 Ornate Plate Trousers 16 Fancy Plate Trousers 20 Boots of the Impenetrable Bastion Rare: 12 Embroidered Plate Gambeson 13 Embroidered Plate Trousers 18 Elegant Plate Gambeson 19 Elegant Plate Trousers 20 Exquisite Plate Gambeson 20 Exquisite Plate Trousers
DISCLAIMER: I haven't tested all of these. They should all work assuming that the naming technique remained the same throughout and assuming I made no typos. I also assume that the original xml files were automatically created with some sort of script that just pulled the info from the Gateway code. I have access to no such script and in my cursory digging into the code I couldn't find the lists of tasks anywhere.
Leatherworking will take some time. There are 82 tasks to add in... manually :/
Last edited by Darxide23; 02-15-2014 at 05:22 PM.
0.2.5b:
--Fixed an issue introduced with 0.2.4b.
--Fixed a bug in the Queue Planner.
--Added missing Platesmithing recipes (thanks Darxide23!).
Regarding the "internal names" of recipes. When in doubt, just open the gateway in firefox, select the recipe and at the start task button screen right click and do "Inspect Element". That will show if the "internal name" is right or wrong.