Jump to content

Apaec

Scripter III
  • Posts

    11136
  • Joined

  • Last visited

  • Days Won

    88
  • Feedback

    100%

Everything posted by Apaec

  1. Heya Sounds good! Drop a reply in this thread when you're ready for the trial You can then pick up a copy from the OSBot store, here's a link: https://osbot.org/forum/store/product/643-apa-sand-crabs/ Cheers Apa
  2. If i remember correctly, when you select the randomise button, your current break time will be randomised by +-10%. So: Enter your interval durations Select the randomise button
  3. Hmm, I thought I made it do this - the script uses the default OSBot walking methods, perhaps interface closing was added to these methods internally because i've just checked the code and there's nowhere that I explicitly tell the script to close the bank. I've added this to my backlog of things to look into, it may not even be customisable though so I cannot make any promises! Apa
  4. To qualify for a trial, your OSBot account must be over a week old (this is OSBot policy). As a result, I cannot offer you a trial just yet. Please come back in a week! Apa
  5. Firstly, i'd make sure that you're properly null-checking the arrows before trying to pick them up. You're probably getting a ton of errors in your console at the moment, or would do if there were no addy arrows around. Secondly, perhaps try changing your inCombat() method. You're currently checking if you're fighting, which is when you are attacking someone else. This is not what you want. Instead, perhaps try myPlayer().isUnderAttack() Good luck Apa
  6. Unfortunately, as is the case with all other scripters, I am not allowed to offer trials to users whose OSBot accounts are under a week old (this is an OSBot rule). Sorry about that - please come back in a week! Apa
  7. All trials have been started Apa
  8. Done! Unfortunately, as is the case with all other scripters, I am not allowed to offer trials to users whose OSBot accounts are under a week old (this is an OSBot rule). Sorry about that - please come back in a week! Apa
  9. Hmm, which course are you at? Is there anything logged in the console? Apa
  10. Hmm, odd issues but i'm glad to hear that you got it all sorted Let me know if you have any further problems in the future Apa
  11. Awesome to hear, grats on the gains Sorry to hear that - in future i'd strongly recommend taking further precautions to prevent bans. If you use generous breaks, keep sessions short and play legit between sessions, you should be fine. Also, be sure to give this thread a read: https://osbot.org/forum/topic/124429-preventing-rs-botting-bans-v2 Apa
  12. Both trials activated. Thanks!
  13. Yep should be, it's free though so you may as well try it ? Also it's open source so feel free to check out the code and make adjustments if needed
  14. Hey, perhaps try increasing the frequency of the random movements slider on the GUI. This will cause the camera/mouse to move more often which will hopefully keep you logged in. Also, you can disable the delay before refresh as that might be another factor. Apa Likely due to the game update, hopefully all the issues are ironed out by now. Apa
  15. Hey, Nothing has changed on the scripts end so an external factor must be causing issues with the script. It could well be because of a game update or something along those lines, or it could be an issue with mirror mode if you're using that Apa
  16. Sure - authed! Hey, I need a bit more info than this please: Which food is the script not eating Are you sure that you've configured the script with the food in the setup Do you have enough of the food in your bank Are you letting the player health get low enough such that the script needs to eat food (this is the purpose of the slider at the top right of the UI) -Apa
  17. Unfortunately, as is the case with all other scripters, I am not allowed to offer trials to users whose OSBot accounts are under a week old (this is an OSBot rule). Sorry about that - please come back in a week! Apa
  18. The reason for your problem is that you're resetting the experience tracker every loop. It would make sense that it's going back to zero ?. You want to start the experience tracker in your onStart rather than in your onLoop. As for the timer, you're creating a new object instance every onLoop and i'm not sure why, but it's pretty much the same reasoning as your exp tracker issue. Put it in the onStart also. I'm not sure if your timer class has a suitable toString() method but if it doesn't then the timer will not draw what you expect to the canvas. You might have to look into some string formatting stuff to get that to work if it isn't working already No worries for the help, but in future please post all of your code as issues could hide in the bits which you don't post. GL! Apa
  19. Thanks for letting me know, sadly I don't think there's much I can do about this other that to advise you to zoom your game camera out a bit. That normally solves camera critical angle issues The script should recover from getting stuck with the random camera movements system which runs concurrently with the scripts execution. It should jog the camera and the script should continue to function as you would expect. Apa
  20. Sure- done! Looks like you were just short of the week join time rule but since you're so close i've gone ahead and authed you now - gl! Yep - activated
  21. Glad you got it working! Try: getInventory().isFull() Also, you might find getInventory().isEmpty() useful at some point as well --Apa
×
×
  • Create New...