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

User Tag List

Page 5 of 14 FirstFirst 123456789 ... LastLast
Results 61 to 75 of 210
  1. #61
    keebs750's Avatar Member
    Reputation
    1
    Join Date
    Sep 2011
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It isn't click the Resume button. It goes to the very very top left of my screen.

    Atm no use, fixing it! - The Siege of Bastion's Keep A:3 Q:1 [Any Res] [AutoIt]
  2. #62
    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 dont mean to insinuate any lack of ability to follow instructions... but did you follow the instructions? Lowest graphics, same resolution, windowed, all that jazz? I mean, the best I can do is keep giving ideas, but you already have the tools to figure it out. chances are it just needs a bit of tweaking.

    Yes, in fact I went ahead and manually hit the resume button to see if the actual run would work and the character sat there and did nothing, but I did get repeating numbers during the run and changed that part of the script and the run works fine now. I just can't get the menu to do the same thing.

  3. #63
    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 keebs750 View Post
    It isn't click the Resume button. It goes to the very very top left of my screen.
    Originally Posted by fieldy22 View Post
    Yes, in fact I went ahead and manually hit the resume button to see if the actual run would work and the character sat there and did nothing, but I did get repeating numbers during the run and changed that part of the script and the run works fine now. I just can't get the menu to do the same thing.
    In that bit of code you added to see the numbers. part of it is $wpos_____________________
    Notice how its the same as the line that says ;were ingame.

    Try checking the ;Were in character menu using the same method.

    so add:
    ConsoleWrite($wpos[0]+76,$wpos[1]+258,$wpos[0]+80,$wpos[1]+262))
    ConsoleWrite(" ")
    and replace
    ElseIf PixelChecksum($wpos[0]+76,$wpos[1]+258,$wpos[0]+80,$wpos[1]+262) = 2570191885 Then ;Were in character menu.
    with the number.

  4. #64
    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
    In that bit of code you added to see the numbers. part of it is $wpos_____________________
    Notice how its the same as the line that says ;were ingame.

    Try checking the ;Were in character menu using the same method.

    so add:


    and replace


    with the number.

    That did it, thanks a lot.

  5. #65
    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)
    HA!, alright so I was misreading the comments on the script. Glad that worked out for you.

    So, using that method if you guys want my auto run back script I can resend it to you. And you just have to replace the right numbers. (make sure you do it at the bottom of the script too)

    EDIT::
    Sorry I gave you poor advice that whole time, had I of used my brain earlier I wouldn't have wasted your time.

  6. #66
    adiosbro's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    only me or the bot do nothing at all? i start the script, ask me if im at hell, yup and bot do nothing -_- it seem i cant get a bot working tonight, really annoying(working on it since 4 hrs)

  7. #67
    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 adiosbro View Post
    only me or the bot do nothing at all? i start the script, ask me if im at hell, yup and bot do nothing -_- it seem i cant get a bot working tonight, really annoying(working on it since 4 hrs)
    do me a favor and read through these 5 pages. Im sure somewhere in here you will find the fix. If its not running its the first fix. if its not starting the game, its the most recent one.

  8. #68
    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 adiosbro View Post
    only me or the bot do nothing at all? i start the script, ask me if im at hell, yup and bot do nothing -_- it seem i cant get a bot working tonight, really annoying(working on it since 4 hrs)
    Likewise, this is happening to me on my laptop, but it works for desktop

    it wouldnt have anything to do with resolution would it?

    THis is my script console, I get the number appearing now, but none repeat:

    https://i.imgur.com/oMT2A.png

    EDIT: Actually I did find numbers that did repeat, and I put that in the appropiate place, but it still does nothing when running script, my script wont do anything at all
    Last edited by Mrtypr02; 06-08-2012 at 10:36 PM.

  9. #69
    Uregx's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thnx for sharing this, but there was a restart ( atlest on EU servers ) that changed the meteor dropspot and this method of leveling is not working anymore

  10. #70
    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 Mrtypr02 View Post
    Likewise, this is happening to me on my laptop, but it works for desktop

    it wouldnt have anything to do with resolution would it?

    THis is my script console, I get the number appearing now, but none repeat:

    https://i.imgur.com/oMT2A.png
    Did you try the most recent one that ended up fixing it for fieldy? Turns out we were looking at the wrong set of pixels for the menu... that was entirely my fault.


    Originally Posted by Uregx View Post
    Thnx for sharing this, but there was a restart ( atlest on EU servers ) that changed the meteor dropspot and this method of leveling is not working anymore
    Sorry to hear that mate... its working fine on the US servers still.

  11. #71
    keebs750's Avatar Member
    Reputation
    1
    Join Date
    Sep 2011
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    New problem. It works from the start BUT when it starts Run #2 it goes haywire Maybe Ytar doesn't want me to do this)

  12. #72
    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 keebs750 View Post
    New problem. It works from the start BUT when it starts Run #2 it goes haywire Maybe Ytar doesn't want me to do this)
    Define Haywire... if I knew what it was doing I may be able to find another fix.

  13. #73
    keebs750's Avatar Member
    Reputation
    1
    Join Date
    Sep 2011
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It goes back to main menu and click where the Banner edit is. Goes through all the motions as if i was playing in the game.

  14. #74
    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 keebs750 View Post
    It goes back to main menu and click where the Banner edit is. Goes through all the motions as if i was playing in the game.
    On line 130 on the original script it says

    Until PixelChecksum($wpos[0]+76,$wpos[1]+258,$wpos[0]+80,$wpos[1]+262) = 2572354573
    Did you edit that number aswell to match the one at the top

    EDIT::
    That may or may not fix it, but its something else you need to do.

  15. #75
    keebs750's Avatar Member
    Reputation
    1
    Join Date
    Sep 2011
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Works like a charm now! What would I do to make my toon wait like 2 seconds longer near the meteor? Or at least run all the way to where it hits.

Page 5 of 14 FirstFirst 123456789 ... 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 03:11 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