[Open Source] Lucky's Spacebot menu

User Tag List

Page 62 of 135 FirstFirst ... 12585960616263646566112 ... LastLast
Results 916 to 930 of 2019
  1. #916
    vapor311's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    118
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TMichael View Post
    Right now, both Kalee and the Impossible Sector/Ascendancy should be among the missions which can complete 100% of the time with good gear. Clouds/Zosha will only finish with the bonus off, but should be close to 100% with proper gear, so you might be having color tolerance issues here. Aetan needs the code updates from Kalee moved over to it, at which point it should run close to 100% as well - I'll see if I can get to that this week.
    "DS-Mantis Mode" under options.

    [Open Source] Lucky's Spacebot
  2. #917
    pikachu83's Avatar Member
    Reputation
    4
    Join Date
    Jul 2008
    Posts
    98
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is there a new version that does ascendary barrier?

  3. #918
    bankyedwards's Avatar Private
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i'm leveling a PT alt on 2nd account and so far Jabim i can't seem to get it to finish without the ship I am escorting dieing all the time due to the bot not shooting enough of the bonus fighters. Cartel Listening Station sometimes fails due to the bot running into structures to often. and for some odd reason Naz Peron Sweep will exit the mission itself once the first round of fighters spawn every single time. and alot it will also log out to the character screen then relog into the character on its own.

  4. #919
    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 tekbill View Post
    I see. Then there may be a problem as a few of the 'hit boxes' are written correctly (TLx,TLy)(BLx,BLy) and some are written where what should be the top left is way over to the bottom right and the rest is way over on the upper left. Im not sure what that does for the ImageSearch() command but i dont think it wraps around the window (though i can see where that could come in handy)
    Those hit boxes are like that intentionally. PixelSearch is pretty flexible, and in some cases, searching bottom right to upper left works better. It's impossible to make it search off screen unless the coordinates are too large (> 1040 x 806).

    I have been manually tweaking various variables in the missions code - shrinking scan areas (saves CPU and search times) along with going through each missions on a second by second basis.

    I have gotten all the way up to Pakuuni and can run them all 100% (i usually dont care of the bonus) and find that at level 40, i can run Pakuuni all night, when I wake, its still running, with about 80 missions in the counter and about 340k credits in my bank.
    Sounds great! Many of those have yet to be re-coded (no primary attack function, no coordinate parameters in the attack function calls), so that task couldn't have been easy. I've been slowly working through them time permitting, also adding game tolerance functionality, but there is much yet to do.

    We have a user-submitted branch on the SVN if you'd like to send us your changes. If interested, just PM me your email and I can set up permissions for you in Assembla.

  5. #920
    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 pikachu83 View Post
    is there a new version that does ascendary barrier?
    Ascendancy was added after work was finished on the Impossible Sector. They are essentially the same mission for different factions, so most of the code was just ported over. While many Empire missions require different color searches for ships, or start at a slightly different time (within 5 seconds or so), I think these two matched up nicely.

    Anyway, you should be able to achieve a high Won/Loss % with it at 48, and a nearly 100% success rate with all upgraded purples. Please let us know how it works for you.

    Originally Posted by bankyedwards View Post
    i'm leveling a PT alt on 2nd account and so far Jabim i can't seem to get it to finish without the ship I am escorting dieing all the time due to the bot not shooting enough of the bonus fighters. Cartel Listening Station sometimes fails due to the bot running into structures to often. and for some odd reason Naz Peron Sweep will exit the mission itself once the first round of fighters spawn every single time. and alot it will also log out to the character screen then relog into the character on its own.
    This sounds like a timing/image recognition issue, but to help narrow the problem down, click SysInfo under the field in the About tab and post the results here.

    For Jabiim, watch the status text on your bot window when the mission starts, and see if the timer matches up with the actual time shown on your game window. If it starts too early, try one of the following:

    • Click [Resize and Move] under Options to make sure your screen is the right size at the right position.
    • Try adjusting Image Tolerance, under Options, down by one or two points at a time until the mission starts on time.
    • Take a screenshot at the correct starting time, crop down your image to match our image, and then replace our image with yours - because of differences between the developer system and some user systems, this can sometimes make a difference when nothing else will

  6. #921
    tekbill's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mrmr View Post
    Yesterday I got 95/1 on "Kalee Fortification" with a lvl46 char.
    Most of the time, with bonus too
    nice - did you have to modify any of the script or is that right out of the box. I haven't tried that one yet.

  7. #922
    tekbill's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TMichael View Post
    Those hit boxes are like that intentionally. PixelSearch is pretty flexible, and in some cases, searching bottom right to upper left works better. It's impossible to make it search off screen unless the coordinates are too large (> 1040 x 806).



    Sounds great! Many of those have yet to be re-coded (no primary attack function, no coordinate parameters in the attack function calls), so that task couldn't have been easy. I've been slowly working through them time permitting, also adding game tolerance functionality, but there is much yet to do.
    it was a tad tedious, alot of hardcoded stuff just to get it working. most of the time im just shooting at a specific place without even doing an imagesearch of pixelsearch function. obviously the goal is to make it a little more intelligent.

  8. #923
    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)
    Originally Posted by tekbill View Post
    nice - did you have to modify any of the script or is that right out of the box. I haven't tried that one yet.
    Used it as it is, with default tollerance too, although on Imperial side there still are some minor problems
    I'm not root of myself

  9. #924
    decryptedman's Avatar Member
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey, great work on the bot I have gotten 4-5 toons up to lvl 50 with the previous versions in the past and I have just started to play SWTOR again.

    I am unable to get the new version to work though, I don't get any error messages, the initial mission start/select works perfectly--aside from the game screen going black for a few seconds. But then the bot doesn't do anything during the mission and attempts to exit the mission after about 20 seconds. Same problem noted in the Q&A document and I have tried changing the "image tolerance" from 90..91..92.. 125 and still no luck.

    The closest I have gotten is when the bot barrel rolls and fires the blaster but doesn't target anything. I have tried the first 3 missions for the empire side (lvl 15)

    Windows 7 64x version
    Radeon HD 6570
    AMD Athlon x2 2.8 Ghz
    4 GB DDR3

    Desktop Resolution 1600x900 wide

  10. #925
    vapor311's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    118
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by decryptedman View Post
    hey, great work on the bot I have gotten 4-5 toons up to lvl 50 with the previous versions in the past and I have just started to play SWTOR again.

    I am unable to get the new version to work though, I don't get any error messages, the initial mission start/select works perfectly--aside from the game screen going black for a few seconds. But then the bot doesn't do anything during the mission and attempts to exit the mission after about 20 seconds. Same problem noted in the Q&A document and I have tried changing the "image tolerance" from 90..91..92.. 125 and still no luck.

    The closest I have gotten is when the bot barrel rolls and fires the blaster but doesn't target anything. I have tried the first 3 missions for the empire side (lvl 15)

    Windows 7 64x version
    Radeon HD 6570
    AMD Athlon x2 2.8 Ghz
    4 GB DDR3

    Desktop Resolution 1600x900 wide
    Guessing making a BH? if so "DS-Mantis Mode" under options.

  11. #926
    decryptedman's Avatar Member
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vapor311 View Post
    Guessing making a BH? if so "DS-Mantis Mode" under options.

    nope, forgot to mention been trying it on a Jedi Counsular

  12. #927
    vapor311's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    118
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by decryptedman View Post
    nope, forgot to mention been trying it on a Jedi Counsular
    Can you give us the info from the about section please.

  13. #928
    decryptedman's Avatar Member
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Luckys Spacebot v5.35 x86 (R211)

    System details: X64 CPU, WIN_7(X64) Service Pack 1
    RAM total:3 GB,free:1 GB, used:69 %
    Desktop dimensions: 1600x900(32bpp, 60Hz)
    Desktop theme: Aero using NormalSize, NormalColor, 96dpi

    SWTOR Client is running with 1024x768
    SWTOR Window:0,0 Win size:1040x806

    On Target Time=50
    Missile Delay=333
    Timer Skew =50
    IMG Tolerance=95
    HD Status=1
    Timing override=4
    Mission bonus=1
    PSX OTT enabled=1
    PSX DBG enabled=4
    Last mission=
    Win / Loss 0 / 0
    Timing override=4
    Mission bonus=1
    PSX OTT enabled=1
    PSX DBG enabled=4
    Last mission=
    Win / Loss 0 / 0
    Last edited by decryptedman; 08-16-2012 at 04:18 PM.

  14. #929
    vapor311's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    118
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by decryptedman View Post
    Luckys Spacebot v5.35 x86 (R211)

    System details: X64 CPU, WIN_7(X64) Service Pack 1
    RAM total:3 GB,free:1 GB, used:69 %
    Desktop dimensions: 1600x900(32bpp, 60Hz)
    Desktop theme: Aero using NormalSize, NormalColor, 96dpi

    SWTOR Client is running with 1024x768
    SWTOR Window:0,0 Win size:1040x806

    On Target Time=50
    Missile Delay=333
    Timer Skew =50
    IMG Tolerance=95
    HD Status=1
    Timing override=4
    Mission bonus=1
    PSX OTT enabled=1
    PSX DBG enabled=4
    Last mission=
    Win / Loss 0 / 0
    Timing override=4
    Mission bonus=1
    PSX OTT enabled=1
    PSX DBG enabled=4
    Last mission=
    Win / Loss 0 / 0
    Update to 213 for me please and let me know how it works for you.

  15. #930
    decryptedman's Avatar Member
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vapor311 View Post
    Update to 213 for me please and let me know how it works for you.

    I can't seem to find version 213? The main page on this forum says current version 64x which downloads and runs---> Luckys Spacebot v5.35 x86 (R211) and the 86x version being 215?

    -thanks

Similar Threads

  1. Wow hack for 2.3.3 [Open Source] Delphi
    By robotkid in forum WoW Memory Editing
    Replies: 15
    Last Post: 05-23-2018, 10:53 PM
  2. MMOGLIDER is going OPEN SOURCE!
    By Premium-mmo in forum Community Chat
    Replies: 9
    Last Post: 09-26-2013, 11:37 PM
  3. DampeBot (Open source)
    By swollen in forum World of Warcraft Bots and Programs
    Replies: 14
    Last Post: 03-23-2008, 10:03 AM
  4. Glider Status in your signature *OPEN SOURCE*
    By Marlo in forum World of Warcraft Bots and Programs
    Replies: 8
    Last Post: 09-16-2007, 05:12 PM
All times are GMT -5. The time now is 12:45 AM. 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