Jump to content

zwaffel

Lifetime Sponsor
  • Posts

    232
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by zwaffel

  1. Looking at the print screen your cpu is at 93 degrees C so its normal for your fan to speed up. It will probably also be throttling (reducing its speeds) to keep the temp low. its has to do this + spin the fan fast to keep your cpu cool. If it wouldn't than it would overheat and might damage itself. There isnt much you can do about it since you are running on a laptop. There isnt an easy way to cool your cpu better. Everything here is prety normal. You could try to buy one of those cooling pads but that will just add more noise, noise you dont want.
  2. One tick mining ? That isnt even a thing lol... There is no way you can get to one tick and even if it were possible you would be stuck waiting on ores.
  3. Hey, starting off i'd like to say Thank you for this amazing script. It almost never lets me down and one of my accounts just reached 1k barrows chests 100% thru your script and it is still going strong The GUI is easy to understand and the script just does what it is supposed to do, nothing more nothing less. One small potential bug i have noticed is that it sometimes stands above a brother his hill and the status keeps saying changing prayer\entering brother and nothing will happen. It will just change between those status reports. A reboot will always fix this and it almost never happens (so dont think its human error). Apart from that 10/10 script. Would recommend everyone checking this out (actually not cos rip prices otherwise) :P.
  4. Calling .exists on an object that is null will still trow a nullpointerexception so you should check first if its not null. Not null is just checking if you have it stored in memory, it will check if your reference is pointing to something. Exists checks if it actually exists ingame (if i recall correctly) though some objects might implement exists in another way.
  5. Is your screen on fixed ? Like even before you start the osbot clien you HAVE to make sure runescape will not boot in reszisable. I just tested it with the official osrs client (try downloading it again) and it works as expected for me.
  6. Take a loot at this. https://osbot.org/api/org/osbot/rs07/event/WalkingEvent.html Under Constructor and Description you can see it also works for Entity's and area. So you can just put in an area and it will walk exactly to that area. Same goes for everything that implements Entity, so RS2objects, NPC's , Players, GroundItems, ....
  7. This isnt a private script. its just one from the store... Goodluck
  8. i used this to learn java https://www.udemy.com/java-the-complete-java-developer-course/ its 77hours of content for only 10$ and it will learn you all the basics and even some more advanced topics. Would highly recommend checking it out. Edit: If the price goes up again just wait a few days, they constantly do sales where they put all the courses at 10$. Do not buy it for 200$ !
  9. Looks promising goodluck.
  10. sleep(random(min,low)); replace with conditionsleep, log("Closing Bank!"); bank.close(); log("Using items!"); inventory.getItem(1987).interact("Use"); // dont use id's use item names sleep(random(min,low)); // use conditionsleep to sleep till you have actually interacted with the item ( so lag doesnt fuck you up) inventory.getItem(1937).interact("Use"); sleep(1000); you say its not depositing sometimes, maybe add a check if bank is open -> deposit else -> open bank. instead of doing it all in one block
  11. Hey, recently fired up this script again but it seems to have ceased to function. I'm trying to chop normal trees with banking, anti ban stuff and afking enabled. Location is south draynor tree. However i tried another spot and this was the same. At first it will chop as expected but after a few min it will just wait until it loges-out, than it will loop like this login -- > chop one tree --> 5min afk to logout and repeat. I checked the log but couldn't find any information there.
  12. babysitting and talking to other people while the bot is running does not impact your chance of being banned. There system doesn't care if you talk to others, they will detect the mouse movement and other things to figure out if your botting or not. It might save you a report from other players but that's about it.
  13. Thank you for all your contributions to OSbot, you will be missed.
  14. they can easly give you a perm ban, you were lucky getting a 2day ban the first time...
  15. edit: nvm i'm actually not sure about wat i said, dont wane post wrong info.
  16. Welcome, hope you will have a good stay
×
×
  • Create New...