Jump to content

scriptersteve

Members
  • Posts

    258
  • Joined

  • Last visited

  • Feedback

    100%

Posts posted by scriptersteve

  1. I am using injection and same error message for the 2nd code as well - think i'll just assume it's a client issue as it has always worked fine previously (raised bug report for it yesterday)  (it's not overly the end of the world for me (just need to manually turn on prot melee when starting the script) - Thanks for your help and hopefully it'll be fixed soon :)

  2.  https://gyazo.com/3f5544952cb27733738828a52c8bc095

    Seems to miss the widget?

    Renamed yours to pset and used that and above occured.

    Prayer code was working ~~ 3-4 weeks ago when I last tried checking/editing it

    if (this.config.containsPrayer("Protect from Melee")) {
        if (!prayer.isActivated(PrayerButton.PROTECT_FROM_MELEE)) {
            pset(PrayerButton.PROTECT_FROM_MELEE, true);
            log("turning on protect from melee");
        }
    
    }
  3. 17 minutes ago, Explv said:

     

    The API looks for the protect from melee prayer using the sprite ID 129. The warning is raised when either no widget with that sprite ID is found, or more than 1 widget with that sprite ID is found.

    I don't have 43 prayer, so I cannot determine if this sprite ID is correct. I think the sprite ID is different if the prayer is disabled (for me it's 149).

    What you should do is debug the widget (541, 18, 1) using the widget debugger in the client (Settings -> Options -> Widget Debugger) and look at the value of Sprite ID 1 (enabled).

    If you have 43 prayer, and you are able to toggle protect from melee on and off, and the sprite ID is not 129, then you should file a bug report.

    Either way post here what you find.
     

    sprite ID is 129 when enables and -1 when disabled. What exactly are sprite IDs- normally i just use the widget hover thing and try the 3 options till one works

  4. https://discord.gg/myNpmP

    The autoswitcher I use, only used on private servers personally but know it does support osbuddy and konduit and normal for osrs.

    The dev for it is quite cool too, it's still in development stage so if you want something added he'll add it customly for you and it's free.

    Currently I have it for bridding 6 way switches + prayers + barrarge can be set to a single key

  5. just use your 40 atk 80 str and f2p pk, and leave it at that and play league and other games.

    If your botting rs on a main, what's the 'fun' in playing it at all? bot for gp or for alts, or play a more fun game

  6. stats:

    88 atk/str/def/84 range 75 magic 99 fm/81 fish/70 theif 57 agil

    It's nfs just wondering, has fcape ddef full graceful e.t.c

  7. How am I able to login to an account from my script pulling data from another file.

    Will store logins/passwords and want to login without having to setup acc in OSbot, just from inside my script.

    Didn't know if this could be done/how it was done. Had a look at api and am properly blind but couldn't see anything to do with logging in without having acc details stored on OSbot.

     

    Looked at client login/autologgin but was unsure. Just wanted to have a look at account replacement for some fun.

×
×
  • Create New...