Alek Posted November 8, 2014 Share 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 Link to comment
inuyasha91 Posted November 8, 2014 Share 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 Link to comment
doritosnbacon Posted November 8, 2014 Share 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 Link to comment
tbowns Posted November 8, 2014 Share 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. Link to comment
Czar Posted November 8, 2014 Share Posted November 8, 2014 Gj brah, thanks for the banking too 1 Link to comment
Allen Posted November 8, 2014 Share Posted November 8, 2014 Good job keep up the grgreat work! Link to comment
Alek Posted November 8, 2014 Author Share Posted November 8, 2014 Fixed the partial download problem! 2 Link to comment
Harry Posted November 8, 2014 Share Posted November 8, 2014 Thanks for the effort you put in. Link to comment
tbowns Posted November 8, 2014 Share Posted November 8, 2014 Fixed the partial download problem! Thanks! Link to comment
Apaec Posted November 8, 2014 Share Posted November 8, 2014 Thanks yet again for the update, interesting use of hashmap - tres bien gj Link to comment
KillZ1337 Posted November 8, 2014 Share Posted November 8, 2014 Just downloaded OSBOT, from osbot.org but didnt get .jar file to start bot? Link to comment