Jump to content

en5

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by en5

  1. I think I know what it's trying to say, that I'm calling itself in an "endless loop" and it's trying to protect me from doing that, but I'm not. It starts the function over and over until it finishes what it's doing/something changes and then it's supposed to start a new function. I'd post the code straight, but uh it's huge. The line in question I think was 527(maybe 524, I'm tired and lost interest) which is a sleep (100) command that's I guess inside the rebel function. Anyway if anyone could help me out sorting out this tangled mess of code I would GREATLY appreciate it, and so would the lots of people waiting for this to be resolved lol. Thanks a lot! en5bot.au3
  2. No, I have a bot running right now. It logs me in, sets up and attacks. Collects items, makes sure I have potions, etc. I am just now at the point that I'd like it to be able to return to town to repair and restock.
  3. What exactly do you mean by won't be able to do anything? Like read packets, or use AutoIt at all in conjunction with SRO?
  4. I'm trying to figure out a decent way to check your current coordinates in SRO via AutoIt. Is there a way that it can read the text of the coordinates, or does reading text only work if it's like actual text and not "an image" of text. Another route I suppose I could go is having it check for unique numbers, like if you wanted to run to the coordinates 500,500 you'd first have it check if the first number is a 5, then if it's not, depending on what it returns it will either go north or south. The only problem I see with that is how will the bot know which way is which? Heh. I guess you can have it check the pixel for the pointy part of the cursor in the radar, and then have it press left or right depending on where it finds it. This just seems like it's going to be so fragile and delicate that the macro could very easily just not function and run you into the corner. Not to mention having it get unstuck once it's moving. I don't know, if anyone can give me some suggestions on how to go about doing this (before I pick up a C++ coding book ) I'd greatly appreciate it.
  5. I can post my script if you'd like. Though it's right now hard-coded for 1280x1024 desktop and 1024x768 ingame.
  6. This is not necessarily true. You can run it if you run the latest Zoomhack on 0x33.org , and you have to run silkroad.exe and have it click on the start button. Then it will work, I know this is true because that's how I'm running my script right now.
×
×
  • Create New...