Jump to content

Onayr

Members
  • Posts

    4
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Onayr's Achievements

Newbie

Newbie (1/10)

1

Reputation

  1. I ended up getting too frustrated with it and wrote an extension onto Explv's login handler that would pick a random free world for me. I appreciate the help though!
  2. Any luck @GiantPandaSak? I am facing a similar issue where the cli run osbot isn't changing the world to what I pick. Here's the line I am running java -jar $osbotDir -debug 5005 -login $osbotUsername:$osbotPassword -bot $email:$password:0000 -script $scriptName:$email -world 301
  3. Thanks for the quick reply @Gunman! I'll try to build closer to that structure and see how it turns out
  4. Hey All, Just started working with osbot scripting a little while ago and I am noticing I have to sleep after every single action or else the action often doesn't take place. Is this normal behavior? For example a simple getTabs().open(Tab.Magic); often won't open the desired tab unless I sleep for around 500ms afterwards. I thought for the most part conditional sleeps were built into the functions but in practice it will often return true without finishing the action. I guess it's probably good practice to put sleeps after everything anyways to reduce ban rates but just wanted to know what best practices were around that.
×
×
  • Create New...