SWTOR starter for Lucky's Spacebot menu

User Tag List

Page 2 of 2 FirstFirst 12
Results 16 to 26 of 26
  1. #16
    Croxphire's Avatar Private
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Got everything set up. The ini files exists and I edited it as described but.....where is the "start checking" checkbox? I'm not seeing it on the options page.

    Nevermind........ I was being stupid.
    Last edited by Croxphire; 09-06-2012 at 12:00 PM.

    SWTOR starter for Lucky's Spacebot
  2. #17
    adaman7's Avatar Corporal
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Good stuff! Ok, I got everything working except one thing. I edited the ini file. Put the correct path in and my password. I used AutoIT to find the correct ID for the mission I want it to run when it restarts. The only problem is it does not find the password field when it starts SWTOR. I looked in the starterpics folder and nothing was there so I took a picture of the SWTOR launcher but it still is giving me the error cant find password field. 1) Is there a specific name I need to name the picture. 2) Does it need to be a picture of the entire launcher or just the password field (and how much e.g. do I need to have the portion that says SWTOR password: in the picture as well).

    Thanks.

  3. #18
    LOVEANGELCRISS's Avatar Corporal
    Reputation
    2
    Join Date
    Sep 2012
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is there any company farming credits ,i want buy a lot credits,pls contact me SKYPE:tanjie-gold,MSN:[email protected]

  4. #19
    jstine's Avatar Corporal
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    password/login all work fine, it gets me back to the captains chair fine, but no matter what # i put in for the mission select button it keeps picking skaross. right now i'm trying 22 for syvris, as the autoit detector says it should be, but no matter what number i put in, it keeps picking skaross over and over. any idea how to fix this? it's kind of useless without it. thanks!

  5. #20
    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)
    how come i can't get the ini file to show up in my documents? =(

    i put the starter.au3 file in the folder (the one i made by extracting the contects of 5.35), same for the starterpics folder, just drop it into the lucky's folder

    run it with TOR, nothing is created

    does it need a specific name?

    any help appreciated
    Last edited by breadguy; 09-15-2012 at 02:49 PM.

  6. #21
    jstine's Avatar Corporal
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    anyone have help with my issue? it's running kalee for about 50ish runs avg before it'l crash out, then it just wont restart the right mission due to the wrong button issue. restarts game, logs in fine, etc but it stops there.

  7. #22
    adaman7's Avatar Corporal
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I figured out my issue. I didn't understand I needed to unzip all of the contents into the lucky's spacebot folder. I followed the directions and it said to create your own pictures folder. Its working like a charm now Nice work. Wonder why this wouldn't just be in a spacebot version "with starter" and an explanation on how to set it up.

  8. #23
    TMichael's Avatar Knight-Lieutenant
    Reputation
    29
    Join Date
    Jul 2012
    Posts
    346
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    As a heads up, I'm in the process of integrating a modified version of this script into Lucky's. The update will also include Run Time and Off Time fields, allowing users to choose how long the bot will run and how long the bot will remain logged out until running again.

    I'll post an update in the Lucky's thread once it's polished and ready for download, so keep an eye out there. Big thanks to federp!

  9. #24
    mrmr's Avatar Active Member
    Reputation
    34
    Join Date
    Jun 2007
    Posts
    84
    Thanks G/R
    6/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If you really do so, please...add options for the "timeouts".
    I had to change the sources to make it works for me...
    I'm not root of myself

  10. #25
    TMichael's Avatar Knight-Lieutenant
    Reputation
    29
    Join Date
    Jul 2012
    Posts
    346
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mrmr View Post
    If you really do so, please...add options for the "timeouts".
    I had to change the sources to make it works for me...
    Are you talking about what I just described for Time Off (how long you are logged out), or something else?

  11. #26
    mrmr's Avatar Active Member
    Reputation
    34
    Join Date
    Jun 2007
    Posts
    84
    Thanks G/R
    6/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nope. Here's an example of what I twicked in the source:
    in Func starter()
    Code:
    Local $maxwait= 31 ; seconds
    Code:
    Local $maxlplaywait = 59 ; seconds
    Code:
    Local $maxgplaywait = 59 ; seconds
    without those tweaks, as my load times seem kinda long, the bot got stuck there, not finding the required fields&buttons.


    Finally, a setting for those, would be nice. I think that having the setting in the bot's directory is far better.
    Code:
    ; Check  if .ini is there
    ;Local $ini = @MyDocumentsDir&'\swtor-starter.ini'
    Local $ini = '.\swtor-starter.ini'
    and not everyone installs the game in C:\games
    Code:
    ;FileWrite($file,"swtorexe=C:\games\Star Wars-The Old Republic\launcher.exe"&@CRLF)
    FileWrite($file,"swtorexe=G:\SWTOR\launcher.exe"&@CRLF)
    Last edited by mrmr; 09-19-2012 at 03:11 AM.
    I'm not root of myself

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [Buying] Buying SWTOR Credit,Trading SWTOR keys for your gold
    By Shayeeda in forum Star Wars: The Old Republic Buy Sell Trade
    Replies: 830
    Last Post: 12-10-2016, 07:07 AM
  2. [Trading] SWTOR Account for WoW Account
    By Hex00010 in forum WoW-US Account Buy Sell Trade
    Replies: 4
    Last Post: 03-05-2012, 06:29 PM
  3. [Trading] My SWTOR account for your Wow accnt
    By Salkan in forum World of Warcraft Buy Sell Trade
    Replies: 1
    Last Post: 01-11-2012, 08:54 AM
  4. [Selling] Standard SWTOR Key For Dark Reaper Credits or 60-day card (Empire Side)
    By xxx13luexxx in forum Star Wars: The Old Republic Buy Sell Trade
    Replies: 8
    Last Post: 01-10-2012, 01:18 AM
  5. [Twinks] No Need for Lucky Fishing Hat
    By shindaustin in forum World of Warcraft Exploits
    Replies: 7
    Last Post: 10-29-2010, 01:55 PM
All times are GMT -5. The time now is 09:22 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