Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
  1. alexh666

    Request Hybrid Bot Type

    Heyo, this thread ties in with this Implemented - Environment.isSupporter() The only reason I ditched implementing any supporter only stuff is because it feels kinda meh for a user to get a bot that says "free" on the store to find out supporter only features inside. Is it possible to add...
  2. alexh666

    Resource Herblore, useful resources.

    I had to write these by hand when creating my herblore bot, you're free to use them! Combination Potion Ingredients: public final String[] POTIONSCOMB = {"Overload (4)", "Super strength (4)", "Strength potion (4)", "Super ranging potion (4)", "Ranging potion (4)", "Super magic potion (4)"...
  3. alexh666

    AlexH666's Herblore Bot [Deleted]

    AlexH666 submitted a new resource: AlexH666's Herblore Bot - Make em' Herbs 420 Read more about this resource...
  4. alexh666

    Implemented Environment.isSupporter()

    Is it possible to add a way to know if a user is supporter in addition to getforumid and getforumname? This would help making certain novelty features supporter only and the rest of the bot free. Does this already exist? I found nothing in API. Thanks <3
  5. alexh666

    Bug Camera.concurrentlyTurnTo(Locateable a) Broken?

    The following seems to work: Camera.concurrentlyTurnTo(furnace, Random.nextDouble(0.300,0.600)); But this will do nothing at all, won't even attempt to move the camera. (Should supposedly use player sense and adjust yaw/pitch itself) Camera.concurrentlyTurnTo(furnace); There doesn't seem to...
  6. alexh666

    AlexH666's Smelter Bot [Deleted]

    AlexH666 submitted a new resource: AlexH666's Smelter Bot - Smelt em' Baby Smelt! Read more about this resource...
  7. alexh666

    AlexH666's Cooker Bot [Deleted]

    AlexH666 submitted a new resource: AlexH666's Cooker Bot - Cook em' Baby Cook! Read more about this resource...
  8. alexh666

    1000+ concurrent spectre users!

    Congrats!
  9. alexh666

    AlexH666's Bonfire Bot [Deleted]

    AlexH666 submitted a new resource: AlexH666's Bonfire Bot - Burn em' Baby Burn! Read more about this resource...
  10. alexh666

    Question How to click "Add to bonfire" on the interface

    So I'm having a go at my first bot, I got it to bank, get my logs, right click nearest available fire and select "use". At this point, a menu appears with "cook on bonfire" or "add to bonfire" options. I can't figure out how to tell it to click the second option. Edit1: I have resolved this...
Top