Jump to content

yawhide

Members
  • Posts

    29
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by yawhide

  1. Please remove the time delay when the bot is running to the mining area and back to the center area. Its unbearably slow for no reason (as you are not checking to see if the character is still mining). thanks
  2. bot for 1-2 hours at a time. we have lots of people getting banned from mining in motherload
  3. I dont see an option to use magic with a trident of the seas? How do I make this work? I was looking through the magic spell options but they are all rune based. THe bot logs out when i try to use trident of the seas
  4. yeah maybe add a delay. i mean runelite can figure out when the ore spot is gone, so i assume osbot has the api possible to do so. another piece of feedback, the clicking back and forth between the paydirt sack and the bank is aweful. it moves the camera wildly and the clicking is so inaccurate. maybe use the minimap to click near the bank? (instead of getting the bot to move jthe camera to click near the chest). OH, also after the bot pays dirt, can you make the bot deposit any gems that are in the inventory (before it goes back to mining in the east area (if agility shortcut option is turned on?). That'll make it way more efficient! oh , deposit via the bank deposit box instead of the chest. its faster as well
  5. Hey, I dont like how the bot keep clicking the wall everytime it mines a rock. I feel like real players click,k once and wait for the wall to run out of ores, then move on to the next. is that intentional? Also I said to use the agility shortcut and it walked around to the east area instead of taking the shortcut.
  6. that is ok too. i want to use it for healing. so i dont mind waiting until you do that separate handler. also wanted to say, i put "Abyssal whip" as the primary wep (and checked it) and put "Dragon dagger(p++)" as the secondary wep (and checked it). The script equips the dds fine and specs, but doesnt switch back to the whip.
  7. 2 things i noticed: - doesnt equip a new expeditious bracelet when the current equipped one broke (i had the setting checked) - i put the special attack weapon to "Saradomin godsword" (and primary wep to whip) but it never tried to equip and use it/spec.
  8. so the logger says nothing when I try to add a custom item (no exceptions) as the whole client just freezes. I think you can reproduce this by just adding enough custom items (eventually you'll hit the freeze, for me i have never been able to add more then 8 items before the client freezes). i made a video showing what is happening. I pm'ed you the link to youtube. also i appreciate it if you added the kebos "brimstone key" to the lootlist when you check "
  9. man this is so annoying, the script keeps freezing whenever i try to add custom loot (which i have to do because the brimstone keys arent support when you tick "loot kebos table") or load a profile that has custom loot. Can someone let me know if there is something i am doing wrong? or if a fix is being worked on. thanks
  10. hello, this script is casuing osbot to freeze (nothing outputting to the log, just freezing) whenever i am trying to edit any settings in the GUI. How do I prevent it from freezing? Its getting super annoying. It usually happens when I try to add items to the "loot list" i am using the inject mode + a proxy. edit: now it keeps freezing when i try to load a profile.
  11. yawhide

    Fruity NMZ

    is the trial version buggy or something? its not eating the rock cake nor using overloads. (my gui is like so: it also didnt use absorption when it got into the dream (it did run where I set it to go to - south west). when i restarted the script it did use absorption but didnt use overloads or anything. do you have to start the script outside first?
  12. yawhide

    Fruity NMZ

    hey sorry tobother you again, but you added me to zulrah not nmz ahah. now i cant ever request for zulrah trial in the future :'(
  13. yawhide

    Fruity NMZ

    cool, can i get a trial?
  14. yawhide

    Fruity NMZ

    will this script eat dwarven rock cake to stay at 1hp? (when using overloads?)
  15. for the new ConditionalSleep method, does the third param sleepDeviation - The normal distribution upper bound and deviation for the sleepTime. add a random number from the range [0, sleepDeviation) to whatever was given for the timeout? edit: woops it says right there "sleepTime". so to be clear, if I had ConditionalSleep(1000, 100, 2000) my condition would be checked between 100 and 2100ms for 1000ms?
  16. Hello,Imagine I am making a script where I just have to repetitively click the same magic spell every 3 seconds 10 times in a row (before doing a different action like banking or walking or whatever).What is the best way to make the clicking human-like? I also want to make sure I am casting the spell every 3s to maximize exp/hr as well.Currently I just do this: if (getMagic().castSpell(spell)) { lastAction = "Cast spell"; log("Cast spell"); new ConditionalSleep(2000, 1000) { @Override public boolean condition() throws InterruptedException { return myPlayer().isAnimating(); } }.sleep(); } This approach seems so flawed as Jagex can easily determine (over a long period of time) that my clicking is always between 2s and 3s (if i am using the api correctly). And BOOM ban incoming.thanks in advance
  17. Hello, How do I get rid of that debug info on the top left? Also, it says "Mirror client (x64 to x32)". Which client is 64 bit and which is 32? Should they both be the same? (pref 64bit?) Thanks
  18. Hello, I cant see to get my mirror mode to load (tried selecting a script right away and not selecting a script right away. same black screen). I do have java (v1.8) and I can run osbot in the other mode "inject". Any ideas what to do? I am on v2.4.133 I have also just waiting 10 minutes to see if it would load eventually. still hasnt. Thanks EDIT: i am dumb. please close this or delete.
×
×
  • Create New...