Jump to content
Ark

[PREMIUM] ARKSlayer Pro - Automatic Slayer Training [Cannon][Restocking][Prayer][Superiors][ABC2]

Recommended Posts

12 hours ago, Ark said:

Did it fix the cannon?

Both sound client-cache-related, clear your hooks and cache using the bulk client launcher.

Nah, was legit a fresh install on VPS first time using it. I've just set it to skip that task now so.

Like the skip task, would it be possible to add the same thing but to block task when you have enough points?

Link to post
Share on other sites
On 5/22/2023 at 8:55 PM, TheToads said:

Nah, was legit a fresh install on VPS first time using it. I've just set it to skip that task now so.

Like the skip task, would it be possible to add the same thing but to block task when you have enough points?

Interesting - I'm always testing, so I'll see if I can replicate things.

I am going to be adding a block system soon :) 

Link to post
Share on other sites

Hiya, script seems great, antiban looks meticulously crafted, good job.

I've noticed an issue where the script will always use/buy rings of wealth to travel to GE, even when I select walk to GE or varrock teletab to GE. Ideally you can add an option for me to use the ornate jewelery box in my PoH to travel to GE, as I'm already using that for banking at edgeville.

Thanks a lot

edit: also have noticed when ranging greater demons, bot does not move back to safe spot after looting

Edited by huntedstorm
Link to post
Share on other sites

Love the script, works very well! 
 

Would it be possible in the future to add the option to teleport using mounted Xeric’s talisman in the POH? 

Also like mentioned above, is it possible to add the option to teleport to G.E using ornate jewelry box in the POH?  
 

Other than that, the script is amazing. 

Edited by Stradas
Link to post
Share on other sites
On 5/28/2023 at 1:14 AM, decay said:

Can infernal mages be added to the magic melee tasks 

Magic Melee is tasks which attack with melee attacks that have magic damage - infernal mages don't count in that, sorry!

On 5/28/2023 at 9:38 AM, huntedstorm said:

Hiya, script seems great, antiban looks meticulously crafted, good job.

I've noticed an issue where the script will always use/buy rings of wealth to travel to GE, even when I select walk to GE or varrock teletab to GE. Ideally you can add an option for me to use the ornate jewelery box in my PoH to travel to GE, as I'm already using that for banking at edgeville.

Thanks a lot

edit: also have noticed when ranging greater demons, bot does not move back to safe spot after looting

I'm intending on adding a whole host of POH-related improvements in the near future :) 

The script doesn't use safespots like that at the moment, so that is currently intended behaviour 

18 hours ago, Stradas said:

Love the script, works very well! 
 

Would it be possible in the future to add the option to teleport using mounted Xeric’s talisman in the POH? 

Also like mentioned above, is it possible to add the option to teleport to G.E using ornate jewelry box in the POH?  
 

Other than that, the script is amazing. 

As above!

Link to post
Share on other sites

Keep running into this issue where its trying to take a break and then stops doing anything and times out on the game, logging it out. and it won't log back in either have to manually restart bot.

In game I'm different places when it happens, sometimes in house, sometimes in nieve dungeon, etc. When i'm somewhere aggro'd by monsters my guy will just die, not eat food or tele 

 

0.thumb.png.5b887e50678f9a52f2297e7e01505569.png

Edited by UNDFTD
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

  • 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.
        • Haha
        • Like
      • 15 replies
  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...