Crew Skills mission bot menu

User Tag List

Page 6 of 6 FirstFirst ... 23456
Results 76 to 85 of 85
  1. #76
    plopingo's Avatar Member
    Reputation
    2
    Join Date
    Apr 2011
    Posts
    40
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @ taffie, @tanker1414

    You can farm only T3 if you want I've made a script for myself farming only T5 for Bioanalysis, but AutoIt is pretty basic and I can't add option for choose a mission in particular with it :/

    You need an advanced macro program, like Macro Goblin, with pixel recognition for that, only 29$ life time update, big community and was developed for games

    The script you need if you purchase this macro program : http://forum.macrogoblin.com/index.php?topic=10771.0

    I'm using it for space mission

    Crewskill Bot 2nd skills Bioanalysis Only T5

    Code:
    ; Script Start
    AutoItSetOption ( "MouseCoordMode", 2 )
    AutoItSetOption ( "PixelCoordMode", 2 )
    
    HotkeySet ("{F5}", "Start")
    HotkeySet ("{F6}", "Stop")
    WinActive("Star Wars: The Old Republic")
    ToolTip("CrewSkill Bot: Press F5 to start, F6 to stop.", 0, 0)
    SendKeepActive("Star Wars: The Old Republic")
    
    Func Start ()
    WinActivate ("Star Wars: The Old Republic")
    $i=1
    While $i<3600001
    ToolTip("CrewSkill Bot: Running missions...", 0, 0)
    Send('{ESCAPE}')
    Sleep(300)
    Send('{ESCAPE}')
    Sleep(300)
    Send('{ESCAPE}')
    Sleep(300)
    Send('{ESCAPE}')
    Sleep(300)
    ;------
    
    ;------
    ;anti AFK (sits down) **YOU MUST BIND YOUR 'SIT DOWN' KEY TO "," (comma) for this to work!!**
    Send(",")
    Sleep(250)
    ;------
    
    ;------
    ;accept sucessful mission rewards before sending companions out on new missions
    MouseClick("Left", 1832, 13, 1)
    Sleep(400)
    MouseClick("Left", 343, 700, 1)
    Sleep(100)
    MouseClick("Left", 343, 710, 1)
    Sleep(100)
    MouseClick("Left", 343, 720, 1)
    Sleep(100)
    MouseClick("Left", 343, 730, 1)
    Sleep(100)
    MouseClick("Left", 343, 740, 1)
    Sleep(100)
    MouseClick("Left", 343, 750, 1)
    Sleep(100)
    MouseClick("Left", 343, 760, 1)
    Sleep(100)
    MouseClick("Left", 343, 770, 1)
    Sleep(100)
    MouseClick("Left", 343, 780, 1)
    Sleep(100)
    MouseClick("Left", 343, 790, 1)
    Sleep(100)
    MouseClick("Left", 343, 800, 1)
    Sleep(100)
    ;------
    
    ;------
    ;accept failed mission rewards
    MouseClick("Left", 343, 745, 1)
    Sleep(100)
    MouseClick("Left", 343, 745, 1)
    Sleep(100)
    MouseClick("Left", 343, 745, 1)
    Sleep(100)
    MouseClick("Left", 343, 745, 1)
    Sleep(100)
    ;------
    
    ;------
    ;open the crew skill window
    Send("n")
    Sleep(300)
    ;------
    
    ;------
    ;send companions out
    
    ;1st companion, 3rd crew skill
    MouseClick("Left", 223, 460, 1)
    Sleep(300)
    MouseClick("Left", 1689, 273, 1)
    Sleep(250)
    MouseClick("Left", 1689, 379, 1)
    Sleep(250)
    MouseClick("Right", 1576, 363, 1)
    Sleep(300)
    
    ;2nd companion, 3rd crew skill
    MouseClick("Left", 223, 560, 1)
    Sleep(300)
    MouseClick("Left", 1689, 273, 1)
    Sleep(250)
    MouseClick("Left", 1689, 379, 1)
    Sleep(250)
    MouseClick("Right", 1576, 363, 1)
    Sleep(250)
    
    ;3rd companion, 3rd crew skill
    MouseClick("Left", 223, 660, 1)
    Sleep(300)
    MouseClick("Left", 1689, 273, 1)
    Sleep(250)
    MouseClick("Left", 1689, 379, 1)
    Sleep(250)
    MouseClick("Right", 1576, 363, 1)
    Sleep(300)
    
    ;4th companion, 3rd crew skill
    MouseClick("Left", 223, 760, 1)
    Sleep(300)
    MouseClick("Left", 1689, 273, 1)
    Sleep(250)
    MouseClick("Left", 1689, 379, 1)
    Sleep(250)
    MouseClick("Right", 1576, 363, 1)
    Sleep(300)
    
    ;5th companion, 3rd crew skill
    MouseClick("Left", 495, 769, 1)
    Sleep(300)
    MouseClick("Left", 223, 687, 1)
    Sleep(300)
    MouseClick("Left", 1689, 273, 1)
    Sleep(250)
    MouseClick("Left", 1689, 379, 1)
    Sleep(250)
    MouseClick("Right", 1576, 363, 1)
    Sleep(300)
    ;------
    
    ;------
    ;Close the crew skill window
    Send("n")
    Sleep(300)
    ;------
    
    ;------
    ;wait for 15 seconds
    Sleep(15000)
    ;------
    
    WEnd
    EndFunc
    
    
    While (1)
    Sleep (1)
    WEnd
    
    Func Stop ()
    Exit 0
    EndFunc
    Last edited by plopingo; 02-25-2012 at 02:47 AM.

    Crew Skills mission bot
  2. #77
    taffie's Avatar Member
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @plopingo thank you very much for sharing that , i will look into it and edit it for my T3 missions now !

  3. #78
    w746ehj's Avatar Private
    Reputation
    2
    Join Date
    Dec 2011
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Err running on a bad comp could anyone help me modify this for just the lowest res 800X600 or a max of 1366X768? would be eternaly gratfull

  4. #79
    evomac's Avatar Corporal
    Reputation
    3
    Join Date
    Feb 2012
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is great. Thank you so much Plopingo. It works great. I modified my code a little to have the first 2 companions perform crew skill 2 and the last 3 to do crew skill 3. I also changed the random sitting to just pressing "d" to turn 1 slight bit right. Which is hardly noticeable. To me the random sitting looks a little suspect. Here is a copy of my code:

    ; Script Start
    AutoItSetOption ( "MouseCoordMode", 2 )
    AutoItSetOption ( "PixelCoordMode", 2 )

    HotkeySet ("{F5}", "Start")
    HotkeySet ("{F6}", "Stop")
    WinActive("Star Wars: The Old Republic")
    ToolTip("CrewSkill Bot: Press F5 to start, F6 to stop.", 0, 0)
    SendKeepActive("Star Wars: The Old Republic")

    Func Start ()
    WinActivate ("Star Wars: The Old Republic")
    $i=1
    While $i<3600001
    ToolTip("CrewSkill Bot: Running missions...", 0, 0)
    Send('{ESCAPE}')
    Sleep(300)
    Send('{ESCAPE}')
    Sleep(300)
    Send('{ESCAPE}')
    Sleep(300)
    Send('{ESCAPE}')
    Sleep(300)
    ;------

    ;------
    ;anti AFK (sits down) **YOU MUST BIND YOUR 'SIT DOWN' KEY TO "," (comma) for this to work!!**
    Send("d")
    Sleep(250)
    ;------

    ;------
    ;accept sucessful mission rewards before sending companions out on new missions
    MouseClick("Left", 1832, 13, 1)
    Sleep(400)
    MouseClick("Left", 343, 700, 1)
    Sleep(100)
    MouseClick("Left", 343, 710, 1)
    Sleep(100)
    MouseClick("Left", 343, 720, 1)
    Sleep(100)
    MouseClick("Left", 343, 730, 1)
    Sleep(100)
    MouseClick("Left", 343, 740, 1)
    Sleep(100)
    MouseClick("Left", 343, 750, 1)
    Sleep(100)
    MouseClick("Left", 343, 760, 1)
    Sleep(100)
    MouseClick("Left", 343, 770, 1)
    Sleep(100)
    MouseClick("Left", 343, 780, 1)
    Sleep(100)
    MouseClick("Left", 343, 790, 1)
    Sleep(100)
    MouseClick("Left", 343, 800, 1)
    Sleep(100)
    ;------

    ;------
    ;accept failed mission rewards
    MouseClick("Left", 343, 745, 1)
    Sleep(100)
    MouseClick("Left", 343, 745, 1)
    Sleep(100)
    MouseClick("Left", 343, 745, 1)
    Sleep(100)
    MouseClick("Left", 343, 745, 1)
    Sleep(100)
    ;------

    ;------
    ;open the crew skill window
    Send("n")
    Sleep(300)
    ;------

    ;------
    ;send companions out

    ;1st companion, 2nd crew skill
    MouseClick("Left", 223, 460, 1)
    Sleep(300)
    MouseClick("Right", 1576, 363, 1)
    Sleep(300)

    ;2nd companion, 2nd crew skill
    MouseClick("Left", 223, 560, 1)
    Sleep(300)
    MouseClick("Right", 1576, 363, 1)
    Sleep(250)

    ;3rd companion, 3rd crew skill
    MouseClick("Left", 280, 675, 1)
    Sleep(300)
    MouseClick("Right", 1576, 363, 1)
    Sleep(300)

    ;4th companion, 3rd crew skill
    MouseClick("Left", 280, 775, 1)
    Sleep(300)
    MouseClick("Right", 1576, 363, 1)
    Sleep(300)

    ;5th companion, 3rd crew skill
    MouseClick("Left", 498, 738, 1)
    Sleep(300)
    MouseClick("Left", 280, 689, 1)
    Sleep(300)
    MouseClick("Right", 1576, 363, 1)
    Sleep(300)
    ;------

    ;------
    ;Close the crew skill window
    Send("n")
    Sleep(300)
    ;------

    ;------
    ;wait for 15 seconds
    Sleep(15000)
    ;------

    WEnd
    EndFunc


    While (1)
    Sleep (1)
    WEnd

    Func Stop ()
    Exit 0
    EndFunc

  5. #80
    evomac's Avatar Corporal
    Reputation
    3
    Join Date
    Feb 2012
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quick question. I have a couple ideas of things I'd like to do with this script, including modifying it for a friend of mines resolution. Is there a way to find out the exact mouse click coordinates without guessing?

  6. #81
    plopingo's Avatar Member
    Reputation
    2
    Join Date
    Apr 2011
    Posts
    40
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by evomac View Post
    Quick question. I have a couple ideas of things I'd like to do with this script, including modifying it for a friend of mines resolution. Is there a way to find out the exact mouse click coordinates without guessing?
    You need to use AutoInfo

  7. #82
    OneEyedJaxx's Avatar Private
    Reputation
    1
    Join Date
    Jan 2013
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Download link isn't working anymore.

  8. #83
    Trixelirr's Avatar Private
    Reputation
    1
    Join Date
    Jun 2014
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    if you've ever edited your swtor UI, ie: moved, resized your swtor windows, you'll have to find your own mouse coordinates. Or go back to default UI.

  9. #84
    Zynestra's Avatar Member
    Reputation
    1
    Join Date
    Dec 2013
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi!

    So the bot is not working for me for some reason. While i'm on the desktop it works fine but when i go into the game the mouse is not moveing at all. When i alt tab it works and moves perfectly . Any ideas?
    Last edited by Zynestra; 01-24-2015 at 05:28 AM.

  10. #85
    Hans Pieterson's Avatar Member
    Reputation
    1
    Join Date
    Apr 2017
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Help

    I cant find the 1980&1080 resolution everywhere i look i cant find it.. plz help me

Page 6 of 6 FirstFirst ... 23456

Similar Threads

  1. [WIP] Advanced Crew Skill Bot + AntiAFK + Configureable
    By Maxunit in forum SWTOR Bots and Programs
    Replies: 153
    Last Post: 12-18-2014, 12:37 PM
  2. [Bot] Simple crew skill bot by barthen
    By barthen in forum SWTOR Bots and Programs
    Replies: 8
    Last Post: 03-20-2012, 06:55 PM
  3. Crew Skills Bot with Bank and Activate
    By malulululu in forum SWTOR Bots and Programs
    Replies: 6
    Last Post: 02-16-2012, 01:44 AM
  4. How to Get crew skill missions you want
    By everix in forum SWTOR Guides
    Replies: 7
    Last Post: 01-09-2012, 04:27 PM
  5. Crew Skill Bot
    By Arrakis in forum SWTOR Bots and Programs
    Replies: 16
    Last Post: 01-08-2012, 04:36 AM
All times are GMT -5. The time now is 04:25 PM. 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