Jump to content

Chris

Scripter II
  • Posts

    8365
  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    100%

Everything posted by Chris

  1. Chris

    Excellent Agility

    you shoudnt use resizable with mirror mode.. it has to be fixed mode only also it does high alch if you set it up properly
  2. Chris

    Excellent Agility

    What are your settings? Client version(2.x.xx): Client type (Injection/Mirror): Client display(Fixed/resizable): Where is it getting stuck?
  3. Chris

    Excellent Agility

    It does not. Can you tell me more about using this teleport? How is it used? Is it a tablet or spellbook entry? What is the spell book action (Case Sensitive)? Sorry for the late reply. Follows were toggled off for some reason.
  4. Chris

    test

    test2
  5. u cant calculate ban rate. tired of this term unless u have 10000 + accounts to get data
  6. Will check it out! sorry about that
  7. VOR-17.0 Changes to the fire tick phase when drinking consumables. Reported prayer sipping issue with low prayer level accounts due to logical error. Changes to some route interactions Misc changes
  8. Dont keep running the script if its wasting ppots like that lol. I'll make a quick fix. look like I didnt expect low level accs to run vorkath with 44 prayer. Just need to change some logic
  9. What is your account prayer level?
  10. are you starting at the safespot or have a save profile with the write coordinates? It uses the lovakenji or blast mine bank. If you would like to lend me your account with a Xerics Talisman for a couple minutes I can add it in.
  11. Chris

    Mirror Mode

    Mirror mode if running 1-3 bot Injection if running > 3 bots
  12. Chris

    SIMP

    1. Czar

      Czar

      we simp gang 4 lfe #simpgang

  13. My other comment just shows the loading of resources. you can read how you want
  14. Script getScriptResourceAsStream - This loads resources relative to the entry of the script Script getDataResourceAsStream - This loads resources relative to the entry of the OSBot data directory Here are two examples so you get an idea: Of course please ensure you are still following the existing SDN resources folder rules. https://osbot.org/forum/topic/140109-osbot-254-resource-loading/
  15. Should be good now
  16. SDN hasnt updated yet.
  17. Fixed.
  18. can you fill a detailed bug report I need to know all your settings and client information please
  19. Have you read the features section of the main thread? Can you send me your settings (fill a bug report) thank you
  20. DRG-15.0 Fixes to banking. Prayer potion withdraw issue due to always set on regardless of UI selection. Changes to looting when full handler. Attempt to eat first before attempting with lootbag.
  21. @ScriptManifest(name = "GEWalker", author = "Your name", version = 1.0, info = "Script info", logo = "") //Helps the client understand and find the script we compile public class Skeleton extends Script { @Override public void onStart() { /** * Excellent for starting timers (getExperienceTracker.startAll(); , Timer afkTimer = new Timer(180_000) //180_000 ms = 3 mins) * Initiate variables here (Excluding NPC, RSObject, ....) [Uses: myVal = 99, currentXP = getSkills().getStatic(Skill.ATTACK)] * & More */ } @Override public void onExit() { /** * Excellent for clearing listeners that we implement * Logging end script info * & More */ } @Override public int onLoop() { Position[] positions = ... WalkingEvent event = new WalkingEvent(); event.setPath(new LinkedList<Position>(Arrays.asList(positions))); execute(event); return 700; //Usually want to keep it over 600MS unless you need a fast loop. 1000MS = 1 second. } @Override public void onPaint(Graphics2D g) { } }
  22. Script Version 14.0: BETA MODE BUILDS ARE HIGHER 14.X: Change log: Added UI Components and script logic for brutals banking location "BLAST MINE" or "LOVAKENJI" Added QoL update to drink antifire before entering brutal dragons dungeon Added more logging to script banking. Should now output more to log file /Data/Excellent Dragons/logs/xxxxx.txt . Will be adding more script logging soon but for the banking i reworked the logic and console output information. Made changes to logic which should clear the bank loop issues reported by @Rykainrs
  23. discussing bug issue on discord. ty for report Yes I saw your post. I'm currently in the process of making improvements in the script before I add any features.
  24. omg that is so nice of you. l love u so much please have my children i want you hahaha jk....UNLESS..
  25. omg who care
×
×
  • Create New...