Jump to content

Alek

Ex-Staff
  • Posts

    7878
  • Joined

  • Last visited

  • Days Won

    203
  • Feedback

    100%

Everything posted by Alek

  1. I'm going to start trying to include new scripts and promotions in the release threads again.
  2. 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
  3. 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.
  4. The only way it affects scripts is by disabling paint. Which script was it?
  5. He could also try using low resource mode. I might expand on low resource mode soon.
  6. It was never added. I planned on making a spellbook for it but I don't think there is a lot of demand.
  7. 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.
  8. 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.
  9. Me at OSBot: Zach at OSBot:
  10. -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.
  11. Create a new WebWalkEvent and use setPreferenceProfile. Create a new PathPreferenceProfile and set teleports to true.
  12. Alek

    @Alek

    I understand this inside joke.
  13. This is not a Community Discussion, this belongs in Runescape Goals.
  14. Why would wrapping the method do anything? Check the result of the event executing.
  15. That is WalkingEvent, not WebWalkEvent.
  16. Were you using any local scripts?
  17. 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
  18. Health bar is visible and you are interacting with another character.
  19. Everything should be working now regarding the healthbar/isUnderAttack issues. For a majority of users, this also fixes your problems related to the client consuming abnormally high CPU. Additionally, the behavior of isUnderAttack/isAttackable has been upgraded and should be more accurate. If you have any issues related to these methods, please post below. Changelog: -Fixed isHitBarVisible() -Improved Character isUnderAttack() -Improved Character isAttackable() Have a great weekend! -The OSBot Staff
  20. We're aware, nothing much we can do at this point. Moving to mirror mode forum.
  21. This forum is for mirror-mode specific bugs. Are you getting the ClassCastException only with mirror mode?
  22. This is not a win for me, this is a win for the Chatbox.
×
×
  • Create New...