Jump to content

EsotericRS

Members
  • Posts

    32
  • Joined

  • Last visited

  • Feedback

    100%

Profile Information

  • Gender
    Male

Recent Profile Visitors

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

EsotericRS's Achievements

Bronze Poster

Bronze Poster (2/10)

3

Reputation

  1. Wanted to ask a quick question on anyone with experience with autoclickers/basic mouse macros Does it matter which one? I have the razer naga which supports pretty advanced macro / autoclicking functionality. I dont plan on unattended autoclicking with these macros -- will mostly just use it for alching while doing agility course i.e. snap mouse to high alch and double click. Is this low risk as I'm actually playing and just relying on it for that one functionality / is there anything I should watch out for or be aware of beyond the obvious? Thanks in advance
  2. I found this thread while doing some research because I was interested as well. You could hover over various widgets to your hearts content but I would imagine just the most basic random mouse movement / interaction would cut it and also be the most effective as well
  3. LOL they are giving you a hard time, I understood exactly what you meant and it was what I was going for This is great advice. Thank you. Thanks everyone
  4. Thanks for this -- I did go ahead and try to move and grab the config when Goblin Diplomacy is picked up. I captured 62:3 the moment the quest was accepted... Is there anything else to it?
  5. For the life of me this code doesn't do what I think it does Believe it or not the code inside this if statement executes when the quest is STARTED In other words NOT is quest started is evaluating to TRUE when the quest IS started Does anyone have any best practices or any resources on code snippets to getting quest state / progress? I've been going in raw just from the API and pulling my hair out.
  6. I took a ban recently from a stuck, could you tell me the delay between the time you got stuck and the ban? For me i was stuck for like 10 minutes then permad.
  7. Just a hunch, maybe try using the address associated with your card?
  8. Definitely feel this here. The readability of this code should jump out at you. I would look into flow control for help with this...
  9. Just discovered this and I have to say this is a life-saver. Should be a default feature to the app tbh. Great job!
  10. Just uninstall all version of Java (verify via the Java directory that they have been removed) and install just java 8 if all things fail. GL
  11. You download the JAR file he linked and place it in the \OSBot\Scripts directory Then when you launch OSBot, and hit the green play arrow - It will appear as a [Local] script.
  12. Here's some pseudo-ish code: get a list of all the worlds i.e. getWorlds.getAvailableWorlds() Iterate through this list and pick out the ones that are paid worlds using .isMembersWorld() and put them in your own list of worlds maybe call it membersWorldsList find the index of the current world within that membersWorldsList you just created hop to membersWorldsList[index+1] until the end then wrap around... maybe consider a linked list or something Havn't tested or tried this specific problem yet - but thats how Id go about solving it
  13. Grasping at straws now - Add the JAR path to allowed apps through Windows Defender Firewall and/or any other anti-virus software. Afterwards, run it as administrator. If that does not work uninstall osrs and remove all osbot components and do a fresh install. If that doesn't work, you'll have to wait for someone who really understands your localized problem, sorry.
  14. I noticed your OSBot version is 2.5.42 (Current version is 2.5.45), could you update and post the results?
  15. Just to start things off, do you mind screen-shotting your proxy tab? For example here is what mine looks like: This may seem like a fairly idiot question from me, but its necessary to start from the simplest possible explanation (user-error) before moving onto more complicated ones.
×
×
  • Create New...