Jump to content

mitsuki

Lifetime Sponsor
  • Posts

    119
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by mitsuki

  1. [INFO][Bot #1][03/29 04:36:58 pm]: WebWalkingEvent; No route found! Source = [x=3253, y=9870, z=0], destinations = [[x=3253, y=3485, z=0]]; [INFO][Bot #1][03/29 04:36:58 pm]: Banking: missing food [INFO][Bot #1][03/29 04:36:58 pm]: WebWalkingEvent; No route found! Source = [x=3253, y=9870, z=0], destinations = [[x=3253, y=3485, z=0]]; [INFO][Bot #1][03/29 04:36:59 pm]: Banking: missing food [INFO][Bot #1][03/29 04:36:59 pm]: WebWalkingEvent; No route found! Source = [x=3253, y=9870, z=0], destinations = [[x=3253, y=3485, z=0]]; [INFO][Bot #1][03/29 04:36:59 pm]: Banking: missing food [INFO][Bot #1][03/29 04:36:59 pm]: WebWalkingEvent; No route found! Source = [x=3253, y=9870, z=0], destinations = [[x=3253, y=3485, z=0]]; [INFO][Bot #1][03/29 04:36:59 pm]: Banking: missing food [INFO][Bot #1][03/29 04:36:59 pm]: WebWalkingEvent; No route found! Source = [x=3253, y=9870, z=0], destinations = [[x=3253, y=3485, z=0]]; [INFO][Bot #1][03/29 04:36:59 pm]: Terminating script Khal Scurrius Rat King... [INFO][Bot #1][03/29 04:36:59 pm]: Grabbing screenshot => KhalScurriusRatKing-V1.13-2024.03.29.16.36.59 [INFO][Bot #1][03/29 04:36:59 pm]: Banking: missing food [INFO][Bot #1][03/29 04:36:59 pm]: WebWalkingEvent; No route found! Source = [x=3253, y=9870, z=0], destinations = [[x=3253, y=3485, z=0]]; [INFO][Bot #1][03/29 04:36:59 pm]: New screenshot saved to: C:/Users/jarra/OSBot/Data/screenshots/KhalScurriusRatKing-V1.13-2024.03.29.16.36.59.png [INFO][Bot #1][03/29 04:36:59 pm]: Shutting down script background executors [INFO][Bot #1][03/29 04:36:59 pm]: Script Khal Scurrius Rat King has exited! I keep getting this both after the script gears, and when it tries going back to the bank, I'm having to manually walk it there and back. Does the scurrius fight well though. The actual issue seems to be with finding the manhole from the bank, and finding the ladder from the swere, as once I either go down the manhole going to scurrius it then works, or up the ladder going to the bank, it also works I've tried changing worlds, restarting the client, nothing seems to fix it
  2. Can I get a trial for this please?
  3. Is there any way I can purchase a lifetime license?
  4. What is the difference between this and the normal script factory script? I mean the Pro ed vs normal ed
  5. I never found the script on my account? How long does the trial last?
  6. Can I get a trial before purchase please?
  7. Yeah dude, I had several times. Is it working now?
  8. Since the last update, it has completely stopped using the altar to restore prayer
  9. Cheers for the input guys!
  10. Hey guys, just an inquiry really. Anyone here use a mobile IDE for developing their scripts? I got the galaxy zfold 2, and it would be awesome to code on the go, but the IDEs from the appstore are all pretty bad that I've found so far. Anyone use a mobile IDE at all? Cheers guys
  11. Hey dude! One improvement. When the bank is open now, you can fill the coal bag up straight away without having to close the bank, making the process more efficient Think you could add this in? Cheers dude!
  12. Would it be as simple as (I know the syntax isn't right, just typing quick) : NPC turael = Npcs.getclosest("Turael") NPC crawlingHands = Npcs.getclosest("Crawling hand") if(Turael.interact("Assignment")){ if(getdialogue.contains("Crawling hand")){ task = crawlingHands } } Thank you in advance btw
  13. so, 2 things i've noticed. It seems to get caught in a loop where it teles to castlewars, then straight to the woodcutting guild again, walks back to the dungeon, and teles back to castle wars? I'm on MM so will hop worlds and test again. secondly, why does it go to castle wars and not ferox enclave, where it could restore hp, prayer, and stamina? Thank you man
  14. Hey dude, the "I'm autocasting the above spell" seems to have broken, as even though I have it selected, it keeps manually clicking and casting the spell each time. Also, can I request that you also add target goals for Ranged, and Magic? that would make the script much better, as most people tend to aim for a level when training, and its driving my ocd mad on my farm xD As always man, I highly recommend this script!
  15. Ahh, okay. But the monitor doesn't need to be on though, yeah? If i turn a monitor off when using osbot it also messes it up it seems
  16. So I have a desktop that doesn't have a monitor connected, and it runs osbot but never actually displays anything apart from the blank first menu asking for your login details. (All of the fields are missing my the way.) Is there any way to fix this issue?
  17. Was waiting for this to be released. Got a few progs of different sessions.
  18. So to start with, here is me getting the dynamic skill level: public int currentHP(int currentHealth){ currentHealth = getSkills().getDynamic(Skill.forName("HITPOINTS")); return currentHealth; } int currentHealth = 0; This is me creating a loop while it is webwalking so that it eats when health is 6 or below: else if(downLadder.contains(myPlayer()) && !getInventory().isFull()){ getWalking().webWalk(safeSpot); while(getWalking().webWalk(safeSpot)){ if(currentHP(currentHealth) >= 6 && getInventory().contains("Trout")){ getInventory().interact("Trout", "Eat"); } } } It doesn't actually eat any food regardless of how much health my player has. Any idea where i'm going wrong? Cheers in advance guys!
  19. So I want to essentially make a check for whether the player is training attack, strength, or defence, so that my script can activate with widgets to change the attack style. I've tried to check whether the style is visible or not, but that always returns true if the combat options screen is showing, and false if not, so it doesn't actually check if "Lunge" is selected or not. I looked into configs in the api, but can't find anything. Any Ideas? Cheers guys
  20. for osbot, would I use one class to control the script, and use the onLoop methods from the other classes?
  21. I already own script factory, I'm trying to start writing my own scripts properly. Just wondering if what I asked was possible, that's all
  22. Can I use multiple classes for a script? What I essentially want to do it do a task until a condition is met, and then perform a different task, within a different java class in the same script. is this possible? and if so, how do I switch to the next class within my code? Sorry about the question, i'm a java noob xD
×
×
  • Create New...