Jump to content

sudoinit6

Lifetime Sponsor
  • Posts

    353
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by sudoinit6

  1. Nah it happens when I am saying "If inventory is full walk to bank". It is only happening over long distances, not short ones.
  2. Your friends have misinformed you. It wouldn't be accurate to say that it doesn't run on the graphics component, because if you use the interface and render the game it does. But it would be accurate to say the GPU doesn't help performance no matter what GPU you are using. On my linux box there is literally no GPU nor a GUI running (there is a fake one to fool OSRS into thinking there is one but it is imaginary (Xvfb if anyone is interested)). I run multiple bots without a gui or GPU.
  3. Do you have problems with webwalking? I found a sweet hookup on vps with a gig of ram and a shitty cpu and I am running all those options but I get a lot of this: WebWalkingEvent; Terminated! Exceeded attempt threshold. I code around it and eventually it gets where it needs to go but it is sapping my overall efficiency. It's strange, sometimes it will give me that error 40 times in a row and sometimes it walks just fine, same route.
  4. yes. not possible, no gui, no monitor, running nointerface I mean on several windows boxes it runs flawlessly.
  5. What windows specific commands are possible within the bot? It was my understanding that this isn't how java works.
  6. There is absolutely no code that stops the script.
  7. It's a script I wrote and have been successfully running on one server for quite some time 20+ hours at a time. I set up a linux server and it dies before it even gets started every time. Other scripts run on the new server but this one just craps out immediately with no real reason given in the logs, anyone ever see anything like this? INFO][Bot #1][10/02 01:26:16 AM]: Loaded 4 built-in random solvers! [INFO][Bot #1][10/02 01:26:19 AM]: Started random solver : Auto Login Logging in... [INFO][Bot #1][10/02 01:26:24 AM]: Random solver exited : Auto Login [INFO][Bot #1][10/02 01:26:28 AM]: Started random solver : Welcome Screen Solving Welcome Screen... [INFO][Bot #1][10/02 01:26:29 AM]: Started script : xxxxx [INFO][Bot #1][10/02 01:26:32 AM]: Random solver exited : Welcome Screen [INFO][Bot #1][10/02 01:26:32 AM]: Terminating script xxxxx... [INFO][Bot #1][10/02 01:26:32 AM]: Script xxxxxhas exited!
  8. I have the same problems trying to run bots in linux. I hate using windows to bot because I could run more under linux but they regularly crash because they are out of memory. Any other places to look other than sound?
  9. Don't main on any ip you bot and vice-versa.
  10. I find this whole distinction between "shared or dedicated" ip addresses made by many here kinda funny. There are a finite number of IPv4 addresses and guess what? They have ALL been used. That proxy provider reuses IPs just like every other source of IP addresses. If you believe in "flagged" ip addresses what makes you think the IP address assigned to you by the person who sells IP addresses (proxies) to botters for a living is "clean"? It really is a silly idea if you understand networking.
  11. Then there are days where my farm doesn't start ontime because either jagex or osbot pushed an update. If my scripts that harvested those things that are blocked it would be a lost day for me, getting 7qp means at least I can see something at the end of the day. my $.02
  12. You really shouldn't bump your ad with the title "Buying all 07 gold" when you aren't actually buying 07 gold, it's kind of misleading.
  13. I don't make "very good money" but I make enough to make my car payment, which was my original goal. I am thinking about adding a second server to double it. You have to play to your strengths and it helps if you are able to pick up new skills quickly. I don't program well, but I learned enough to write my own scripts. I do have a background in IT so automating other things came easy to me and I found ways to save on costs. I have free proxies, made my own account creator ("real" programmers would laugh if they saw it in action but it works reliably), write my own scripts which includes auto muling, etc... That being said, it has taken a long time to get here and if I calculated the $per hour spent it would be laughable amount. But I enjoy it, the challenge is fun, and I am learning stuff every day. So it's worth it. And like I said, making my car payment each month isn't too shabby. On top of that my kid plays, he likes getting a few million gp every day from his old man.
  14. if(getInventory().interact("Cast", "Maple longbow")){ I may not know what I am talking about but this looks odd to me. Is interact a boolean? How do you "if" an interact? Or does that me if I am currently interacting with cast and the target is maple longbow?
  15. If you want a "serious" farm, you should really, IMHO, learn to write your own scripts. I don't know "JAVA" but you aren't really writing full blown apps, just scripts that tell the app what to do. It isn't that hard to pick up enough of it to write your own and then you aren't dependent on someone else.
  16. This sounds so easy! I wonder why everyone doesn't do it.
  17. Actually I could see doing some useful things with other responses as well, on six shutdown all java.exe processes and relaunch current bots, that would solve the thursday problem....hmmmm
  18. 4 is banned, that's the only one my method would NOT try and relog into. Would solve my problem of random disconnects and the client gives up because of unknown response code. Doesn't happen often but it's annoying.
  19. Could you say "if response code is greater than or less than 4 wait 60 seconds and try logging in again"?
  20. I don't understand why he wants this.
×
×
  • Create New...