Acerd Posted July 14, 2016 Author Posted July 14, 2016 wouldnt that also make it impossible for osbuddy etc to show someone elses hp? Probably , I'm not sure.
Harry Posted July 14, 2016 Posted July 14, 2016 Some background info for some people that might like it: Jagex changed some hooks regarding Character.getHealth() and Character.getMaximumHealth(). From now it's not possible anymore to get the precise amount of health a character has, you can only get the a health percentage instead. I assume that Character.getHealth() and Character.getMaximumHealth() will be removed from the API. Some scripts might also be broken after this update so don't expect everything to work flawless when the bot goes live again. Thanks for the info
AresScripts Posted July 14, 2016 Posted July 14, 2016 surely you could use Skills#getDynamic() and Skills#getStatic() to get the hp? Its applied to NPCs as well
Olemissfan99 Posted July 14, 2016 Posted July 14, 2016 when will the bot be online? everytime i see you post, i stare at your signature for like an hour 2
TornadoTony Posted July 14, 2016 Posted July 14, 2016 when will the bot be online? I am in love with your signature... Wot am I zuppozed to du w/o b0t m8 1
Terrorbyte Posted July 14, 2016 Posted July 14, 2016 Hey guys, Just a serious question, does bot goes offline every thursday or is this an uncommon occurrence? New to OSBot but thread seems to make it a every week thing or am I mistaken?
Tyelr Posted July 14, 2016 Posted July 14, 2016 (edited) Hey guys, Just a serious question, does bot goes offline every thursday or is this an uncommon occurrence? New to OSBot but thread seems to make it a every week thing or am I mistaken? Read quote below. Jagex updated some st00f so the bot needs to be checked/updated. If Jagex does stuff like this every Thursday, then yes it will be every Thursday, but no one knows what/when/if Jagex will change things. Besides Jagex Some background info for some people that might like it: Jagex changed some hooks regarding Character.getHealth() and Character.getMaximumHealth(). From now it's not possible anymore to get the precise amount of health a character has, you can only get the a health percentage instead. I assume that Character.getHealth() and Character.getMaximumHealth() will be removed from the API. Some scripts might also be broken after this update so don't expect everything to work flawless when the bot goes live again. Thanks! How did you acquire this info? Edited July 14, 2016 by Tyelr
Turkoize Posted July 14, 2016 Posted July 14, 2016 Read quote below. Jagex updated some st00f so the bot needs to be checked/updated. If Jagex does stuff like this every Thursday, then yes it will be every Thursday, but no one knows what/when/if Jagex will change things. Thanks! How did you acquire this info? I assume he ran some test code and the return values were off.
Tyelr Posted July 14, 2016 Posted July 14, 2016 (edited) I assume he ran some test code and the return values were off. Well played. Question, does OSBot automatically disable when OSRS updates? Or has someone manually disabled it for now? I remember this from other bots so I'm assuming yes just wanting confirm. Edited July 14, 2016 by Tyelr
Xerion Posted July 14, 2016 Posted July 14, 2016 Read quote below. Jagex updated some st00f so the bot needs to be checked/updated. If Jagex does stuff like this every Thursday, then yes it will be every Thursday, but no one knows what/when/if Jagex will change things. Besides Jagex Thanks! How did you acquire this info? I assume he ran some test code and the return values were off. I have my private updater. An updater searches for bytecode patterns to search for fields, classes and methods. 2