[Open Source] Lucky's Spacebot menu

User Tag List

Page 31 of 135 FirstFirst ... 27282930313233343581131 ... LastLast
Results 451 to 465 of 2019
  1. #451
    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
    They dont work incorrect with x86 ... they just work different. (Autoit Macros, that differ for "x86" <-> "x64" compiled scripts. - General Help and Support - AutoIt Forums)
    So offering x64 as well we will have to keep into account that there will be two different program versions or we will have to make function threads based the @OSArch.
    Also we have to find a way to avoid that users try both versions and bummer with the (already problematic) imagesearch dll.

    So ... still see no benefit.
    I have no opinion about it one way or the other. Per the scripting, though, this bit of code lifted from Blacksack's D3 bot code would probably do the trick:

    Code:
    If @OSArch = "X64" Then DllCall("kernel32.dll", "int", "Wow64DisableWow64FsRedirection", "int", 1)
    If @OSArch = "X64" And Not @AutoItX64 Then MsgBox(16, "ERROR", "Why aren't you running the 64-bit AutoIt??? Expect bugs!")
    @Cy: Earlier, I added the latest 5.35 to the Phagotron x64 folder, so that link can be updated on page one if you like.
    Last edited by TMichael; 07-25-2012 at 06:35 AM.

    [Open Source] Lucky's Spacebot
  2. #452
    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 phagotron View Post
    Any reason why GPL/LGPL/BSD license wont do the job?
    I guess it would do the job.. I just want to cover our asses in a legal situation. Plus we are making this bot for educational reasons!
    "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. #453
    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 arczi19 View Post
    It didnt help unfortunately - it has to be something with my computer, I've tried running other missions and the same problem occurs. What I've noticed now is that once the first mission is finished and it select next mission, SWTOR screen turns black, but it continues nevertheless and it goes back to normal on loading screen - not sure why is that happening, but I think it might have something to do with my problem, or even be the cause of it.
    I have seen such an effect when trying with high contrast desktop ... Please double check recommendations (Aero desktop Win7, client graphics low detail, interface Default from dropdown) then run calibrate and maybe post us a sysinfo from about tab.

  4. #454
    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 Cystacae View Post
    I guess it would do the job.. I just want to cover our asses in a legal situation. Plus we are making this bot for educational reasons!
    Yeah ... I love educational reasons so maybe we might make our minds if its GPL or LGPL, but either way ... a nice disclaimer wont hurt.

  5. #455
    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 vaelis View Post
    I'd be happy to help on any Documentation / User guides you need,
    On another note, I am working on teaching myself AutoIt coding any recommendations of some good online resources?
    To be quite honest I learned AutoIt by just staring at the Lucky code for hours and hours until I saw functions and how they functioned then I started adding stuff to see what it would do. But, then again, I did program in in the past for a few diff languages plus, also in, WowLua. As far as the User Documentation / Guides talk to Vapor311 and I will leave it up to him for user based submittals for the documentation end.
    "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. #456
    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 phagotron View Post
    When I'm back I gona check for the Autologin, but as said the best way is to give it its own trunk and let it be standalone.

    Since I havent got access to my desktop atm (still on road) we should delay the license/EULA discussion for a few days.

    I will set up a trunk w/o version asap since such versioning does not meet the svn recomnendations. We can check out any wanted release if necessary. So version numbers will only reflect an easier readable developement status. So having two trunks to reflect the classic (5.x) and the upcoming 6.x) developement tree should be it. The starter page links will need an adjustment then.

    Nice to have an x64 Imagesearch dll (btw did you dig out the source for it?) but guess somehow I just missed what its benefit will be?
    I have another user submitted mod in my possession based upon 5.33. I am going to look into it and see what was changed in more detail and post it into one of these general folders you are speaking of. Right now we are eons ahead of 5.33 but this changes something untouched for a while, crew skills and its UI. Those last changes were done by me early on in like 5.2 something or very early 5.3.
    "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.

  7. #457
    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 TMichael View Post
    I have no opinion about it one way or the other. :) Per the scripting, though, this bit of code lifted from Blacksack's D3 bot code would probably do the trick:

    Code:
    If @OSArch = "X64" Then DllCall("kernel32.dll", "int", "Wow64DisableWow64FsRedirection", "int", 1)
    If @OSArch = "X64" And Not @AutoItX64 Then MsgBox(16, "ERROR", "Why aren't you running the 64-bit AutoIt??? Expect bugs!")
    @Cy: Earlier, I added the latest 5.35 to the Phagotron x64 folder, so that link can be updated on page one if you like.
    Nice one:) I'm gona check autoit dev blog for x86 bugs, would love to be able to name one before I'd add such a msg.
    The fs redirection btw isnt a bug ... it is a feature.

  8. #458
    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
    I have no opinion about it one way or the other. Per the scripting, though, this bit of code lifted from Blacksack's D3 bot code would probably do the trick:

    Code:
    If @OSArch = "X64" Then DllCall("kernel32.dll", "int", "Wow64DisableWow64FsRedirection", "int", 1)
    If @OSArch = "X64" And Not @AutoItX64 Then MsgBox(16, "ERROR", "Why aren't you running the 64-bit AutoIt??? Expect bugs!")
    @Cy: Earlier, I added the latest 5.35 to the Phagotron x64 folder, so that link can be updated on page one if you like.
    For the both of you I opened the x64 version just because I personally like running x64 software with my x64 OS. So call it personal preference. It isn't required and I wrote the x64 into it because I wasn't going to add us supporting it and that is why it is a use at your own discretion. If it has a benefit that we find over the x86 version then we will work more to aim to support it. Right now it is as an unstable which we don't "officially" support but we try to support. ATM, however, it isn't nothing for you guys to just swap in and out the different versions of ImageSearchDLL.dll and the au3 file and just compile the x64 version along with compiling the x86 version. We could rename the file and use separate the versions of imagesearch and the bot but zip them up in the same archive. However, I'd rather keep them separate for now unless either of you object.
    Last edited by Cystacae; 07-25-2012 at 06:49 AM.
    "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. #459
    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 phagotron View Post
    Yeah ... I love educational reasons so maybe we might make our minds if its GPL or LGPL, but either way ... a nice disclaimer wont hurt.
    Me too, education is a fundamental part of human existence!
    "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. #460
    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)
    Phago and TM I made a random submission folder that is generalized stuff. Check out the changes that were put in to the bot (even though 5.33) that mead did. It does look nice and it supports giving gifts to companions as well as companions have each their own config on what they are to go for and a backup of what else they can take missions for. You'll understand by looking at it if you are confused atm. They also did try to seperate it kind of int oa module like we are/have been moving into.
    "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.

  11. #461
    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)
    Originally Posted by phagotron View Post
    I have seen such an effect when trying with high contrast desktop ... Please double check recommendations (Aero desktop Win7, client graphics low detail, interface Default from dropdown) then run calibrate and maybe post us a sysinfo from about tab.
    Didnt work, tried different Aero themes and even the basic one with no success.

    Here's the sys info:

    Lucky's Spacebot v5.35psx (preview R29)

    System details: X64 CPU, WIN_7(X64) Service Pack 1
    RAM total:7 GB,free:3 GB, used:62 %
    Desktop dimensions: 1920x1080(32bpp, 60Hz)

    SWTOR Client is running with 1024x766
    SWTOR Window:0,0 Win size:1040x804

    On Target Time=49
    Missile Delay=333
    Timer Skew =+50
    IMG Tolerance=100
    HD Status=0
    Timing override=4
    Mission bonus=1
    PSX OTT enabled=1
    PSX DBG enabled=4
    Last mission=
    Win / Loss 0 / 0


    HD mode for some reason detects the mission 20 seconds after the start and then it instantly tries to exit the mission.

  12. #462
    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 arczi19 View Post
    Didnt work, tried different Aero themes and even the basic one with no success.

    Here's the sys info:

    Lucky's Spacebot v5.35psx (preview R29)

    System details: X64 CPU, WIN_7(X64) Service Pack 1
    RAM total:7 GB,free:3 GB, used:62 %
    Desktop dimensions: 1920x1080(32bpp, 60Hz)

    SWTOR Client is running with 1024x766
    SWTOR Window:0,0 Win size:1040x804

    On Target Time=49
    Missile Delay=333
    Timer Skew =+50
    IMG Tolerance=100
    HD Status=0
    Timing override=4
    Mission bonus=1
    PSX OTT enabled=1
    PSX DBG enabled=4
    Last mission=
    Win / Loss 0 / 0


    HD mode for some reason detects the mission 20 seconds after the start and then it instantly tries to exit the mission.
    Bump up your image tolerance by 1 and rerun... continue this until you max it or it finally works. This problem is related to image detection generally speaking.
    "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.

  13. #463
    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 arczi19 View Post
    Empire Polith Minefield.
    I wan to say me and polith had a battle, and my img tol was around 121.

  14. #464
    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 vaelis View Post
    I'd be happy to help on any Documentation / User guides you need,
    On another note, I am working on teaching myself AutoIt coding any recommendations of some good online resources?
    I never frown upon helping hands. I work full time have 3 kids a wife and multiple household pets lol.

  15. #465
    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
    I never frown upon helping hands. I work full time have 3 kids a wife and multiple household pets lol.
    You can bring him into the documentation of the software/new docs. Just know together you guys should be able to make a killer Documentation and help file/Q&A. I know how it is to be busy. I am a single dad with a son and a girl friend with three other kids. Plus I am preparing for two trips back to back and find a new apartment in the meantime as I can no longer stay here for my own sanity. I will leave requests of what you ask of Vaelis up to you, I will just hand out what I would like so you and Vaelis can work together on things.
    "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.

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 05:59 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