Jump to content

Zappster

Suspended
  • Posts

    1015
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    100%

Everything posted by Zappster

  1. The CPU is pretty sucky aswell I stand corrected What is your budget for a PC anyway @Assnerd. I'm pretty sure we could build a powerful one for you.
  2. You're going to maybe run into problems if you later wanna upgrade your GPU. See if they can swap out that 8320 for an 8350 or something I'm b& tho
  3. No one ever said it was a GTX 730 lol
  4. Mobo : £52 RAM : £30 2tb HDD: £56 GPU: £40 300W power supply: £30 Total: £208 == 294.63 USD I can't find the case anywhere online but I doubt it's $106. Why not build it yourself? the post says GT 730
  5. This is a 1D array, not a 2D. 2D would look like: if (location.equals("Port Phasmatys")){ KaliRings.furnacePlace[][] = {x,y},{x,y} }
  6. Yeah I like the simplistic look
  7. There was a word filter that changed bro -> Nope. It's been removed now tho
  8. bro I'm pretty sure you can get banned for avoiding the chat filter
  9. Bro these world filters got me goin' crazy
  10. brah, why you gotta add a new word filter. I look like a fool when I call someone my Br0 Them: Hello everyone Me: Hey Nope. me: Nope* me: wtf Nope** me: br0*** Them: stfu zappa WHY DO YOU DO THIS bro
  11. I guess the webwalker is better being used on longer distances
  12. The problem is that you're using a depricated function and then supressing the warning so you don't know about it lol. make the following changes: Delete Line 100: @SuppressWarnings("deprecation") Change all calls of localWalker.walkPath too walking.webWalk (Line 117, 132) Note with webwalker: you no longer need to plan a path out, such as what you have done. All it requires is the final position + OSBot will map the path. So you can replace line 117 and 132's path call with the respective final position destinations. You'll need to make this change as webwalker will only take the one position.
  13. 1. to rotate the Camera check out this page in the api: http://osbot.org/api/org/osbot/rs07/api/Camera.html You'll most likely be needing the: camera.movePitch(int); camera.moveYaw(int); 2. Check out hte banking api: http://osbot.org/api/org/osbot/rs07/api/Bank.html For this answer you'll need the bank.depositAllExcept(); This method will take ids/string/objects. Look into the api for more information 3. The problem is that the script is looping too quickly. There's about 600-800ms gap between you interacting with an item and then getting an animation from it. So increase your loop sleep from 100, to 700+. 4. I've just had a look at the api for mouse, and it looks like the mouse.setSpeed() has been depricated. Maybe you can make your own mouse events? I've never tried so I dunno, but here's the API page to get started: http://osbot.org/api/org/osbot/rs07/input/mouse/MouseEvent.html You see your final return random(200,300)? Replace that with return random(700,800); Edit: sorry didn't see Vil had already replied
  14. Zappster

    Explv's Walker

    I too like to test when in prod.
  15. I too, have also wondered why principals always look like lesbians.
  16. Open up the logger on the client before you start the script. When you start it, if that's flashing with errors then go and report it to whoever owns the script. Delete the contents of OSBot found in C:/users/yourusername/OSBot and relaunch the .jar if the logger shows no errors.
×
×
  • Create New...