who's interested in a crewbot menu

User Tag List

Results 1 to 9 of 9
  1. #1
    breadguy's Avatar Knight-Lieutenant
    Reputation
    15
    Join Date
    Sep 2012
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    who's interested in a crewbot

    So i'm pretty much done with spacebotting and wrote a newish crewbot, I want to know how many of you are interested.

    It will log into several characters, send companions out on specified missions (you can choose what mission type, what level, and what item for each companion).

    It will do this for each character you enable, and after it's done, will log you out and quit the game, then wait for a specified amount of time before starting up again and running new missions.

    Just want to know whether I should even bother as I see these forums are mostly dead.

    who's interested in a crewbot
  2. #2
    UseTheForce's Avatar Member
    Reputation
    3
    Join Date
    Sep 2012
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    sounds very useful, i'd use it if it is open source.


    otherwise i mostly space bot

  3. #3
    reinhartbrush's Avatar Member
    Reputation
    1
    Join Date
    Sep 2008
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    OMG, I would love you so much if you did that. Or even just a standalone version of the one you had with your spacebot, I cant figure out how to make it only run crew missions.

  4. #4
    psolarxis's Avatar Active Member
    Reputation
    21
    Join Date
    Jan 2012
    Posts
    106
    Thanks G/R
    0/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    spacebotting currently is a bad idea. i think ur idea is great, u should go for it and im willing to help if u need it

  5. #5
    swtorbot1138's Avatar Corporal
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I wanted to build one of these, didnt get further than concept, but stopped when i realized my main acct had a security key.
    Last edited by swtorbot1138; 10-21-2012 at 10:58 AM. Reason: replaced tried with wanted....

  6. #6
    TheDank's Avatar Member
    Reputation
    5
    Join Date
    Apr 2012
    Posts
    88
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i actually already made this. if has a pretty advanced UI that allows the user to load each character with its companions in a specific order and specific mission type. i.e. since some companions have a crit chance on underworld trading, that companion can be selected first to send out on some of the more rare missions (underworld metals)


    Here is a video:

    SWTOR Advanced crew bot (SHOWCASE development) - YouTube

  7. #7
    breadguy's Avatar Knight-Lieutenant
    Reputation
    15
    Join Date
    Sep 2012
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TheDank View Post
    i actually already made this. if has a pretty advanced UI that allows the user to load each character with its companions in a specific order and specific mission type. i.e. since some companions have a crit chance on underworld trading, that companion can be selected first to send out on some of the more rare missions (underworld metals)


    Here is a video:

    SWTOR Advanced crew bot (SHOWCASE development) - YouTube
    looks solid, just curious as to why you went by choosing companions by name? and i'm assuming imperial/republic is mostly "cosmetic", or did you make it so that the bot chooses the alliance?

    either way, i'm about to finish uploading mine in a bit, would like your criticism on it

  8. #8
    TheDank's Avatar Member
    Reputation
    5
    Join Date
    Apr 2012
    Posts
    88
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by breadguy View Post
    looks solid, just curious as to why you went by choosing companions by name? and i'm assuming imperial/republic is mostly "cosmetic", or did you make it so that the bot chooses the alliance?

    either way, i'm about to finish uploading mine in a bit, would like your criticism on it
    lets say that i want to farm underworld metals. naturally, i want the person that has the highest chance of crit'ing getting first pick since underworld trading only gives 1 or 2 metals missions per 5/6 mission available. this way i can ensure that i have the highest chance of getting the best materials from a mission.

    and yes it is cosmetic. because i have it setup to where it will scan for the companion name on the screen and then click the mission type based on the returned coordinates from the companion name result.

    heres and example in basic understanding:
    Code:
    _Imagesearcharea("Companions/Blizz.png", 0, 0, 0, 1024, 768, $x, $y, 100) ;returns the coordinates of the top left pixel of the image
    _Imagesearcharea("Skill/Slicing.png", 1, $x, $y, 1024, 768, $x, $y, 100) ;searches for the Slicing skill ONLY within Blizz's area so that it returns the icon for blizz.
    MouseClick("Left", $x, $y, 2) ;Clicks the skill
    _Imagesearcharea("Missions/Slicing/Lockboxes.png", 1, 0, 0, 1024, 768, $x, $y, 100) ;searches for the first Lockbox mission in the list
    MouseClick("Left", $x, $y, 3) ;clicks the mission if its found
    /edit: i forgot to tell you why i did this lol. its to make sure the user doesnt do something stupid like select a republic companion and then an imperial companion. also, after about 25 items in the drop down list, the names get cut off and i didnt wanna add a scroll feature to the drop down. multiple reasons.
    Last edited by TheDank; 10-21-2012 at 03:02 PM.

  9. #9
    swtorbot1138's Avatar Corporal
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice work Dank. Maybe im simplifying my needs here, but all im really looking for is a something similar to the Untzbot crew bot coupled with a character cycler, ie goes in and out of characters and automated loging/logout. Would be nice if the timer on the login/logout piece had a built in randomizer, ie you can specify a range 30000ms to 150000ms. If you guys need testers, let me know. Ive done some basic autoit work back in my swg days, automated crafting leveller, but not much lately.

Similar Threads

  1. Alter Time affects portals & Those who USE IT [Could be interesting]
    By empty_skillz in forum World of Warcraft Exploits
    Replies: 12
    Last Post: 06-18-2013, 02:19 PM
  2. Free WoW Raf Account (ill purchase 3 months) for Anyone whos interested
    By specialset in forum World of Warcraft General
    Replies: 10
    Last Post: 09-16-2012, 11:12 AM
  3. Who needs Auctioneer Add-on, they're all right here!
    By Krazzee in forum World of Warcraft Guides
    Replies: 1
    Last Post: 09-27-2006, 04:13 PM
  4. My interesting trip under stormwind.... (With pictures!)
    By idusy-org in forum World of Warcraft General
    Replies: 2
    Last Post: 08-11-2006, 03:33 AM
  5. Who can... ?
    By Edouard1993 in forum World of Warcraft General
    Replies: 3
    Last Post: 06-10-2006, 07:58 PM
All times are GMT -5. The time now is 01:51 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search