APB Ultimate menu

Shout-Out

User Tag List

Thread: APB Ultimate

Page 8 of 46 FirstFirst ... 456789101112 ... LastLast
Results 106 to 120 of 687
  1. #106
    electropica's Avatar Member
    Reputation
    3
    Join Date
    Sep 2013
    Posts
    117
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by BaseN View Post
    Ok, this has nothing to do with First Possible mode. It's just the Gateway kicking you out. It happens. See above posts as handling for that is in the works.
    It doesn't do it on APB Infinite.

    APB Ultimate
  2. #107
    Darxide23's Avatar Member
    Reputation
    4
    Join Date
    Jan 2009
    Posts
    115
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by electropica View Post
    It doesn't do it on APB Infinite.
    Perhaps reading would help. I know it's hard, but give it a try, would you? This program is unfinished. A lot of functionality isn't implemented yet. Give it time.

  3. #108
    BaseN's Avatar Active Member
    Reputation
    25
    Join Date
    Jan 2014
    Posts
    166
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by alklas View Post
    do you have ideas how to set diamonds refine in a first workable list ? if i put refine, it will refine only on this slot no ? as refine can always be clicked
    Why wouldn't you just put refine as the last task in the slot? That way it runs and then the slot starts from scratch... I think this is the only efficient way of doing it..

  4. #109
    alklas's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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 )

  5. #110
    BaseN's Avatar Active Member
    Reputation
    25
    Join Date
    Jan 2014
    Posts
    166
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by alklas View Post
    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 ?
    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.

    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 )
    Well yeah I could add such functionality.

  6. #111
    alklas's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    that would be perfect, thanks !

  7. #112
    BaseN's Avatar Active Member
    Reputation
    25
    Join Date
    Jan 2014
    Posts
    166
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  8. #113
    packetlossc's Avatar Member
    Reputation
    2
    Join Date
    Jul 2012
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  9. #114
    BaseN's Avatar Active Member
    Reputation
    25
    Join Date
    Jan 2014
    Posts
    166
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  10. #115
    packetlossc's Avatar Member
    Reputation
    2
    Join Date
    Jul 2012
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by BaseN View Post
    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.
    Ok thanks. Deleting the cookie.jar file did the trick.

  11. #116
    Darxide23's Avatar Member
    Reputation
    4
    Join Date
    Jan 2009
    Posts
    115
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  12. #117
    BaseN's Avatar Active Member
    Reputation
    25
    Join Date
    Jan 2014
    Posts
    166
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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

  13. #118
    BaseN's Avatar Active Member
    Reputation
    25
    Join Date
    Jan 2014
    Posts
    166
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  14. #119
    Darxide23's Avatar Member
    Reputation
    4
    Join Date
    Jan 2009
    Posts
    115
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  15. #120
    BaseN's Avatar Active Member
    Reputation
    25
    Join Date
    Jan 2014
    Posts
    166
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

Page 8 of 46 FirstFirst ... 456789101112 ... LastLast

Similar Threads

  1. Ultimate Reputation Guide
    By Krazzee in forum World of Warcraft Guides
    Replies: 12
    Last Post: 06-06-2007, 07:47 PM
  2. THE ULTIMATE 'movement' HACK
    By Gog123456 in forum World of Warcraft Bots and Programs
    Replies: 77
    Last Post: 02-03-2007, 01:23 PM
  3. Ultimate Gold Guide <User and Pass>
    By janzi9 in forum World of Warcraft General
    Replies: 16
    Last Post: 12-16-2006, 07:58 PM
  4. Blackwing Lair: Ultimate Boss Guide
    By Matt in forum World of Warcraft Guides
    Replies: 11
    Last Post: 11-02-2006, 05:18 AM
  5. [Guide] Build Your Ultimate Pet
    By Cypher in forum World of Warcraft Guides
    Replies: 2
    Last Post: 05-13-2006, 08:22 AM
All times are GMT -5. The time now is 12:58 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search