Alek Posted August 7, 2014 Posted August 7, 2014 It appears the API docs are updated which means my changes have taken effect. The following changes should now be present: Combat: -Deprecated activateAutoRetaliate(boolean) -Deprecated setSpecialAttack(boolean) -Added toggleAutoRetaliate(boolean) -Added toggleSpecialAttack(boolean) -Added getFighting() -Added isFighting() Settings: -Added areRoofsEnabled() -Added toggleRoofs(boolean) -Added getBrightness() (in case anyone loves using color like me) If you have any questions or concerns please let me know. I'll be working on some other various methods this weekend, notably grabbing a list of positions from an area. 2
BotRS123 Posted August 7, 2014 Posted August 7, 2014 Thanks for the update @Alek. Has banking changes been added?
Joseph Posted August 7, 2014 Posted August 7, 2014 Thanks for the update @Alek. Has banking changes been added? ya this ^^ i want to know if bank deposit all except has been pushed too?
Mysteryy Posted August 7, 2014 Posted August 7, 2014 Thanks for the update @Alek. Has banking changes been added? ya this ^^ i want to know if bank deposit all except has been pushed too? Is Bank#depositAllExcept broken atm?
Alek Posted August 7, 2014 Author Posted August 7, 2014 No idea about banking, I'll try to follow up. What exactly is wrong with it?
BotRS123 Posted August 7, 2014 Posted August 7, 2014 ya this ^^ i want to know if bank deposit all except has been pushed too? Is Bank#depositAllExcept broken atm? No idea about banking, I'll try to follow up. What exactly is wrong with it? The bug I was referring to is http://osbot.org/forum/tracker/issue-102-bankwithdraw-returns-false-when-successful/ 1
Joseph Posted August 7, 2014 Posted August 7, 2014 (edited) No idea about banking, I'll try to follow up. What exactly is wrong with it? swizz said he fixed the bank deposit all except, it just need to be pushed. Since you said the admin pushed your updates. Does that mean they pushed swiz update too? Is Bank#depositAllExcept broken atm? atm its bug out sometimes. link: http://osbot.org/forum/tracker/issue-136-bank-deposit-all-except/ Edited August 7, 2014 by josedpay
Alek Posted August 7, 2014 Author Posted August 7, 2014 My changes should be in effect, try using my new methods and see if you get any compile errors. If my methods are in effect, that should mean Swizzbeat's changes are in effect.
Joseph Posted August 7, 2014 Posted August 7, 2014 My changes should be in effect, try using my new methods and see if you get any compile errors. If my methods are in effect, that should mean Swizzbeat's changes are in effect. i dont want to sound dumb but dont we have to wait for a new version, for it to work. unless the thing maxi talked about works for the api too.
Alek Posted August 7, 2014 Author Posted August 7, 2014 i dont want to sound dumb but dont we have to wait for a new version, for it to work. unless the thing maxi talked about works for the api too. That's what I thought too. I have no idea why the java docs updated when the client hasn't updated. I would suggest toying around with the new methods to see if they work or not on the current version.
FrostBug Posted August 7, 2014 Posted August 7, 2014 Since the jar has not been updated, these methods should not be usable. The content of the jar is the same. Whether or not you can actually use this API does not depend on a jdoc, since the implementation of the methods do not exist within the Jar 2
Alek Posted August 7, 2014 Author Posted August 7, 2014 I didn't know if OSBot added the auto-updater or not (they could have been replacing the entire jar at its current directory). I've been out of the loop for a little bit.
FrostBug Posted August 7, 2014 Posted August 7, 2014 I didn't know if OSBot added the auto-updater or not (they could have been replacing the entire jar at its current directory). I've been out of the loop for a little bit. Well, they added an auto-updater for hooks, which is nice.. if it works ;)
Eliot Posted August 7, 2014 Posted August 7, 2014 (edited) Should be nice when Laz actually releases the changes! Edited August 7, 2014 by Eliot