Alek Posted November 8, 2014 Posted November 8, 2014 This week I decided to go through the API and ensure that we're running the most up-to-date methods. A large part of these patches is due to the recent release of Bounty Hunter. Alas everything appears to be in working order and I even decided to make a few improvements. Changelog: -Updated deprecated Spell class to reflect Spells.NormalSpells -Added Bank method withdraw(HashMap<String, Integer>) -Updated Ancient and Lunar magic Spellbooks (huge thanks to ) -Added Skills value SKILLS_GUIDE_INTERFACE -Added Skills method isGuideOpen() -Added Skills method closeGuide() -Updated Interface method getOpenInterface() to include Skill Guides -Updated Interface method closeOpenInterface() to include Skill Guides -Improved interface closing speed in InteractionEvent execute() -Patched two possible null pointers in InteractionEvent -Added Combat value WILDERNESS_INTERFACE -Added Combat value WILDERNESS_LEVEL_INTERFACE_CHILD -Patched Combat method isWilderness() -Patched Combat method getWildernessLevel() -Patched Combat method isMultiway() -Added Combat method hasBountyTarget() How to use bank.withdraw(HashMap<String, Integer>): HashMap<String, Integer> items = new HashMap<>(); items.put("Tin ore", 12); items.put("Willow logs", 9); bank.withdraw(items); Thanks for your support! -The OSBot Staff 3
inuyasha91 Posted November 8, 2014 Posted November 8, 2014 Anyone else having trouble downloading 2.2.43? When i download it and try to run the file it says can not open corrupt .jar file. 1
doritosnbacon Posted November 8, 2014 Posted November 8, 2014 Anyone else having trouble downloading 2.2.43? When i download it and try to run the file it says can not open corrupt .jar file. I am too
tbowns Posted November 8, 2014 Posted November 8, 2014 Anyone else having trouble downloading 2.2.43? When i download it and try to run the file it says can not open corrupt .jar file. yes im getting this too.
Apaec Posted November 8, 2014 Posted November 8, 2014 Thanks yet again for the update, interesting use of hashmap - tres bien gj
KillZ1337 Posted November 8, 2014 Posted November 8, 2014 Just downloaded OSBOT, from osbot.org but didnt get .jar file to start bot?