Atm no use, fixing it! - The Siege of Bastion's Keep A:3 Q:1 [Any Res] [AutoIt] menu

User Tag List

Page 2 of 14 FirstFirst 123456 ... LastLast
Results 16 to 30 of 210
  1. #16
    j0achim's Avatar Active Member
    Reputation
    20
    Join Date
    Jan 2010
    Posts
    95
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Since its getting late and the fix Aurel1 posted works, i will rather update my script tomorrow i have some great ideas to make it universal regardless of settings. (ofc size will still have to be the same but gfx settings can actually work that out also however i dont see the point seeing quest might get nerfed really soon)

    Atm no use, fixing it! - The Siege of Bastion's Keep A:3 Q:1 [Any Res] [AutoIt]
  2. #17
    G0tMilk's Avatar Member
    Reputation
    4
    Join Date
    Aug 2006
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I know the drops are random, but any chance for it to check if there is a rare/legendary item? I know that this is more for leveling but there is still a chance for loot and wouldn't mind a variation.

  3. #18
    j0achim's Avatar Active Member
    Reputation
    20
    Join Date
    Jan 2010
    Posts
    95
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Its just a means to lvl really quickly, i did try with gold looting. Basically long pickup range and a small move but it will just slow down the script so much. And you will still just get much more gold @ 60 when you start farming gold

  4. #19
    Grian5000's Avatar Member
    Reputation
    1
    Join Date
    Jan 2009
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is it restricted to 1920x1080? I applied the fixes in the script, and also used your pref file. And it still will not even click resume game. The last thing I can think of is my resolution.

  5. #20
    diablotf2's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not working for me either. Applied the fixes and changed screen res..

  6. #21
    Aurel1's Avatar Member
    Reputation
    6
    Join Date
    May 2009
    Posts
    83
    Thanks G/R
    0/0
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lostsk8r View Post
    yes that made my laptop work for resume game, now the toon is just sitting in the game not clicking, weird. guess I'll stick to using my desktop
    Try add
    ConsoleWrite(PixelChecksum($wpos[0]+116,$wpos[1]+608,$wpos[0]+120,$wpos[1]+612))
    ConsoleWrite(" ")
    after
    while 1
    While $toggle = True
    Check()
    $wpos = WinGetPos("Diablo III")
    Run script and look for numerical sequence in console. Like "3423929701 3881960988 3881960988 2821063757 2821063757 2821063757 90574257 188485083 3852273597 3852273597 3852273597"
    Those reapeting numbers in the end is what u need (They will start reapiting after loading screen).

    Replace one in the end here with your exact number
    ElseIf PixelChecksum($wpos[0]+116,$wpos[1]+608,$wpos[0]+120,$wpos[1]+612) = 3852273597 Then ;Were ingame.

  7. #22
    Goldfox420's Avatar Sergeant
    Reputation
    2
    Join Date
    Jul 2008
    Posts
    43
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is awesome. Way better coded then most auto it scripts. You should make a Royal Crypt or Dank Cellar script that is this nice. The one I used to use I replaced by accident and now they have all this fancy crap I don't care about in em Mine was working fine and got me 4m in a day.

  8. #23
    diablotf2's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I used Aurel1's method to get some sort of console output to help debug the issue. My character won't click on resume and it's the smallest possible window. The output in the console is : 3279815980 3265332518 3265529129 3260482856 3084977376 3226993939 3245016350 3427140968 3702851035 3312387386 3402827102 3301377334 3308062010 3395093849 3840673295 3228763412 3226993939 3086550240 3196454153 3228763412 3709732313 3642099136 3838707206 etc.. always something different.

    Because of this it doesn't do anything.

  9. #24
    Shimizoki's Avatar Knight-Lieutenant
    Reputation
    32
    Join Date
    Jun 2012
    Posts
    358
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Alright, So I made a few quick changes to personalize it for me (Runs back into the door so mobs dont kill me and I log out faster.) However I still have to wait at the char select screen for the 10 seconds. As I understand it, it should resume the game as soon as it gets to that screen because its looking for a pixel. Any way to speed this process up?

    EDIT::
    Nvm, I forgot to change the check at the end of the script to match the fix posted earlier in the thread.

    To get back to camp:
    After
    ControlSend("Diablo III","","","{SHIFTUP}")
    Sleep(25)
    EndIf
    I added
    ;Back to Camp.
    Sleep(Random(10,25))
    Click(73,52)
    Sleep(Random(1900,1950))
    Click(214,143)
    Sleep(Random(1900,1950))
    I also adjusted a few of the sleep timers because I felt they were too long.

    To get back into the game quicker (For those with the resume game issues)
    Halfway down the bot I replaced
    Until PixelChecksum($wpos[0]+76,$wpos[1]+258,$wpos[0]+80,$wpos[1]+262) = 2572354573
    with
    Until PixelChecksum($wpos[0]+76,$wpos[1]+258,$wpos[0]+80,$wpos[1]+262) = 2570191885
    Last edited by Shimizoki; 06-08-2012 at 08:57 PM.

  10. #25
    fieldy22's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Shimizoki View Post
    Alright, So I made a few quick changes to personalize it for me (Runs back into the door so mobs dont kill me and I log out faster.) However I still have to wait at the char select screen for the 10 seconds. As I understand it, it should resume the game as soon as it gets to that screen because its looking for a pixel. Any way to speed this process up?
    Would you mind sharing your edited script? I would much prefer to run back to the door as well, faster and less risk of death.

  11. #26
    lostsk8r's Avatar Active Member

    Reputation
    22
    Join Date
    Apr 2009
    Posts
    313
    Thanks G/R
    15/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Aurel1 View Post
    Try add

    after

    Run script and look for numerical sequence in console. Like "3423929701 3881960988 3881960988 2821063757 2821063757 2821063757 90574257 188485083 3852273597 3852273597 3852273597"
    Those reapeting numbers in the end is what u need (They will start reapiting after loading screen).

    Replace one in the end here with your exact number
    thanks! that works.

  12. #27
    Mrtypr02's Avatar Corporal
    Reputation
    6
    Join Date
    Jun 2012
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lostsk8r View Post
    yes that made my laptop work for resume game, now the toon is just sitting in the game not clicking, weird. guess I'll stick to using my desktop
    Im having a similiar issue, I can get it to work on my desktop, but not for my laptop

    It will not even start the first game at all, mouse does not move at all when i start the script, but it works for desktop?

    I even tried connecting my laptop to a 1920x1080 monitor and changing the resolution on the laptop in the game to 1920x1080

    Any suggestions?
    Last edited by Mrtypr02; 06-08-2012 at 09:12 PM.

  13. #28
    Shimizoki's Avatar Knight-Lieutenant
    Reputation
    32
    Join Date
    Jun 2012
    Posts
    358
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fieldy22 View Post
    Would you mind sharing your edited script? I would much prefer to run back to the door as well, faster and less risk of death.
    I tried showing the changes in my previous post, but I am unable to link the whole code because I am a new poster. With the OP's permission I can remove his "Written by" section so I can post it.

  14. #29
    fieldy22's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Shimizoki View Post
    I tried showing the changes in my previous post, but I am unable to link the whole code because I am a new poster. With the OP's permission I can remove his "Written by" section so I can post it.
    Thanks, I'll try to edit mine with what you posted.

    Edit: I used your changes and it works perfectly, thanks a lot.
    Last edited by fieldy22; 06-08-2012 at 09:03 PM.

  15. #30
    Shimizoki's Avatar Knight-Lieutenant
    Reputation
    32
    Join Date
    Jun 2012
    Posts
    358
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fieldy22 View Post
    Thanks, I'll try to edit mine with what you posted.
    Ohhh, looks like PMs work.

Page 2 of 14 FirstFirst 123456 ... LastLast

Similar Threads

  1. [Guide] Using Fraps in the Correct way (picture guide)
    By [ Prototype ] in forum World of Warcraft Guides
    Replies: 34
    Last Post: 01-27-2008, 09:04 PM
  2. How to use Eagle Eye the same way as Farsight (HUNTERS!)
    By Dvveh in forum World of Warcraft Exploration
    Replies: 17
    Last Post: 12-27-2007, 08:02 PM
  3. How do I execute updates & fixes into the sql
    By PRIMO12 in forum World of Warcraft Emulator Servers
    Replies: 6
    Last Post: 11-30-2007, 12:44 PM
  4. Fix for the NCDB 2.2 secondary skills
    By *TraPStaR* in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 11-03-2007, 10:47 PM
  5. How to use Mounts in the Eastern Kingdoms
    By godofwar in forum World of Warcraft Emulator Servers
    Replies: 9
    Last Post: 09-30-2007, 02:22 AM
All times are GMT -5. The time now is 06:40 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