[For Free] Luckys Spacebot menu

User Tag List

Page 98 of 120 FirstFirst ... 48949596979899100101102 ... LastLast
Results 1,456 to 1,470 of 1799
  1. #1456
    Cystacae's Avatar Knight-Lieutenant
    Reputation
    37
    Join Date
    Jan 2011
    Posts
    255
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by paranoid116 View Post
    Im using a x32 bit comp. I don't know if that makes a difference, But a full epic ship with converters should be able to beat the level 28 Syvis....or any but Fonder....Seems fonder is the only one I can beat. I resized, low profile, windows, screen in corner, reset. It DOES do the crew skills with no problem what-so-ever, yet space missions seems out of my reach..
    I have a lesser ship on my pub and I am able to go flawlessly. Infact I was using a couple level 3 gear on pakuuni still and succeeding. You need only move the windows to your top left corner on your main display. If you have a notebook there is a known problem with the bot not being able to run on desktop screen resolutions 1366x768 or lower. Reason for this is that you will never be able to get the 768 of the 1024 even if you hide the taskbar. The taskbar will still use about 5-15 or so pixels at the bottom regardless of what you do. I maybe fixing this issue but the only resolution I can see usable is 800x600 as 1152x648 and 1280x720 are unusable by Lucky so he wouldn't be able to help me develop that splinter and I am not willing to go that route alone.
    "I'm cookin' with gas. I've gotta handful of vertebrae and a headful of mad. Yeah. That's your spinal cord. Baby. Dig it. Who's the man? I'm the man. I'm a bad man. How bad? Real bad. I'm a 12.0 on the 10.0 scale of badness." -- Midnight Bomber from The Tick.

    [For Free] Luckys Spacebot
  2. #1457
    Cystacae's Avatar Knight-Lieutenant
    Reputation
    37
    Join Date
    Jan 2011
    Posts
    255
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by trendkilla254 View Post
    Any idea why it consistently closes on the 5th run? Only does this on aeten and clouds.

    Sent from my SPH-D700 using Tapatalk 2
    Not one reason why.
    "I'm cookin' with gas. I've gotta handful of vertebrae and a headful of mad. Yeah. That's your spinal cord. Baby. Dig it. Who's the man? I'm the man. I'm a bad man. How bad? Real bad. I'm a 12.0 on the 10.0 scale of badness." -- Midnight Bomber from The Tick.

  3. #1458
    Sl1CKDEALS's Avatar Private
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by trendkilla254 View Post
    AutiIt Error Line 8595
    Error: Unknown Function Name.

    This was using the dailys tab, atean and clouds missions checked with the do after dropdown set to clouds.
    The issue is because whoever has had their hands in the code (many sources) can't spell Aeten properly and have been spelling it Aetan instead. Open the .au3 file for the bot and simply do a replace function and change "Aetan" to "Aeten" and once that's done go into the missions folder and rename the Aetan.au3 to Aeten.au3 and it'll work. I didn't even bother to change the mistakes in the mission file but hopefully someone can clean all this up on the next release.

    P.S. Thank for all the hard work to the guys and gals that keep making this bot better!

  4. #1459
    thegaf's Avatar Sergeant
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cystacae View Post
    Originally Posted by freakypreachy
    Having a strange issue. Drexel worked fine on the 4.X versions, save for a few issues with timing. When 5.0 came out with the Drexel improvements, I'd hoped it would fix the timing issues. Unfortunately, I can't tell if it did, because Drexel won't start. I mean, it will start the mission, but the bot never begins firing at the 45 second mark like it supposed to. It just never turns on once the mission has begun. I've replaced the 45 second image with my own, and it still won't start. What could have changed between 4.X and 5.X that would make the bot not recognize the start of the mission? All other missions start up and complete fine.
    To my knowledge nothing changed.

    Hmmm... I don't touch mission files and the mission file loads the mission all together after the crew skills are handled if any. So if it loads into the mission then it is all ready on the mission file.
    You're correct, at the point when it clicks the captains chair it is now executing the code from the mission file. I've been working on a new tab that will be an image search test for people having issues. I'm about 75% done just a few things to work through. like I'm not sure if the GUI can display .png files, it seems to like only .jgp... so might have to come up with a work around for that.

    Keep up the good work! It always good to see other people jump in and help out coding for the good of the land err Galaxy!

    GL
    Gaf

  5. #1460
    thegaf's Avatar Sergeant
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sl1CKDEALS View Post
    The issue is because whoever has had their hands in the code (many sources) can't spell Aeten properly and have been spelling it Aetan instead. Open the .au3 file for the bot and simply do a replace function and change "Aetan" to "Aeten" and once that's done go into the missions folder and rename the Aetan.au3 to Aeten.au3 and it'll work. I didn't even bother to change the mistakes in the mission file but hopefully someone can clean all this up on the next release.

    P.S. Thank for all the hard work to the guys and gals that keep making this bot better!
    Haha to be honest that was probably me that fat fingered that.. I changed a lot of variables going from 4.22 to 5.0 and I dont have an Imp to test with... however thanks for pointing out the bug

    GL
    Gaf

  6. #1461
    freakypreachy's Avatar Private
    Reputation
    1
    Join Date
    May 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cystacae View Post
    To my knowledge nothing changed. Hmmm... I don't touch mission files and the mission file loads the mission all together after the crew skills are handled if any. So if it loads into the mission then it is all ready on the mission file.
    Yeah, like I said, really strange. I actually have to use a prior version of the bot in order to run Drexel. Currently using 5.2, maybe I should try deleting everything and redownloading it? It definitely seems like something changed, though. In the 4.X versions, the beginning rock timer was set to something like 32000 initially (somewhere in the 30s, can't remember what.) But the 5.2 version had the beginning rock timer set to 18000 initially, which seems like a vast difference. I've tried pumping it up to match the values in my 4.X version to see if that helps, but the ship never begins to move/fire on its own.

    It's obviously loading the mission, so I just can't figure out why it's not activating the actual movement/firing within the mission itself. I'm hoping I've just somehow gotten a bad version, but I only download from the main page, so even that seems fishy. I'll have to check it out when I get home.

  7. #1462
    thegaf's Avatar Sergeant
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by freakypreachy View Post
    Yeah, like I said, really strange. I actually have to use a prior version of the bot in order to run Drexel. Currently using 5.2, maybe I should try deleting everything and redownloading it? It definitely seems like something changed, though. In the 4.X versions, the beginning rock timer was set to something like 32000 initially (somewhere in the 30s, can't remember what.) But the 5.2 version had the beginning rock timer set to 18000 initially, which seems like a vast difference. I've tried pumping it up to match the values in my 4.X version to see if that helps, but the ship never begins to move/fire on its own.

    It's obviously loading the mission, so I just can't figure out why it's not activating the actual movement/firing within the mission itself. I'm hoping I've just somehow gotten a bad version, but I only download from the main page, so even that seems fishy. I'll have to check it out when I get home.
    With version 5.x you can take what ever code worked for you in the past and then put in the missions/Republic/Drexel.au3 file and then recompile the exe (you need autoit installed for this).

    I'm not sure that the 5.x uses the custom start times, I believe it just uses image search for the start timings.

  8. #1463
    Sl1CKDEALS's Avatar Private
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by thegaf View Post
    Haha to be honest that was probably me that fat fingered that.. I changed a lot of variables going from 4.22 to 5.0 and I dont have an Imp to test with... however thanks for pointing out the bug

    GL
    Gaf
    It happens to all of us at some point or another with endless lines of code.

    On another note there seems to be an issue with settings not being applied to the config.ini file and you can see that it's reading from it but not writing back upon F4. I'm gonna have a look at it more when time permits to see if I can find out what's going on.

  9. #1464
    thegaf's Avatar Sergeant
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sl1CKDEALS View Post
    It happens to all of us at some point or another with endless lines of code.

    On another note there seems to be an issue with settings not being applied to the config.ini file and you can see that it's reading from it but not writing back upon F4. I'm gonna have a look at it more when time permits to see if I can find out what's going on.
    just did a quick test and you are correct, using F4 doesnt save the settings however using the right corner X does save the settings. I'm sure something can be done.

  10. #1465
    DjVandal's Avatar Member
    Reputation
    1
    Join Date
    Feb 2007
    Posts
    117
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have had absolutely no luck making adjustments to sullust either it dodges most collisions and comes well under the needed ships killed or its on track to complete but due to collisions not makeing it im gonna give up on Sullust for now.

    On a side note using Pressi's polith mission from page 89 it is still possible to to bot 41-44 just make sure you set your ui to default before hand (Any of the missions using image search for timers needs this i think because sometimes the timer will shift over a half inch randomly)

  11. #1466
    vancejohnson's Avatar Master Sergeant
    Reputation
    1
    Join Date
    Mar 2012
    Posts
    76
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi DJvandal:

    Thanks for the info.

    When I read your second line... "On a side note using Pressi's polith mission from page 89 it is still possible to to bot 41-44 ...", I started to hear the Superman I (from 197 theme song in my head.

    Good stuff, and much appreciated!


    EDIT... Oh wait, isn't Polith Empire? I forget, and will check tonight, but I'm on my Republic guys now. Anyhoo, thanks for the info.

    As an aside, it is SO sad that the thought of playing through just 3 levels manually is torturous. I wanted this game to be fun, but the re-playability aspect is, for me at least, extremely low!
    Last edited by vancejohnson; 05-09-2012 at 12:23 PM. Reason: oh wait....

  12. #1467
    luckysurfcs's Avatar Member
    Reputation
    2
    Join Date
    Apr 2010
    Posts
    85
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is this bot meant to be able to craft also (armstech),
    I set it up to choose armstech, press "crewskills only", the bot opens armstech and then continuoulsy tries to click roughly near the 3rd material (needed for the item). I.e. it doesnt choose the highest quality item i can make and queue it for crafting.

    thanks.

  13. #1468
    DjVandal's Avatar Member
    Reputation
    1
    Join Date
    Feb 2007
    Posts
    117
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Pretty sure its not able to craft

    Sent from my HTC Incredible S using Tapatalk 2

  14. #1469
    DjVandal's Avatar Member
    Reputation
    1
    Join Date
    Feb 2007
    Posts
    117
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes polith is empire. I haven't had the dread of replaying too bad I generally Pvp if I hit a wall also don't forget your space dailys as you go fleet comma are gold

    Sent from my HTC Incredible S using Tapatalk 2

  15. #1470
    luckysurfcs's Avatar Member
    Reputation
    2
    Join Date
    Apr 2010
    Posts
    85
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nexy33 View Post
    just ran aeten with full epic ship with ecm and pc mod 5 runs 5 success ths thing rocks and the crafting bot part is superb
    The quote above made me think otherwise, can someone else also confirm that this bot cant craft yet?

Similar Threads

  1. Play World of Warcraft for Free
    By Matt in forum World of Warcraft Exploits
    Replies: 22
    Last Post: 10-26-2006, 04:25 PM
  2. Download most programs for free (Not Subscriptions!!)
    By =sinister= in forum World of Warcraft Guides
    Replies: 7
    Last Post: 08-22-2006, 08:16 AM
  3. www.wowith.com for FREE
    By Snor11 in forum World of Warcraft Exploits
    Replies: 22
    Last Post: 08-19-2006, 02:09 AM
  4. Train skill for free!!!
    By Krazzee in forum World of Warcraft Exploits
    Replies: 14
    Last Post: 06-15-2006, 12:07 AM
All times are GMT -5. The time now is 12:37 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search