Crew Skills mission bot menu

User Tag List

Page 3 of 6 FirstFirst 123456 LastLast
Results 31 to 45 of 85
  1. #31
    Nadji's Avatar Member
    Reputation
    1
    Join Date
    Sep 2006
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello all!


    You all have been very helpful so far.

    I have on small problem with this this script

    While TrueIf WinActive("Star Wars: The Old Republic", "" ) Then




    ; Take Loot 1
    RandomDelay(500,250)
    MouseClick("left",327, 780)
    RandomDelay(500,250)
    MouseClick("left",327, 790)
    RandomDelay(500,250)
    MouseClick("left",327, 800)
    RandomDelay(500,250)
    MouseClick("left",327, 810)
    RandomDelay(500,250)
    MouseClick("left",327, 820)


    ; Take Loot 2
    RandomDelay(500,250)
    MouseClick("left",327, 780)
    RandomDelay(500,250)
    MouseClick("left",327, 790)
    RandomDelay(500,250)
    MouseClick("left",327, 800)
    RandomDelay(500,250)
    MouseClick("left",327, 810)
    RandomDelay(500,250)
    MouseClick("left",327, 820)


    ; Take Loot 3
    RandomDelay(500,250)
    MouseClick("left",327, 780)
    RandomDelay(500,250)
    MouseClick("left",327, 790)
    RandomDelay(500,250)
    MouseClick("left",327, 800)
    RandomDelay(500,250)
    MouseClick("left",327, 810)
    RandomDelay(500,250)
    MouseClick("left",327, 820)


    Send('{ESCAPE}')
    Sleep(250)
    Send('{ESCAPE}')
    Sleep(250)
    Send('{ESCAPE}')
    Sleep(250)
    Send('{ESCAPE}')
    Sleep(250)
    Send('{ESCAPE}')
    Sleep(250)


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


    ; Open Skills Window
    RandomDelay(500,250)
    MouseClick("left",1073,15)


    ; Choose skill
    RandomDelay(500,250)
    MouseClick("left",274, 457)


    ; Choose first mission
    RandomDelay(220,220)
    MouseClick("left",1570, 361)


    ; Send companion
    RandomDelay(500,250)
    MouseClick("left",1755, 862)


    ; Choose skill 2
    RandomDelay(500,250)
    MouseClick("left",278, 563)


    ; Choose first mission 2
    RandomDelay(500,250)
    MouseClick("left",1570, 361)


    ; Send companion 2
    RandomDelay(500,250)
    MouseClick("left",1755, 862)


    ; Choose skill 3
    RandomDelay(500,250)
    MouseClick("left",280, 656 )


    ; Choose first mission 3
    RandomDelay(500,250)
    MouseClick("left",1570, 361)


    ; Send companion 3
    RandomDelay(500,250)
    MouseClick("left",1755, 862)


    ; Send ESC to close all windows
    RandomDelay(500,250)
    Send("{ESC}")


    ; Open Bank
    RandomDelay(500,250)
    MouseClick("right",976, 404)


    ; Switch to Ramp 2
    RandomDelay(2000,1000)
    MouseClick("left",1428, 804)


    ; Put Items in Line 1
    RandomDelay(500,250)
    MouseClick("right",76, 349)
    RandomDelay(500,250)
    MouseClick("right",128, 349)
    RandomDelay(500,250)
    MouseClick("right",183, 349)
    RandomDelay(500,250)
    MouseClick("right",238, 349)
    RandomDelay(500,250)
    MouseClick("right",293, 349)
    RandomDelay(500,250)
    MouseClick("right",348, 349)
    RandomDelay(500,250)
    MouseClick("right",405, 349)
    RandomDelay(500,250)
    MouseClick("right",458, 349)
    RandomDelay(500,250)
    MouseClick("right",513, 349)
    RandomDelay(500,250)
    MouseClick("right",568, 349)


    ; Send ESC to close all windows
    RandomDelay(500,250)
    Send("{ESC}")


    Sleep("285000")




    Else
    WinActivate("Star Wars: The Old Republic", "")
    EndIf
    WEnd


    WinWaitActive("Star Wars: The Old Republic");
    Sleep(1000); wait for program to open.




    Func RandomDelay($base,$range)
    Sleep($base + Random (1,$Range,1))
    EndFunc



    It tends to log me of after about 4 hours.

    What can i do to fix this?

    REALLY need your help.


    Thanks in advance

    Crew Skills mission bot
  2. #32
    thakk's Avatar Member
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is a really cool bot, and it works well for me. I just had an idea, and I don't have the skills to implement it, but I'm sure other people would be able to make it work.

    I'm leveling up some professions. What I am finding is that I need mats from specific level ranges. Could this bot be modified to send companions out on a specific mission range?

    Say I want to AFK it for the night to have it go out and gather grade 4 items. Or grade 3 for that matter? It would mean a couple of extra clicks, and I realize it would be random as to what is the top mission, but hey, anything is better than nothing, and you could sell excess on the GTN.

    You would likely need a bunch more exe's or at the very least, comments in the main file for the one you want to build, say crewskill 2 but with the grade 4 components.

    Thanks.

  3. #33
    GaijinPunch's Avatar Member
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    17
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    A random question that strays a bit from this bots purpose but you said (the Ops) that the bot will click 8 times in front of the user to open chests. Now, I have auto-loot enabled on right-click but when i open chests, the screen with the items still appear and I have to click the "take all" button to get them all. Is there no way to auto-loot these without clicking the take all?

    THanks in advance,

  4. #34
    Xiandri's Avatar Established Member
    Reputation
    66
    Join Date
    Feb 2008
    Posts
    159
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by GaijinPunch View Post
    A random question that strays a bit from this bots purpose but you said (the Ops) that the bot will click 8 times in front of the user to open chests. Now, I have auto-loot enabled on right-click but when i open chests, the screen with the items still appear and I have to click the "take all" button to get them all. Is there no way to auto-loot these without clicking the take all?

    THanks in advance,
    it works for me with auto-loot on o.O are you holding down shift or something?

    just turn on auto-loot and right-click on the box and it should work

    It tends to log me of after about 4 hours.

    What can i do to fix this?

    REALLY need your help.


    Thanks in advance
    have you watched the bot for atleast 10minutes? does it work correctly for those 10min?

    if it does, then it might be an issue with the macro looping back to the start (if it waits for too long or doesn't loop, then you will get kicked for being afk)

    also, did you make absolutely sure to bind sit-down to the "," (comma) key? it would kick you for afk eventually if you didnt do that

    i would suggest that you put Send("{SPACE}") into the macro somewhere, so it makes your char jump every time it runs through the macro

    A random question that strays a bit from this bots purpose but you said (the Ops) that the bot will click 8 times in front of the user to open chests. Now, I have auto-loot enabled on right-click but when i open chests, the screen with the items still appear and I have to click the "take all" button to get them all. Is there no way to auto-loot these without clicking the take all?
    you could make it do this, but it would take a hell of a long time to do with my method. i think someone who knows how to program properly would be able to do this though

  5. #35
    thakk's Avatar Member
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Xiandri:

    I started looking thru the code and see that you already have the coords for the lower level missions. How does the code decide if it wants to use them?

    Can I force it to select grade 5 or lower by default? How would I get that part working?

    Thanks.

  6. #36
    thakk's Avatar Member
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Xiandri:

    I think I might have figured it out to select the lower level missions.

    Can you post the coords for crew skill #2? The source code you provided has crew skill three, which is underworld trading for me, and I would rather farm scavenging, which is #2.

    Thanks.

  7. #37
    drupanu's Avatar Sergeant Major
    Reputation
    15
    Join Date
    Feb 2011
    Posts
    175
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Posting my modified code for 2 companions 3rd proffesion. Resolution is 1680x1050. Maybe it will help someone

    Code:
    #cs ----------------------------------------------------------------------------
    
     AutoIt Version: 3.3.8.0
     Author:         Xiandri
    
    #ce ----------------------------------------------------------------------------
    
    ; Script Start - Add your code below here
    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")
    ;************************************************************************************
    ;*** This macro will send 4 companions on the 3rd crewskill's missions!           ***
    ;*** If no missions are available, it will send them out on lower level ones      ***
    ;*** MUST BE RUNNING ON 1980 x 1080 FULLSCREEN RESOLUTION FOR IT TO WORK          ***
    ;*** Also make sure you run the macro as admin, or turn off UAC!                  ***
    ;************************************************************************************
    
    Func Start ()
    WinActivate ("Star Wars: The Old Republic")
    $i=1
    While $i<3600001
    ToolTip("CrewSkill Bot: Running missions...", 0, 0)
    Send('{ESCAPE}')
    Sleep(250)
    Send('{ESCAPE}')
    Sleep(250)
    Send('{ESCAPE}')
    Sleep(250)
    Send('{ESCAPE}')
    Sleep(250)
    Send('{ESCAPE}')
    Sleep(250)
    
    ;anti AFK (sits down) **YOU MUST BIND YOUR 'SIT DOWN' KEY TO "," (comma) for this to work!!**
    Send(",")
    Sleep(250)
    
    ;open the crew skill window
    Send("h")
    Sleep(250)
    MouseClick("Left", 1565, 13, 1)
    Sleep(250)
    
    ;@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    ;accept sucessful mission rewards before sending companions out on new missions
    MouseClick("Left", 1527, 764, 1)
    Sleep(100)
    MouseClick("Left", 1527, 774, 1)
    Sleep(250)
    MouseClick("Left", 1527, 784, 1)
    Sleep(100)
    MouseClick("Left", 1527, 794, 1)
    Sleep(100)
    MouseClick("Left", 1527, 804, 1)
    Sleep(100)
    MouseClick("Left", 1527, 814, 1)
    Sleep(100)
    MouseClick("Left", 1527, 824, 1)
    Sleep(100)
    MouseClick("Left", 1527, 834, 1)
    Sleep(100)
    MouseClick("Left", 1527, 844, 1)
    Sleep(100)
    MouseClick("Left", 1527, 854, 1)
    Sleep(100)
    ;accept failed mission rewards
    MouseClick("Left", 1529, 661, 1)
    Sleep(100)
    MouseClick("Left", 1529, 661, 1)
    Sleep(100)
    MouseClick("Left", 1529, 661, 1)
    Sleep(100)
    MouseClick("Left", 1529, 661, 1)
    Sleep(100)
    ;@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    
    ;send companions out
    
    ;1st companion, 1st crew skill
    MouseClick("Left", 273, 466, 1)
    Sleep(100)
    MouseClick("Right", 1250, 345, 1)
    Sleep(100)
    ;-------
    
    ;2nd companion, 1st crew skill
    MouseClick("Left", 268, 538, 1)
    Sleep(300)
    MouseClick("Right", 1250, 345, 1)
    Sleep(300)
    ;-------327 764
    
    WEnd
    EndFunc
    
    
    While (1)
    Sleep (1)
    WEnd
    
    Func Stop ()
    Exit 0
    EndFunc

  8. #38
    thakk's Avatar Member
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I spent the better part of the night figuring out autoit and stuff.

    I have modified Xiandri's source code to work with 1440x900 (since I have 2 laptops with this res).
    As a bonus, I have made it farm specific grade levels for each of the 2nd and 3rd crew skills (as that is where your gathering skills are).

    It only will do grade 3, grade 4, grade 5, and grade 6. I didn't bother with grade 2 or 1 but I do have their mouse locations if you want to edit them.

    Grade 2 is 1325,265
    Grade 1 is 1325,250

    All credit to Xiandri, as he figured out the mouse click sequences. I just converted it to 1440 and set different grade levels.

    Here is the code, and attached are the sources in a rar file.

    Code:
    #cs ----------------------------------------------------------------------------
    
     AutoIt Version: 3.3.8.0
     Author:         Xiandri
     1440x900 Resolution: Thakk
    
    #ce ----------------------------------------------------------------------------
    
    ; Script Start - Add your code below here
    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")
    ;************************************************************************************
    ;*** This macro will send 4 companions on the 3rd crewskill's missions!           ***
    ;*** This will only farm Grade 3 Items!                                           ***
    ;*** MUST BE RUNNING ON 1440 x 900 FULLSCREEN RESOLUTION FOR IT TO WORK           ***
    ;*** Also make sure you run the macro as admin, or turn off UAC!                  ***
    ;************************************************************************************
    
    Func Start ()
    WinActivate ("Star Wars: The Old Republic")
    $i=1
    While $i<3600001
    ToolTip("CrewSkill Bot: Running missions...", 0, 0)
    Send('{ESCAPE}')
    Sleep(250)
    Send('{ESCAPE}')
    Sleep(250)
    Send('{ESCAPE}')
    Sleep(250)
    Send('{ESCAPE}')
    Sleep(250)
    Send('{ESCAPE}')
    Sleep(250)
    
    ;anti AFK (sits down) **YOU MUST BIND YOUR 'SIT DOWN' KEY TO "," (comma) for this to work!!**
    Send(",")
    Sleep(250)
    
    ;open the crew skill window
    Send("h")
    Sleep(250)
    MouseClick("Left", 1330, 15, 1)
    Sleep(250)
    
    ;@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    ;accept sucessful mission rewards before sending companions out on new missions
    MouseClick("Left", 1345, 645, 1)
    Sleep(100)
    MouseClick("Left", 1345, 655, 1)
    Sleep(250)
    MouseClick("Left", 1345, 665, 1)
    Sleep(100)
    MouseClick("Left", 1345, 675, 1)
    Sleep(100)
    MouseClick("Left", 1345, 685, 1)
    Sleep(100)
    ;MouseClick("Left", 1345, 695, 1)
    ;Sleep(100)
    ;MouseClick("Left", 1345, 705, 1)
    ;Sleep(100)
    ;MouseClick("Left", 1345, 715, 1)
    ;Sleep(100)
    ;MouseClick("Left", 1345, 725, 1)
    ;Sleep(100)
    ;MouseClick("Left", 1345, 735, 1)
    ;Sleep(100)
    ;;accept failed mission rewards
    ;MouseClick("Left", 1345, 690, 1)
    ;Sleep(100)
    ;MouseClick("Left", 1345, 745, 1)
    ;Sleep(100)
    ;MouseClick("Left", 1345, 745, 1)
    ;Sleep(100)
    ;MouseClick("Left", 1345, 745, 1)
    ;Sleep(100)
    ;@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    
    ;send companions out
    
    ;1st companion, 3rd crew skill
    MouseClick("Left", 230, 380, 1)
    Sleep(100)
    MouseClick("Right", 1200, 295, 1)
    Sleep(100)
    ;-------
    ;click lower level missions if needed.......
    ;selects level 41-48 missions
    MouseClick("Left", 1375, 225, 1)
    Sleep(100)
    MouseClick("Left", 1330, 315, 1);41-48
    Sleep(100)
    MouseClick("Right", 1200, 295, 1)
    Sleep(100)
    ;selects level 33-40 missions
    MouseClick("Left", 1375, 225, 1)
    Sleep(100)
    MouseClick("Left", 1330, 295, 1);33-40
    Sleep(100)
    MouseClick("Right", 1200, 295, 1)
    Sleep(100)
    ;selects level 25-32 missions
    MouseClick("Left", 1375, 225, 1)
    Sleep(100)
    MouseClick("Left", 1330, 280, 1);25-32
    Sleep(100)
    MouseClick("Right", 1200, 295, 1)
    Sleep(100)
    ;------
    
    
    
    ;2nd companion, 3rd crew skill
    MouseClick("Left", 230, 465, 1)
    Sleep(300)
    MouseClick("Right", 1200, 295, 1)
    Sleep(300)
    ;-------
    ;click lower level missions if needed..
    ;selects level 41-48 missions
    MouseClick("Left", 1375, 225, 1)
    Sleep(100)
    MouseClick("Left", 1330, 315, 1);41-48
    Sleep(100)
    MouseClick("Right", 1200, 295, 1)
    Sleep(100)
    ;selects level 33-40 missions
    MouseClick("Left", 1375, 225, 1)
    Sleep(100)
    MouseClick("Left", 1330, 295, 1);33-40
    Sleep(100)
    MouseClick("Right", 1200, 295, 1)
    Sleep(100)
    ;selects level 25-32 missions
    MouseClick("Left", 1375, 225, 1)
    Sleep(100)
    MouseClick("Left", 1330, 280, 1);25-32
    Sleep(100)
    MouseClick("Right", 1200, 295, 1)
    Sleep(100)
    ;------
    
    
    
    
    ;3rd companion, 3rd crew skill
    MouseClick("Left", 230, 550, 1)
    Sleep(300)
    MouseClick("Right", 1200, 295, 1)
    Sleep(300)
    ;-------
    ;click lower level missions if needed..
    ;selects level 41-48 missions
    MouseClick("Left", 1375, 225, 1)
    Sleep(100)
    MouseClick("Left", 1330, 315, 1);41-48
    Sleep(100)
    MouseClick("Right", 1200, 295, 1)
    Sleep(100)
    ;selects level 33-40 missions
    MouseClick("Left", 1375, 225, 1)
    Sleep(100)
    MouseClick("Left", 1330, 295, 1);33-40
    Sleep(100)
    MouseClick("Right", 1200, 295, 1)
    Sleep(100)
    ;selects level 25-32 missions
    MouseClick("Left", 1375, 225, 1)
    Sleep(100)
    MouseClick("Left", 1330, 280, 1);25-32
    Sleep(100)
    MouseClick("Right", 1200, 295, 1)
    Sleep(100)
    ;------
    
    
    
    
    
    ;4th companion, 3rd crew skill
    MouseClick("Left", 230, 635, 1)
    Sleep(300)
    MouseClick("Right", 1200, 295, 1)
    Sleep(300)
    ;-------
    ;click lower level missions if needed..
    ;selects level 41-48 missions
    MouseClick("Left", 1375, 225, 1)
    Sleep(100)
    MouseClick("Left", 1330, 315, 1);41-48
    Sleep(100)
    MouseClick("Right", 1200, 295, 1)
    Sleep(100)
    ;selects level 33-40 missions
    MouseClick("Left", 1375, 225, 1)
    Sleep(100)
    MouseClick("Left", 1330, 295, 1);33-40
    Sleep(100)
    MouseClick("Right", 1200, 295, 1)
    Sleep(100)
    ;selects level 25-32 missions
    MouseClick("Left", 1375, 225, 1)
    Sleep(100)
    MouseClick("Left", 1330, 280, 1);25-32
    Sleep(100)
    MouseClick("Right", 1200, 295, 1)
    Sleep(100)
    ;------
    
    ;CHEST FARMING THING *optional*
    ;this part of the macro is for farming a chest while you craft items
    ;zoom your camera out to the max and position it so it is directly above your character (so you are looking down at the top of their head)
    ;this part will click directly infront of your character 8 times in a vertical line (starting from your characters head)
    
    MouseClick("Right", 720, 270, 1)
    Sleep(1500)
    MouseClick("Right", 720, 290, 1)
    Sleep(1500)
    MouseClick("Right", 720, 310, 1)
    Sleep(1500)
    MouseClick("Right", 720, 330, 1)
    Sleep(1500)
    MouseClick("Right", 720, 350, 1)
    Sleep(1500)
    MouseClick("Right", 720, 370, 1)
    Sleep(1500)
    MouseClick("Right", 720, 390, 1)
    Sleep(1500)
    MouseClick("Right", 720, 410, 1)
    Sleep(1500)
    
    ;wait for 30 seconds
    Sleep(30000)
    
    WEnd
    EndFunc
    
    
    While (1)
    Sleep (1)
    WEnd
    
    Func Stop ()
    Exit 0
    EndFunc
    Attached Files Attached Files

  9. #39
    drupanu's Avatar Sergeant Major
    Reputation
    15
    Join Date
    Feb 2011
    Posts
    175
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what i dont get is why not leave it to level his own pace. Without changing the level on the missions. Yea the first few points into a new level range will have few missions but they will come back soon.

    Thanks for that code thakk

  10. #40
    thakk's Avatar Member
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by drupanu View Post
    what i dont get is why not leave it to level his own pace. Without changing the level on the missions. Yea the first few points into a new level range will have few missions but they will come back soon.

    Thanks for that code thakk
    Well on my server, the GTN is bare for scavenging mats for cybertech. I'm trying to make mods and armours and grenades and ear pieces for my toon as I level up. I'm currently level 39. I usually RE the greens to get the blue, and occassionally I'll RE a blue earpiece to get a purple one. I'm going thru mats like crazy, and I have the cash to send my crew out on missions to make my gear, so that is why since I'm 400 scavenging and 400 underworld trading I need the lover level ones.

    for my alts, I'll keep all the mats now as I level up, and very likely will not need to run lower missions to level, but for this first toon, it's been a bit of a learning experience.

    Now that I understand the code a bit, I've made special ones because Corso has +5 Underworld Trading Effiency, Bowdaar has +10 Scavenging efficiency, so I make sure those toons are running their best missions, and I have that fricken noisy ship droid pull filler duty.

    I must say it is working EXTREMELY WELL for me right now. I'm 389 cybertech, and have the blues for all the rest of my levels. Now to figure out what stuff might sell for on the GTN.

  11. #41
    drupanu's Avatar Sergeant Major
    Reputation
    15
    Join Date
    Feb 2011
    Posts
    175
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    After trying to set my resolution to 1440x900 and the script not working i decided to edit my own.

    What it has that was modified and/or added:

    1600x1050
    working with 2nd proffesion
    5 companions sent on misions...
    "n" key used instead of "h" so you don't have to change keybinds
    anti-AFK by moving a very little bit forward and then the same amount backward. barely noticeable.
    i use this while camp a big crate so the sit down would be too noticeable pattern.
    Waits 2 minutes before rerunning the script.


    Code:
    #cs ----------------------------------------------------------------------------
    
     AutoIt Version: 3.3.8.0
     Author:         Xiandri
     1600x1050       by M.
    
    #ce ----------------------------------------------------------------------------
    
    ; Script Start - Add your code below here
    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")
    ;************************************************************************************
    ;*** This macro will send 4 companions on the 3rd crewskill's missions!           ***                                      
    ;*** MUST BE RUNNING ON 1680x10500 FULLSCREEN RESOLUTION FOR IT TO WORK           ***
    ;*** Also make sure you run the macro as admin, or turn off UAC!                  ***
    ;************************************************************************************
    
    Func Start ()
    WinActivate ("Star Wars: The Old Republic")
    $i=1
    While $i<3600001
    ToolTip("CrewSkill Bot: Running missions...", 0, 0)
    Send('{ESCAPE}')
    Sleep(250)
    Send('{ESCAPE}')
    Sleep(250)
    Send('{ESCAPE}')
    Sleep(250)
    Send('{ESCAPE}')
    Sleep(250)
    Send('{ESCAPE}')
    Sleep(250)
    
    ;anti AFK = moves forward and backwards a bit.
    Send("s")
    Sleep(250)
    Send("w")
    Sleep(250)
    
    ;open the crew skill window
    Send("n")
    Sleep(250)
    MouseClick("Left", 1585, 15, 1)
    Sleep(250)
    
    ;@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    ;accept sucessful mission rewards before sending companions out on new missions
    MouseClick("Left", 1535, 790, 1)
    Sleep(100)
    MouseClick("Left", 1535, 780, 1)
    Sleep(100)
    MouseClick("Left", 1535, 770, 1)
    Sleep(100)
    MouseClick("Left", 1535, 760, 1)
    Sleep(100)
    MouseClick("Left", 1535, 750, 1)
    Sleep(100)
    MouseClick("Left", 1535, 740, 1)
    Sleep(100)
    MouseClick("Left", 1535, 730, 1)
    Sleep(100)
    MouseClick("Left", 1535, 720, 1)
    Sleep(100)
    MouseClick("Left", 1535, 710, 1)
    Sleep(100)
    MouseClick("Left", 1535, 700, 1)
    Sleep(100)
    MouseClick("Left", 1535, 790, 1)
    Sleep(100)
    MouseClick("Left", 1535, 780, 1)
    Sleep(100)
    MouseClick("Left", 1535, 770, 1)
    Sleep(100)
    MouseClick("Left", 1535, 760, 1)
    Sleep(250)
    MouseClick("Left", 1535, 750, 1)
    Sleep(250)
    MouseClick("Left", 1535, 740, 1)
    Sleep(250)
    MouseClick("Left", 1535, 730, 1)
    Sleep(250)
    MouseClick("Left", 1535, 720, 1)
    Sleep(100)
    MouseClick("Left", 1535, 710, 1)
    Sleep(100)
    MouseClick("Left", 1535, 700, 1)
    Sleep(100)
    ;@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    
    ;send companions out
    
    ;1st companion, 2rd crew skill
    MouseClick("Left", 255, 440, 1)
    Sleep(100)
    MouseClick("Right", 1270, 350, 1)
    Sleep(100)
    ;------
    
    ;2nd companion, 2rd crew skill
    MouseClick("Left", 255, 545, 1)
    Sleep(300)
    MouseClick("Right", 1270, 350, 1)
    Sleep(100)
    ;------
    
    ;3rd companion, 2rd crew skill
    MouseClick("Left", 255, 640, 1)
    Sleep(300)
    MouseClick("Right", 1270, 350, 1)
    Sleep(100)
    ;------
    
    ;4th companion, 2rd crew skill
    MouseClick("Left", 255, 740, 1)
    Sleep(300)
    MouseClick("Right", 1270, 350, 1)
    Sleep(100)
    ;------
    
    ;5th companion, 2rd crew skill
    MouseClick("Left", 520, 740, 1)
    Sleep(300)
    MouseClick("Left", 255, 665, 1)
    Sleep(300)
    MouseClick("Right", 1270, 350, 1)
    Sleep(100)
    MouseClick("Left", 520, 395, 1)
    Sleep(300)
    ;------
    
    ;CHEST FARMING THING *optional*
    ;this part of the macro is for farming a chest while you craft items
    ;zoom your camera out to the max and position it so it is directly above your character (so you are looking down at the top of their head)
    ;this part will click directly infront of your character 8 times in a vertical line (starting from your characters head)
    
    MouseClick("Right", 840, 620, 1)
    Sleep(1500)
    MouseClick("Right", 840, 600, 1)
    Sleep(1500)
    MouseClick("Right", 840, 600, 1)
    Sleep(1500)
    
    ;wait for 120 seconds (2min)
    Sleep(600000)
    
    WEnd
    EndFunc
    
    
    While (1)
    Sleep (1)
    WEnd
    
    Func Stop ()
    Exit 0
    EndFunc
    Thanks thakk & Xiandri
    Last edited by drupanu; 01-27-2012 at 08:38 PM.

  12. #42
    slinker's Avatar Member
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Works great, thank you for sharing it!

  13. #43
    aprisma's Avatar Member
    Reputation
    1
    Join Date
    Feb 2009
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello,
    i am new to community and thanx a lot for this great posts. Especially for the sources.
    I was also on making a bot but it took me 4 weeks (till today) to find out why the bot only work when I do not open the game.
    It did not click anything - and again it was this ****** UAC :-)
    Will try when I am at home. Maybe I can give somehting back to you.
    cheers,

  14. #44
    aprisma's Avatar Member
    Reputation
    1
    Join Date
    Feb 2009
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Xiandri View Post
    how are you finding the mouse cordinates?
    Sorry if its maybe already answered.
    But when I do bots I use the Tool that is included with autoit v3 called "AutoItWindowInfo".
    You can look for coordinates Full-Screen or WIndowed.
    Hope it helps,
    cheers,

  15. #45
    aprisma's Avatar Member
    Reputation
    1
    Join Date
    Feb 2009
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Xiandri View Post
    yeh, I kinda feel the same, but jumping looks even more obvious than sitting. if you dont like the sitting then just bind jump to "," instead and it will jump. dunno what else to use for anti-AFK
    Use the "a" button. Then the toon just moves a little clockwise and its enough to be back on keyboard again.

    cheers,

Page 3 of 6 FirstFirst 123456 LastLast

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 07:25 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