Page 5 of 6 FirstFirst 1 2 3 4 5 6 LastLast
Results 61 to 75 of 81

Thread: Crew Skills mission bot

  
  1. #61
    Member
    Reputation
    1
    Join Date
    Oct 2010
    Posts
    8
    4 Hours Ago

    5th companion added

    Last edited by plopingo; 3 Minutes Ago at 03:20 AM.


    WAHOU ! Great work mate !

  2. #62
    Member
    Reputation
    1
    Join Date
    Apr 2011
    Posts
    28
    Quote Originally Posted by Ponoir View Post
    4 Hours Ago

    5th companion added

    Last edited by plopingo; 3 Minutes Ago at 03:20 AM.


    WAHOU ! Great work mate !
    I've update the script since you have respond

  3. #63
    Member
    Reputation
    1
    Join Date
    Oct 2010
    Posts
    8
    Lol, Main message isn't update ?

  4. #64
    Member
    Reputation
    1
    Join Date
    Apr 2011
    Posts
    28
    Quote Originally Posted by Ponoir View Post
    Lol, Main message isn't update ?
    All update is on this message : http://www.ownedcore.com/forums/star...ml#post2193810 (Crew Skills mission bot)

  5. #65
    Member
    Reputation
    1
    Join Date
    Oct 2010
    Posts
    8
    Thanks a lot No "Donate" Button ? Because I want donate, this bot is very useful and i want to dismiss you for your job !

  6. #66
    Member
    Reputation
    1
    Join Date
    Apr 2011
    Posts
    28
    Quote Originally Posted by Ponoir View Post
    Thanks a lot No "Donate" Button ? Because I want donate, this bot is very useful and i want to dismiss you for your job !
    All credits is for Xiandri, I've just reworked the source

  7. #67
    Contributor Netzgeist's Avatar
    Reputation
    128
    Join Date
    Jan 2008
    Location
    Germany
    Posts
    304
    Some copypaste from my scripts for you:

    Code:
    ..
    Global $crewX = 734
    Global $crewY[6]
    $crewY[0] = 756; KHEM!!1 :P
    $crewY[1] = 773
    $crewY[2] = 791
    $crewY[3] = 809
    $crewY[4] = 828
    $crewY[5] = 842
    
    Global $use[6]
    $use[0] = true
    $use[1] = true
    $use[2] = true
    $use[3] = true
    $use[4] = false
    $use[5] = true
    ..
    
    ..
       Local $i
       For $i = 0 to 5
          If $use[$i] = true Then
             MouseClick("Left", $prfsnX, $prfsnY, 1)
             Sleep($uidelay)
             MouseClick("Left", $msnX,$msnY,1)
             Sleep($uidelay)
             MouseClick("Left", $petlistX,$petlistY,1)
             Sleep($uidelay)
             Local $Y = $crewY[$i]       
             MouseClick("Left", $petlistX, $crewY[$i], 1)
             Sleep($uidelay)
             MouseClick("Left", $startX,$startY ,1)
             Sleep($uidelay)
          EndIf
       Next
    ..
    • If you iterate through pet conidtions, you may choose to skip a single pet.
    • If you store your coords inside arrays, it will be easier to modify them later (eg if you wanna calc relative values for supporting differend resolutions)
    My contributions:
    http://codepad.org/8lc2Kjad

  8. #68
    Member
    Reputation
    1
    Join Date
    Apr 2011
    Posts
    28
    Fixed incorrect Value for Completion / fail missions reward

  9. #69
    Member
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    19
    Thank you so much for the bot. I was wondering, is there any way someone can help me get my 5th companion involved? I see the updated script mid page, but I don't need the banking or chest opening. Just basic trade clicks.

  10. #70
    Member
    Reputation
    1
    Join Date
    Apr 2011
    Posts
    28
    Quote Originally Posted by evomac View Post
    Thank you so much for the bot. I was wondering, is there any way someone can help me get my 5th companion involved? I see the updated script mid page, but I don't need the banking or chest opening. Just basic trade clicks.
    I'm working on it for you

    EDIT : Here it is

    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", 280, 475, 1)
    Sleep(300)
    MouseClick("Right", 1576, 363, 1)
    Sleep(300)
    
    ;2nd companion, 3rd crew skill
    MouseClick("Left", 280, 575, 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
    Let me know if you are any issues with it
    Last edited by plopingo; 02-24-2012 at 12:25 AM.

  11. #71
    Member
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    5
    Hey, loving the bot but i was wondering if there is a way to add the 17+ missions? second set of them, and if your able to select which missions you want the bot to do instead of it going through each tier.. say i was wanting to farm tier 3 materials only..

  12. #72
    Member
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    5
    Hey plop thanks for the updates.. Any chance you. And work something out for diplomacy light/darkside options? Keep up the great work

  13. #73
    Member
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    19
    Quote Originally Posted by plopingo View Post
    I'm working on it for you

    EDIT : Here it is

    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", 280, 475, 1)
    Sleep(300)
    MouseClick("Right", 1576, 363, 1)
    Sleep(300)
    
    ;2nd companion, 3rd crew skill
    MouseClick("Left", 280, 575, 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
    Let me know if you are any issues with it
    Thanks a bunch, but I think I am doing something wrong. In my folder I have the .exe files and the script file. I overwrote the script file with the text you have here, however the bot does not behave any differently. Is there something I am missing in order to get this to work?

  14. #74
    Site Donator
    Reputation
    7
    Join Date
    Dec 2006
    Posts
    32
    Quote Originally Posted by evomac View Post
    Thanks a bunch, but I think I am doing something wrong. In my folder I have the .exe files and the script file. I overwrote the script file with the text you have here, however the bot does not behave any differently. Is there something I am missing in order to get this to work?
    Yeah, I have the same issue :/

  15. #75
    Member
    Reputation
    1
    Join Date
    Apr 2011
    Posts
    28
    Don't overwrote the script file ^^ is a system file integrated with auto it

    copy past the script in a new .txt file then rename .au3

 

 
Page 5 of 6 FirstFirst 1 2 3 4 5 6 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT -4. The time now is 04:06 PM. Powered by vBulletin® Version 4.1.12
Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.
Content Relevant URLs by vBSEO

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154