Jump to content

Apaec

Scripter III
  • Posts

    11146
  • Joined

  • Last visited

  • Days Won

    91
  • Feedback

    100%

Everything posted by Apaec

  1. 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
  2. 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
  3. 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
  4. 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
  5. 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
  6. 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
  7. 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
  8. Glad you got it working! Try: getInventory().isFull() Also, you might find getInventory().isEmpty() useful at some point as well --Apa
  9. There's a CLI parameter to specify startup world, check out the CLI command table: https://osbot.org/forum/topic/118831-cli-commands-table/ GL Apa
  10. If you bot, there is of course always a risk of a ban!
  11. Awesome to hear, thanks for your custom and let me know if you run into any problems There's no way to reset the tracker sadly. Sorry about that! I made the reset paths safely long just in case something were to go wrong and the path was cut short. Long paths prevent the script running back and forth. Perhaps in the future I can look into shortening them slightly I'm not sure, I'm away this weekend and am unable to test to see if they have been fixed. The issues appear to have been caused by the game update however, so any fixes would be issued by the developers and not myself. Perhaps try giving the script a go and seeing if it is running smoothly for you
  12. Fishing spots may be a little odd - use the entity debugger to see if they are objects or NPCs. They could well be NPCs, in which case getObject() won't work! -Apa
  13. Apologies for that, looks like for some reason the trial request didn't go through. I've re-enabled the trial, please refresh your scripts list and it will be there for the next 24h. Best Apa
  14. Trials granted, thanks for stopping by Apa
  15. Hi all, It looks like the client is having a couple of issues following the recent game update. Please be patient while the developers work on a fix - this will hopefully solve the problems which you've all mentioned! Apa
  16. It looks like the client is having a couple of issues following the recent game update. Please be patient while the developers work on a fix - this will hopefully sort the problems you're experiencing! Apa
  17. Hey, It sounds like the client is having a couple of issues following the recent game update. Please be patient while the developers work on a fix - this will hopefully sort the issues which you mentioned! Apa
  18. Nothing has changed with the scripts code - perhaps it's a side effect of one of the recent client builds? Apa
  19. Sure - trial activated!
  20. Sure - trial activated! Hey, If the script stops unexpectedly, open the console logger which should let you know what the problem is - it's likely a setup issue. If that doesn't help, please let me know! Apa
×
×
  • Create New...