Jump to content

Apaec

Scripter III
  • Posts

    11146
  • Joined

  • Last visited

  • Days Won

    91
  • Feedback

    100%

Everything posted by Apaec

  1. sure, you now have a 24h trial . Enjoy:! ) apa
  2. Hey! Worldhopping doesn't work in mirror mode. I believe this is a known issue now and the devs are aware. We just gotta wait for a fix apa
  3. Apaec

    Fruity NMZ

    and dis is why u don't release jars
  4. well its not ruining your reputation, it's telling other ppl to take care with trading with a newer member. Just to stop ppl making new accs and scamming on them. But deffo could be wrong as i've never used the market xd apa
  5. wouldnt be funny w/o the laughing recorded lol but only the first 30 secs were funny then it got boring as i barely new the ppl he mentioned xd
  6. I believe its default for offering in the accounts section with low post count / user knowledge just a precautionary measure. Could be wrong tho, apa
  7. close osbot, delete all files in your script directory, open osbot, reexport script, refresh scripts, voila! apa PS i'm glad I got you into scripting hopefully things go well and good luck don't give up! apa
  8. Woah! grats on 99 cooking when it comes, thats one massive proggie ! thanks !: ) apa 2m exp
  9. I just use logs, you don't really need a debugger
  10. Other bots have this system implemented too. It seems this optional addon was added within the last couple of days This check ensures that you're not part of a botnet, and in order to pass the check you need to have javascript enabled on your browser apa
  11. Haha no problemo, glad you got it working. Let me know if you stumble across any other issues! apa
  12. unconventional way to do it but it works: this.inventory.interact(this.inventory.getSlot("item name"), "item action"); gl! apa
  13. Hey sure, thanks for posting. I've given you a 24h trial of the cooker. Hope it's what you're looking for apa
  14. 1) I've just pushed an update (3.39) which will fix any issues you have with refreshing (hopefully!) Let me know if they continue (MAKE SURE YOU ARE RUNNING 3.39 BEFORE SAYING ANYHTING! ) 2) Banking seems to be fine for me, it is able to withdraw a full inventory just fine... perhaps you calculated the potion amount + 2 runes for teleport + food was maybe 1 or 2 above 28? 3) am fixing this as we speak cheers! apa EDIT: Just pushed a nested update as part of 3.39 which will stop random things spinning around the screen (such as random solver screen, debug messages, adverts. ============================================================================================ UPDATE! Version 3.39 changelog: Fixed outstanding bugs with crab refreshing and by default the script will now always run south unless specified otherwise. Added additional console log message to aid with the debugging process. Stopped anything other than the cursor rotating around the screen. Happy botting! Update should be live shortly (within the next few hours) when the script manager gets round to checking and publishing the source. apa
  15. np am working on a fix as we speak what were your GUI settings?
  16. Hey I was doing testing last night and it was hard to test aggressive issues as it took forever for the crabs to loose aggro for just 1 test haha! Please can you tell me your setup? whether you were using east or west or random, and whether you had cave aggro reset on or off. I just need this info so I can get to the bottom of this problem. This issue must have arised from the resent update I pushed with the cave resetting system! apa
  17. I live in the UK which is in the midwest unless you're saying america is the world now in which case no i don't live in the midwest of america
  18. sorry mate you'll either need VIP+, 20 postcount or 2 weeks online to request a trial! apa
  19. Odd, i didn't think I added karambwan support for the den cooker, oh well haha! i mean the message you get in the chatbox when you cook one eg it might say 'You successfully cooked a karambwan' or something along those lines. apa
  20. Is this den cooker or aio cooker? Also, what is the EXACT message which you get when you successfully cook a karambwan ? and the message when you burn one? And i might make it just type 28 instead of a random number, or i could make it a random number between 28 and 100. I just had antiban in mind ) apa
  21. Hey! dont worry about spamming the forums, that's what they're for The reason it's not switching to the bank state is because the script reads like an instruction manual - you start at the top and go down. So in the state machine which you have there, it will first check to see if your inventory is full (and if it is, it will return the walktobank state). if not, it will check the next one down the list and so on. The reason that it's not switching to the bank state is because it's always returning walkToBank as your inventory is still full. Put the check for the bank state ABOVE the walkToBank state. That will fix your problem - I hope you understand why this will fix it, if you do not, let me know and i will have another go at explaining it haha. Or just try and think it through logically ;) apa
×
×
  • Create New...