Jump to content

Alek

Ex-Staff
  • Posts

    7878
  • Joined

  • Last visited

  • Days Won

    200
  • Feedback

    100%

Everything posted by Alek

  1. Well Low CPU mode does just that, targets lowering CPU. Low Resource targets lowering RAM and to some extent CPU because it disables all painters. It simply removes extra buttons and interfaces from ever loading. What you get is a very bare bones client that only has the essentials to run a script.
  2. There's no "toggler", stop shitposting.
  3. For Low Resource mode there isnt because the interfaces don't even load for there to be toggle buttons.
  4. I'm going to start trying to include new scripts and promotions in the release threads again.
  5. Currently set as a Development Build, check the Advanced User Panel for the download link. Changelog: -Updated Inventory debug overlay --Shows id AND shows noted id if unnoted, unnoted id if noted -Added Web Walking link: Taverly Dungeon with Dusty key (reported by @Chris) -Added Web Walking link: Taverly Dungeon obstacle pipe (reported by @Chris) -Patched ItemDefinition returning incorrect noted and unnoted item ids (reported by @Xerion) -Refactored Item getNonNotedId() to getUnnotedId() to match ItemDefinition -Added Item method getNotedId() to match ItemDefinition Scripts: -Added Perfect Runecrafter -Added Team Cape's Agility -Added BotFactory -Added Expert Thiever Lite Promotions: -Auron to Scripter I -Manner to Scripter I -Fruity to Scripter II Happy mid-week botting! -The OSBot Staff
  6. Someone had the bright idea to add thousands of links without considering quests and settings such as Doom Slayer warnings. I already added the warning message for the Shantay Pass, might as well add one for the Wilderness Ditch too.
  7. The only way it affects scripts is by disabling paint. Which script was it?
  8. He could also try using low resource mode. I might expand on low resource mode soon.
  9. It was never added. I planned on making a spellbook for it but I don't think there is a lot of demand.
  10. Good catch on it not ticking the box. Also are you suggesting that there should be a parameter to set the client origin on the screen, because I like that idea if there is enough support.
  11. Alek

    GUI Help

    Question 2: He is saying that an easy way to assign a "4 digit integer" which is used for the rock id is by getting the selected index and using a switch case. For instance (pseudo code): int rockId; switch(comboBox.getSelectedIndex()) case 0: rockId = 1111; break; case 1: rockId = 2222; break; You would put this code in your action listener.
  12. Me at OSBot: Zach at OSBot:
  13. -Fixed World hop methods attempting to hop to skill worlds (reported by @@Juggles) -Fixed Low Resource Mode not working with script start from CLI (reported by @@Token) -Potential fix for player not moving while under attack during web walking (reported by @@Abuse) -Updated CLI documentation (reported by @@qverkk) Any issues please post below.
  14. Create a new WebWalkEvent and use setPreferenceProfile. Create a new PathPreferenceProfile and set teleports to true.
  15. Alek

    @Alek

    I understand this inside joke.
  16. This is not a Community Discussion, this belongs in Runescape Goals.
  17. Why would wrapping the method do anything? Check the result of the event executing.
  18. That is WalkingEvent, not WebWalkEvent.
  19. Were you using any local scripts?
  20. Changelog: -Patched Chatbox API (reported by @@FrostBug) -Improved Chatbox message collection -Improved Chatbox stability -Attempted fix for starting scripts through CLI not working for some users (reported by @@Abuse) Also updated the Control Panel to the "Advanced User Panel" to avoid confusion. Updated CLI usage chart: Happy Botting
  21. Health bar is visible and you are interacting with another character.
×
×
  • Create New...