Jump to content

zwaffel

Lifetime Sponsor
  • Posts

    232
  • Joined

  • Last visited

  • Feedback

    100%

Posts 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. On 3/22/2019 at 3:30 PM, t i e s t o said:

    Not this time believe it or not I was just one tick mining

    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. 6 minutes ago, t0r3 said:

    Why are you using ' .exists ' though, instead of ' fishingSpot != null? It's not the same?

    Thanks for helping :D

    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. 12 minutes ago, Darek855 said:

    also is there a way to make this work for bigger areas rather than just a 1 tile

    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, .... 

     

  6. 7 minutes ago, TheMcPker said:

    I never really understood this why do people spend so much time on visuals for bots (it looks sick but still) if you are ever planning on upscaling this i would suggest to remove the fancy visuals

    This isnt a private script. its just one from the store... 

    36 minutes ago, nickgeel said:

    Im to lazy to write up some fantasy story about how botting changed my life etc, so just gonna chill and posts proggies whenever i want.

    Proggy 1:

    http://prntscr.com/n0f2ef

    This account has been fully  botted. nothing done by hand not even tutorial island.

    Quests have been botted too. i bot 4-5 hours a day.

    has survived a couple weeks now, ( i dont bot every day )

     

    Goodluck :)

    • Heart 1
  7. 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$ ! 

    • Like 1
  8. 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

  9. 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. 

×
×
  • Create New...