Jump to content

xabdullahx

Members
  • Posts

    8
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

Recent Profile Visitors

852 profile views

xabdullahx's Achievements

Newbie

Newbie (1/10)

9

Reputation

  1. Great ! Cant wait to hear what you think. Also, make sure to download the latest version, i've updated it just now Using the progress bar is a good idea, when i started the bot, i didnt know about widgets and what they could do. so, instead, i look for npcs around me and determine where i am. Progressbar is definitely a good way to do it! I made these two methods for checking if "click here to continue" is available: public boolean getPendingContinuation(){ return getScript().getWidgets().get(231,2) != null || getScript().getWidgets().get(193,2) != null || getScript().getWidgets().get(217,2) != null || getScript().getWidgets().get(229,1) != null || getScript().getWidgets().get(11,3) != null; } public boolean getOtherPendingContinuation(){ return getScript().getWidgets().get(162,33) != null; } Also, these methods, i made before knowing that i could check getMessage to see if it contains the text i want ("click here to continue"). But they work great, and is a great way around getDialogue.getPendingContinuation(). The getOtherPendingContinuation() detects that other message that has bold text and the click here to continue is a bit further up
  2. Hehe, well, it's a good start to learning the osbot API, unfortunately, some methods do not work as intended in tutorial island. If you need help, i can provide it
  3. I think the structure i came up with, works pretty nice, its easy to add new functions, debug errors, and i pretty much have control of everything that happens all the time. It is inspired by the Task structure The gui stuff is a bit messy, it was added quickly, minutes before release
  4. You are right Done, if anyone downloaded the script, please download again
  5. Thank you ! I am excited to see what people think of this
  6. Tutorial island completer v1.0 Have a new account, start bot, select what you want in the GUI, click start Features: - Reliable - Gives random appearance - Can be started anywhere (but must be close to npc) - Can train at chickens or walk to GE when done. - Paint with runtime and settings will be shown Bugs: - There might be a bug in what happens after tutorial island (it's not thoroughly tested tbh) Please request additional features Download: http://www79.zippyshare.com/v/qGgDGu5Z/file.html Instructions: Go to C:\Users\YourUserName\OSBot\Scripts, place the .jar in there, start bot
  7. YES Are you not as smart as you think you are? honestly..
  8. As others mentioned: getCombat().isFighting() works great, even works for other types of combat than melee
×
×
  • Create New...