Jump to content

Swhit

Trade With Caution
  • Posts

    28
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Swhit

  1. Just to give everyone an update, I got from 80-98 mining with this script. Major kudos to Khaleesi, you made an excellent product. I highly recommend and endorse this script, if you play it smart and check in on it every once in a while you should not have any problems. Make sure to mix in other skills and activities as well. Again, thank you Khaleesi, and good luck all with getting your cape.
  2. Muffins, I am creating a new account just to play the tournament minigame while my other account uses mirror mode. I do not mind this new account getting banned. The problem is that I try to use a free proxy, which is given as simply an IP address and a port, but no user or pass is specified. When I try to use it, it says that there is a connection problem.
  3. I am trying to use a free socks5 proxy I found online. What do I put in for user/pass under advanced settings? Note, I already tried using proxifier but I do not want to use a proxy for my main account. Trying to run my main off my normal IP using mirror mode, and a separate SI client with a different IP address. Thanks
  4. I've been running this script forever now, and I've been getting really great results. That being said, my one issue is that the bot seems to have problems with the ladder. When it is spam clicked, the bot may climb up and down the ladder 2 or 3 times before getting to the correct side. Please look into this.
  5. Swhit

    VIP cancelled

    Thanks for the advice, I saw it today when I came to post this.
  6. Swhit

    VIP cancelled

    Hello, I cancelled renewal of my VIP subscription on this website, but it cut my existing month short. Please fix this. Thanks, Swhit
  7. tyoui, I have gotten from 65-86 mining with motherlode in about 12 days, and no bans yet.
  8. OSRS servers have stayed up long enough to allow me this prog... using upper level and antiban.
  9. Another thing I noticed is that in your switch block, "wait" should be "WAIT". Your private enum has entries ATTACK and WAIT, and Java is case-sensitive. Case "wait" will never trigger as is.
  10. Swhit

    Snippet Request

    The purpose of the example was not to draw attention to that behavior in particular, but rather, as fixthissite calls it, to the presence of "beginner pitfalls."
  11. Khaleesi, Digging the update, camera angle looks much better now. Quick question though, did you mean to make it log an integer about 5 times a second? This seems like a troubleshooting step that you just forgot to take out before releasing. Also, I should be able to deliver an extended training prog once these damn servers are back up to speed..
  12. Hey so first of all I wasn't sure whether I should post this in the Tutorials subtopic or Snippets; feel free to move this post around as needed. Now, getting into the meat and potatoes of this post... as we all know, it is much easier to learn from and see how different aspects of a code interact when we are given an example to follow. Understanding how a method given in the API can be useful is one skill, but seeing how to correctly implement it is another thing. My request, therefore, is for some of you more accomplished scripters out there to post what code you can, in order to help those of us that are starting out. Small bugs that may throw off or severely slow down the execution of a script may be readily apparent to those that are used to seeing them, but new coders will only be faced with the frustration of a problem that they may not see a way around. A small example of this is when interacting with tin to mine it, if we use interact( "tin ore" ) then the client will click rapidly on the tin rock even if it is depleted. Using interact with the non-depleted tin ore's ID will only make us click on the rock if tin is available. Things like this will frustrate new coders to no end, but can be avoided. The way that this is different from the "Snippets" section is that I am asking for more than just small pieces of code. Longer examples of code will allow new coders to go through and see what others may be doing, and ideally ask questions so that they may grow and help this community. Please feel free to post any code that you can contribute in the form of a reply, or as a new topic in this or the Snippets section. Thank you!
  13. Hey Khaleesi, I am still having a very good experience with this script. The only two problems I have noticed are: - null pointer exception encountered when trying to run antiban methods (client side issue, I believe) - I use the second level and sometimes when my character runs all the way north west to mine, he can't find where the ladder is when he is done mining because it is off screen. In this case, he just sits there doing nothing.. Thanks for your hard work with this script! Swhit
  14. Better?: int failSafe = 0; while(!bank.isOpen() && failSafe < 10) { sleep(250); failSafe++; } Also, I got the timer working after using your suggestion. Thanks! Still having an issue with the random solver though: [INFO][Bot #1][05/15 09:02:10 AM]: banking [WARN][Bot #1][05/15 09:02:16 AM]: Event executor is taking too long to suspend; terminating now... [INFO][Bot #1][05/15 09:02:17 AM]: Started random solver : BankPin Solver [INFO][Bot #1][05/15 09:02:22 AM]: Random solver exited : BankPin Solver [INFO][Bot #1][05/15 09:02:22 AM]: case: BANK
  15. rsbot output: Applicable code: Btw, how do I get my code to keep it's formatting? Also, my timer isn't working, if anyone wants to help me with that as well.. (in main) later on, still in main.. trying to use it.. It gave me a null ptr exception for some reason: Thanks
  16. Hello all, I have a pretty straightforward problem on my hands. I use interact("bank chest") to open up my bank, which is fine for all scenarios except for when I have to put in my PIN. What happens in this case is my script times out, the random event handler takes over and puts my pin in, then my script continues to run. How do I give the random event handler control without my script timing out first? Thanks!
  17. 4 hour prog (with 25 minutes break!):
  18. Khaleesi, I have gone back and tried the script out, and it is working flawlessly so far. I've had it running for about 30 minutes now and it is doing everything is should be. Another possible update to decrease suspicion is to make the camera face what we are mining. It looks bad to have the script clicking through walls to get us to the next wall Also as a general heads up to all, the upper level is giving me insanely better xp and gp/hr rates. I went from about 19k xp/hr to about 27k xp/hr using the upper level as opposed to lower.
  19. Ahh, very cool. Thanks!
  20. Well, now the indentation is messed up but at least the alternating background line colors are gone. What the heck. I think the error is in here: Also, I made this script based off a tutorial by /user/Pandemic: LINK The confusion came when trying to implement his movement methods, because I couldn't find some of the functions or entities that he used.
  21. Hello all, I am trying to make a simple script that will walk to a rockfall, mine it, then walk back to the bank chest in motherlode mining. My code so far is as follows: The error I am getting occurs while banking and gives the following print out: Any ideas?
  22. Khaleesi, I think if you just made it not mine the walls that people are currently mining, all would be peachy. I think closest is fine, as long as it accounts for whether someone else is already mining there or not. So it does loot the ores, banks them and runs again to the sac to collect them again? No, in my experience it loots the ore, puts them in the cart, runs to the collection points, stands around for 10 seconds, then runs off to get more ore. The issue arises because the ore is never collected from the collection point and it fills up. Therefore, when I try to deposit ore on the 3rd or so inventory, it will not allow me to do so. Thanks for your hard work
  23. Impressive script by the looks of it, I've been running it for about 10 minutes. I like the antiban measures taken. My only gripe so far is how, after every single deposit into the cart, the user runs down to the collection point and waits around for around 10 seconds. There's no point to it if we're not collecting and I think it may seem suspicious to other players. I would also like, if possible, an option to try and avoid the walls that other players are mining. This is especially a problem in the upper level. Thanks! I spoke too soon. Huge issue with banking - or the lack thereof. Script filled up the collection point then proceeded to mine another inventory of dirt and try to put it in the cart by spam clicking for a minute. Collection point is full though, so nothing happened and no steps were taken to fix the issue. Please look into this. Edit: Bug report Template: - What is the issue? Previously Stated. Only tested on upper level - What is your setup? (Using special attack, shortcut) Antiban on, mirror mode on, upper level.
×
×
  • Create New...