Jump to content

Recommended Posts

RS updates every Thursday and often messes things up, you should always do a trial run on Thursday mornings just in case

Webwalking hasn't messed up for many months. I don't see how this would be necessary. If anyone does find any bugs just fill out the bug report in the main thread and post it here.

But again, works flawlessly - have a few videos and many completed quest proggies.

Waterfall Quest: Gets stuck outside tomb, just stands there and doesn't use the pebble with the tomb. Manually used pebble with tomb, and the script continued from the inside of the tomb.

Exactly what was said above. As the main thread says, the on screen paint says, and the dozens of other posts on this thread say, look at the BOT DEBUG.

Here, it will say exactly what the bot is doing.

Link to post
Share on other sites

Webwalking hasn't messed up for many months. I don't see how this would be necessary. If anyone does find any bugs just fill out the bug report in the main thread and post it here.

But again, works flawlessly - have a few videos and many completed quest proggies.

Exactly what was said above. As the main thread says, the on screen paint says, and the dozens of other posts on this thread say, look at the BOT DEBUG.

Here, it will say exactly what the bot is doing.

 

A video of it working before an update, does not mean it is working after the update.  RS updates every Thursday buddy.

Edited by alejoro1
Link to post
Share on other sites

They updated the quest? If so can you PM me an account I can test with?

I don't know if the quest is updated, based upon the 2007 quest guides, it is exactly the same. According to the last edit dates on the guides, that is.

 

Your bot simply doesn't recognize that it now needs to retrieve the ale. It thinks it needs to talk to the Harold man over and over, it is trying to activate the need within him to then get the ale. But once he needs to get the ale, he does not.

 

That is all.

Link to post
Share on other sites

I don't know if the quest is updated, based upon the 2007 quest guides, it is exactly the same. According to the last edit dates on the guides, that is.

 

Your bot simply doesn't recognize that it now needs to retrieve the ale. It thinks it needs to talk to the Harold man over and over, it is trying to activate the need within him to then get the ale. But once he needs to get the ale, he does not.

 

That is all.

It gets the ale in the beginning stages in the "Gather Items" checkpoint. The bot assumes you have it in your inventory.

If you did not run the bot from the beginning stage, then of course it did not get the ale; which would be a user-triggered 'bug'.

Edited by Worthy
Link to post
Share on other sites

It gets the ale in the beginning stages in the "Gather Items" checkpoint. The bot assumes you have it in your inventory.

If you did not run the bot from the beginning stage, then of course it did not get the ale; which would be a user-triggered 'bug'.

Ah yes! Thanks for clearing that up. I was unsure if it would check the bank for one.

 

 

*edit* New Error:

When It proceeded with the quest, it never clicked do you want to gamble, but froze.

 

It has now also froze when talking to eohirc.

Edited by seiv
Link to post
Share on other sites

I sent you a video over skype regarding a waterfall quest bug where it endlessly sits in the bank withdrawing games necklaces and rings of dueling, no wonder alegero1 keeps complaining about being banned, its the script.

I have hundreds of users who haven't been banned. Alegero1 is the only user who has reported being banned off my script.

And I have thousands of completed proggies of the waterfall quest. That 'bug' is most likely caused by something you did. I'd be glad to take a look at the video.

Link to post
Share on other sites

I have hundreds of users who haven't been banned. Alegero1 is the only user who has reported being banned off my script.

And I have thousands of completed proggies of the waterfall quest. That 'bug' is most likely caused by something you did. I'd be glad to take a look at the video.

I think if two people report the same bug it may be worth looking into.

Link to post
Share on other sites

its not garbage dude.... only getting banned when using this script @Usa been using a lot of free scripts wihoutbans, only do waterfall and ban i want i refund!

As stated many many times on this website and everywhere, you bot under your own risk. It is not my fault something in your computer setup (flagged mac address, flagged ip, flagged SOMETHING) was flagged beforehand causing you to get banned. I don't give a rat's ass if you claimed that it wasn't flagged because of your dedi or who cares, but there is no way that is wasn't flagged.

 

It is entirely your own fault that you got banned because you took the risk to bot. You are also the only user I know of who got banned off of my script. Congratulations; you will also never get a refund, so thanks for purchasing it.

What is the status on this script? What are you currently developing?

I was in the midst of developing the Tree Gnome Village quest but I took a small break inbetween. The 7 quests it has so far should be working 100%, and future quests have the foundation to be added and will so in the future, but at the moment, I am working on something else. Edited by Worthy
Link to post
Share on other sites

@Worthy did all on fresh ip's ;) called ISP 3 times, 30mins of botting, every manually, next day ban ban ban. even on ips friend of mine that doesnt even play runescape :)

im not saying youre not getting banned. but i have used this bot a lot of my accounts and have yet to get banned. you have got to be doing something wrong. yeah, the bot sometimes messes up, but it always corrected itself for me. recently its been flawless. instead of trying to blame a scripter for your bans try and figure out what youre doing wrong

Link to post
Share on other sites

im not saying youre not getting banned. but i have used this bot a lot of my accounts and have yet to get banned. you have got to be doing something wrong. yeah, the bot sometimes messes up, but it always corrected itself for me. recently its been flawless. instead of trying to blame a scripter for your bans try and figure out what youre doing wrong

its flawless ikr but gets me banned after waterfall lmao, on fresh ip's as I said before.

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Similar Content

    • By ELON
      Argument Support(save file name) Grand Exchange 25+ Quest Supported Mid Quest Support Safe spot Support Custom Equipment



      Death Support Shuffle Your Task List Advanced Custom Anti-Ban Prayer Support Buy Custom Equipment If Missing Walking Breaks ABC 2 Custom Equipment For Each Quest Automatic Attack Style Support For Each Equipment File Buy All Items Required Task And Much More  
    • By SkrrtNick
      Introduction
      I felt that Tribot needed a tutorial on how to write a script using the new SDK to assist those who may be trying to learn.
      I'm not claiming to be an authority on the best way to do things, I am just hoping to help you get on the right track  
      I've tried to capture as much as I can in this thread, but even still I have most definitely missed things - if there's anything you'd like to see added or if you have any questions please drop me a message or comment on this thread.
      Cheers
       
      Pre-Requisites:
      A basic knowledge of java 
      Unlike other clients, the Tribot SDK makes use of Optionals so it’s important you have a basic understanding of how Optionals work and how they are different to nullable objects. I recommend checking out this link if you need to get your head around them https://www.baeldung.com/java-optional
      I can recommend using the oracle java tutorials at https://docs.oracle.com/javase/tutorial/ or doing the mooc.fi java programming course https://java-programming.mooc.fi/ 
      Either Tribot VIP standard or premium
      Intellij IDEA
      Frameworks:
      There are a number of scripting frameworks that have been open sourced and are available in the tutorial section of the forums, the options I am aware of are:
      Task by Encoded
      Node by Worthy
      Decision Trees by Nullable
      Behaviour Trees (kotlin) by Nullable
      The frameworks vary in complexity and some are easier to grasp than others, in the context of beginning scripting I think you should look into each one and decide what is the easiest for you to begin with.
      As this is a beginners tutorial, for the sake of simplicity I will be using Encoded’s Task framework.
      Important links:
      The Docs:
      The Gradle Template:
      The Query System:
       
       
      Setting up our environment:
      Creating a library for our framework
      Create a place for your new script
      Add the framework to your new script
      Planning the script
      Collecting data
      Setting up an Enum to handle states
      Storing Variables
      Creating the Gathering Tasks
      Turning in the Quest
       Putting it together
      Adding a Paint
      Video of the final product
       
      You can also get my source here: https://github.com/SkrrtNick/a-cooks-tutorial
    • By ScriptsForMains
      https://tribot.org/repository/script/id/3180

      I've only tested it on a few accounts... Hoping people can post some progress pics.

      Utilizes DaxWalker and supports teleporting if you have the mage level.  
      Start with all items in your bank OR with the quest items in your inventory (skip quests by not having those items):

      Cook's assistant: Egg, Bucket of milk, Pot of flour
      Imp Catcher: Red bead, Yellow bead, White bead, Black bead
      Doric's Quest: 6 Clay, 4 Copper ore, 2 Iron ore
      Goblin Diplomacy: Blue dye, Orange dye, 3 Goblin mail (or the pre-colored goblin mails)

      PROGRESS PICS: 
      Start to end, 12 minutes:

       
    • By Final~Calibur
      Attention: The script has been retired. I'd like to thank everyone who supported FC scripts over the past couple of years! (See the last post for more details)
       
      FC Questing
       
      FC Questing is here for all to enjoy! This script is built on a framework which allows for easy chaining of quests, as well as new quests to be added with minimal effort. I will consistently add new quests to the script.
      Suicide Farm Edition:
      In addition to the full FC Questing script, I'm also offering a cheaper edition specifically for suicide farmers. The suicide farm edition will include the following:
      Tutorial Island Cook's Assistant Romeo & Juliet Sheep Shearer Pricing options are below.

      Features:
      Start anywhere Grand exchange support for quests that should utilize it Quest chaining Clean and detailed paint 15 quests supported and counting (GE indicates grand exchange support, GA indicates manual gathering support, SR indicates that the script will achieve skill requirements on it's own, QR indicates that the script will achieve quest point requirements on it's own)  Tutorial Island Doric's Quest GE GA Sheep Shearer GA Cook's Assistant GA Romeo & Juliet GA Rune Mysteries GA Imp Catcher GE Goblin Diplomacy GE Druidic Ritual GE Witch's Potion GE Prince Ali Rescue GE The Knight's Sword GE SR Ernest the Chicken GA The Restless Ghost GA Black Knight's Fortress GE QR Script Arguments:
      profile_name Simply type in the name of a previously saved profile, and it will be used! 7qp Romeo & Juliet Sheep Shearer Cook's Assistant all All supported quests, random order tut-ge Tutorial island Walks to GE after tutorial island tut Tutorial island Account Queue:
      FC Questing supports an account queue, meaning you can run many accounts through the script with ease. Simply create a file in the directory which is opened by the "load accts" button, and format it like so:
      username:password
      Each account must be on it's own line. The accounts will all be ran with the same settings that you have selected. If a banned / locked / invalid account is provided, it will skip over it.
      GE Support / Gathering:
      The script currently features Grand Exchange support for quests that should utilize it. Also, the script supports gathering items manually as well. Check the quest list above to see what each quest supports. Here are some things you should know:
      If supported, the script will attempt to purchase items from the GE first before gathering manually If the player doesn't have enough gold for all of the items, it will then resort to manually gathering the rest of the materials (if gathering is supported for the quest) The script will attempt to purchase items < 2,000 GP for double their market price, to try and avoid waiting. >= 2000 GP will be bought at 1.3 times their market price (this can be changed if you have suggestions) If the quest does not support manual gathering, and the GE process fails, the script will end The script will abort & resubmit any offers that don't sell instantly, for 15% higher (if the character has enough gp to do so). This helps avoid waiting around for items to sell. General Notes:
      As this is a quest script, there are a lot of moving parts. This almost ensures that bugs will pop up now and then. Please report them when they arise, provide a detailed description, and I will fix it as fast as possible.
      The script generally should be able to start in the middle of a quest, however please be aware that this may result in questionable script behavior and / or the quest not completing properly.
      Bug Reports / Suggestions / Questions:
      Please see the thread here on how to report an issue or suggestion. Direct posts on the thread or private messages will be redirected to here.
      Please join my discord channel here for other miscellaneous inquiries. This is the fastest way to contact me.
      Pricing for FC Questing (FULL):
      1 hour free trial (resets on the first of every month) $3.99 per month, 10 instances (great for the casual user) $9.99 per month, 30 instances (great for the large bot farmer) $14.99 per 6 months ($2.50 per month), 10 instances (great for the long term user) $39.99 per 6 months ($6.67 per month), 30 instances (great for the long term large bot farmer) Pricing for FC Questing Lite (TUTORIAL + 7QP):
      1 hour free trial (resets on the first of every month) $0.99 per month, 10 instances $2.49 per 3 months ($.83 cents per month), 10 instances $3.99 per 6 months ($.67 per month), 10 instances $9.99 per 6 months ($1.67 per month), 30 instances  
      Images:
       


      Time Lapse:
       
       
       
       
    • By rewie
      - Completes Witch's potion quest
      - No GUI so can be used with script queue/client starter
      - Start at any point in the quest
      - Uses WebWalker so you can start from anywhere it supports
      - Let me know if there is any bugs/improvements
      - Gathers all the required items (see more in the spoiler)
      Change log:
      TO DO:
       
       
      Get it here
       
       
  • Our picks

    • We've heard your complaints - the TRiBot API could be much easier to use. We've been dedicating our time to improving the scripter experience here and spent the past year working on a new and improved API - the TRiBot Script SDK.

       

      The TRiBot Script SDK is an easy-to-use library for building TRiBot scripts. It is the recommended approach to building scripts moving forward over the old TRiBot API. It contains all the core things you need to build a script, and a ton of additional helpful stuff to get you using your scripts quicker. See the documentation section for everything offered, and check out the brief overview link too.

       

      The SDK was announced in preview here:

       

      It is now officially released. The official release guarantees we will support backwards compatibility for some period of time. See the 'backwards compatibility' section below for more info.

       

      How to use:

      There is multiple options, listed in the order they are recommended.

      1) Use the gradle template mentioned below

      2) Obtain through gradle

      Add this dependency: api("org.tribot:tribot-script-sdk:+")

      Add this repository: maven("https://gitlab.com/api/v4/projects/20741387/packages/maven")

      3) Take from your local filesystem in your .tribot/install folder. For example, on windows, you'd find it at "C:\Users\[user]\AppData\Roaming\.tribot\install\tribot-client\lib\tribot-script-sdk-[version].jar"

       

      Documentation:

      Java docs: https://runeautomation.com/docs/sdk/javadocs/index.html?overview-summary.html

      Kotlin docs: https://runeautomation.com/docs/sdk/kdocs/index.html

       

      Backwards compatibility:

      We will be following a deprecation schedule whenever we perform a possible breaking change. We will deprecate the respective methods or classes and announce it in a topic. It will remain deprecated for some period of time (weeks or months), and then removed. This will give you time to fix anything, if we need to make a breaking change.

       

      Gradle template:

      Easily build scripts with a new pre-configured scripting gradle template

       

      Users of the current API:

      There is no plans to remove TRiBot API. It will still be available. However, non-critical bugs probably won't be fixed. The SDK does depend on some of the API so fixing some things in the SDK will indirectly fix the API. However, bugs that have existed in the API for awhile will likely not be fixed. It's recommended to use the SDK moving forward. Let us know if there's something the SDK is missing.

       

      Brief overview of the changes:

       

      Bug reports:

      Post bug reports in the bug reports section of the forums

       

       

      Let us know what your thoughts are! If you have questions, feel free to ask below or in discord.

       
      • 0 replies
    • Support for the gradle launcher is being dropped. Read more about the new launcher here.
      • 8 replies
    • What to expect from TRiBot moving forward.
        • Like
      • 11 replies
    • TRiBot 12 Release Candidate

      The TRiBot team has been hard at work creating the last major version of TRiBot before the TRiBot X release. We've noticed many problems with TRiBot 11 with a lot of users preferring TRiBot 10 over 11. We've heard you, so we took TRiBot 10, added the new features introduced with 11, introduced some other new things, and created TRiBot 12. So without further adieu, here's TRiBot 12.
      • 40 replies
    • Gradle is a build tool used to accelerate developer productivity.

      We recently setup a Maven repository (TRiBot Central) to make it easier for scripters to create scripts. Check it out here: https://gitlab.com/trilez-software/tribot/tribot-central/-/packages

      Furthermore, we've released a simple Gradle project to make it easy to run TRiBot and develop scripts for it. Check it out here: https://gitlab.com/trilez-software/tribot/tribot-gradle-launcher

      The goals of TRiBot Central are to:

      Deliver updates to TRiBot faster


      Better organize TRiBot's dependencies (AKA dependancies)


      Make it easier to develop scripts for TRiBot


      Make it easier to use and run TRiBot


      Note: TRiBot won't be able to run scripts from within this project until TRiBot's next release.
      • 15 replies
  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...