[Open Source] Lucky's Spacebot menu

Shout-Out

User Tag List

Page 29 of 135 FirstFirst ... 25262728293031323379129 ... LastLast
Results 421 to 435 of 2019
  1. #421
    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)
    Beginning of the Q&A is in the files tab in assembla.

    [Open Source] Lucky's Spacebot
  2. #422
    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 phagotron View Post
    Mmove wont do attacks. It makes more sense to write a separate attack func if there is a common attack func once. I was talking about a "predict" feature which depending on certain areas estimates a position where the target has moved to. This will enhance aiming for border targets. (the 7 muugar ones for example) This will be selectable in args, yes.
    Sounds good. I'll update the individual mission attack functions once you have that ready to go.

  3. #423
    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 vapor311 View Post
    Im curious how we get the bot to use the advanced missiles.
    You mean torpedoes? Right now the bot doesn't use torpedoes... That would be an interesting thing though if we could somehow.
    "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.

  4. #424
    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 TMichael View Post
    Sounds great! Would it be easier for Phago and I to work off the same trunk, or should we keep them separate? I worry about changing things that might break what he's working on, and visa versa.
    You guys can work it how you want it... Phago says he wants to work it all together for 5.35. I know with 6.0 I need my own current folder as this is all pre-development and not ready for you guys to do/add final alpha/beta changes. But until 6.0 you guys can work out of his folder and then implement the changed files of 64-bit and compile that too. Just make sure it is marked as x64 version. The x64 version has a x64 compiled ImageSearchDLL and a custom wrapper with some changes to make the new 64-bit version work. You can put that in his 64-bit folder since you guys are working together. Nothing else really changes with the 64-bit version other than that and the changes are all ready in the 5.35 preview 29 x64 version so all you need to do is move those files to compile the x64.
    "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.

  5. #425
    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 vapor311 View Post
    Beginning of the Q&A is in the files tab in assembla.
    Thank you Vapor for the beginning of the bot documentation. I do want to you take over the README.txt files too. The only thing I do not need you to do as far as documentation is the Changelog.txt. Us coders will handle that to record our changes since we are the ones whom make them. Just know you will need to explore new versions if a new feature is added and know about it so that you can help peeps. If you can't find it or need clarification just ask one of us about it in private message or a message via Assembla. Also, you have free reign on how the documentation looks. I would like a nice presentation of it. I do what people to see a nicely setup and well thought out total package when they look at Lucky's Spacebot. We don't get paid after all and pour our free time into this so might as well do it right, right?
    Last edited by Cystacae; 07-24-2012 at 07:49 PM.
    "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.

  6. #426
    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 Cystacae View Post
    Thank you Vapor for the beginning of the bot documentation. I do want to you take over the README.txt files too. The only thing I do not need you to do as far as documentation is the Changelog.txt. Us coders will handle that to record our changes since we are the ones whom make them. Just know you will need to explore new versions if a new feature is added and know about it so that you can help peeps. If you can't find it or need clarification just ask one of us about it in private message or a message via Assembla. Also, you have free reign on how the documentation looks. I would like a nice presentation of it. I do what people to see a nicely setup and well thought out total package when they look at Lucky's Spacebot. We don't get paid after all and pour our free time into this so might as well do it right, right?
    Haha hadnt intended for you to put that up yet, just letting you see what im working with :P

  7. #427
    mcinsane's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this is the script i made to auto login. Its incorporated into the newest update.

    1.Set path to Launcher.exe (C:\Program Files (x86)\Electronic Arts\BioWare\Star Wars - The Old Republic). Location will save into config.ini file,
    2.Set password, saved only as long as the program stays running. its deleted once the program is terminated.
    3.Enable Auto Login by selecting the check box


    Autologin.au3 - contains all the coding that was incorporated into Luckys_Spacebot.au3
    Attached Files Attached Files

  8. #428
    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 vapor311 View Post
    Haha hadnt intended for you to put that up yet, just letting you see what im working with :P
    I will change it as you get up to date... all though it would be easier on you and I if you would use the SVN server as there is a Documentation folder in there for you to put your work and I can just link to it and you can overwrite it without an issue and it would update the posted one.
    "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.

  9. #429
    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 mcinsane View Post
    this is the script i made to auto login. Its incorporated into the newest update.

    1.Set path to Launcher.exe (C:\Program Files (x86)\Electronic Arts\BioWare\Star Wars - The Old Republic). Location will save into config.ini file,
    2.Set password, saved only as long as the program stays running. its deleted once the program is terminated.
    3.Enable Auto Login by selecting the check box

    Autologin.au3 - contains all the coding that was incorporated into Luckys_Spacebot.au3
    Phago and TM could you guys look into the code and make sure the code is ok. As long as it doesn't save this into a file I am ok with it going into the bot. Vapor could you also look into a boring ass but functional EULA for the bot along with the other documentation I threw at you? I want to incorporate that so that way people don't come back with hey I was banned by use of your open source software, yadda yadda... catch my drift? I will add it to the new 6.0 version and as soon as it is done Phago or TM input it to the current bot to show up that they have to at least see it. I could careless if they are forced to accept it but I do want them to be informed and make it popup that once they check the box and click accept that it will not pop up for them again. Right now I am working on the new interface to tie into the beginning of 6.0. That way I have all the saved variables and array links I need to start hitting the "meat and potatoes" of 6.0 harder. Also, Phago or TM if you guys continue to release fast and have to get more version numbers in go up to 5.39 and then of course to 5.4 after. Version numbers and what time I need don't coincide anyways. I need time as I will be ridiculously busy come this next month and a half.
    Last edited by Cystacae; 07-24-2012 at 10:47 PM.
    "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.

  10. #430
    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 Cystacae View Post
    I will change it as you get up to date... all though it would be easier on you and I if you would use the SVN server as there is a Documentation folder in there for you to put your work and I can just link to it and you can overwrite it without an issue and it would update the posted one.
    I downloaded smartsvn and tried updating directly to the folder however it doesnt want to allow this...ill try again tomorrow.

  11. #431
    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 Cystacae View Post
    Phago and TM could you guys look into the code and make sure the code is ok. As long as it doesn't save this into a file I am ok with it going into the bot. Vapor could you also look into a boring ass but functional EULA for the bot along with the other documentation I threw at you? I want to incorporate that so that way people don't come back with hey I was banned by use of your open source software, yadda yadda... catch my drift? I will add it to the new 6.0 version and as soon as it is done Phago or TM input it to the current bot to show up that they have to at least see it. I could careless if they are forced to accept it but I do want them to be informed and make it popup that once they check the box and click accept that it will not pop up for them again. Right now I am working on the new interface to tie into the beginning of 6.0. That way I have all the saved variables and array links I need to start hitting the "meat and potatoes" of 6.0 harder. Also, Phago or TM if you guys continue to release fast and have to get more version numbers in go up to 5.39 and then of course to 5.4 after. Version numbers and what time I need don't coincide anyways. I need time as I will be ridiculously busy come this next month and a half.
    Actually, I have a EULA you can use...Ill send it over tomorrow as well.

  12. #432
    firelizard89's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You people are so aweomse

  13. #433
    phagotron's Avatar Knight-Lieutenant
    Reputation
    4
    Join Date
    May 2012
    Posts
    269
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vapor311 View Post
    I downloaded smartsvn and tried updating directly to the folder however it doesnt want to allow this...ill try again tomorrow.
    I'm using Tortoise, works ok.

  14. #434
    phagotron's Avatar Knight-Lieutenant
    Reputation
    4
    Join Date
    May 2012
    Posts
    269
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vapor311 View Post
    Actually, I have a EULA you can use...Ill send it over tomorrow as well.
    Any reason why GPL/LGPL/BSD license wont do the job?

  15. #435
    arczi19's Avatar Active Member
    Reputation
    55
    Join Date
    Apr 2007
    Posts
    179
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm getting a very odd problem - I start the bot, it works perfectly, but as soon as it finishes first mission and starts another it no longer detects it and asks me to go back to character selection screen. What might be wrong?

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 06:36 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