Pandemic 2802 Share Posted September 23, 2022 Hello everyone, As we've stated in the previous post, we're planning on the release of our new walker to coincide with a large removal of deprecated classes, methods, and fields from across our API. Today we're setting the planned date of this release to be October 31, 2022. Any and all scripts currently using these deprecated methods will not work after this release. Scripters should make sure all deprecated uses are replaced by this date, I believe most things being removed have a replacement. You can find everything that's being removed on our Javadocs, along with helpful information about what to replace it with. Most IDE's can also point out any uses of deprecated methods/classes. Thanks, The Dream Team Mr G, Xtra, Axolotl and 4 others 3 4 Link to comment Share on other sites More sharing options...
ihatemateus 2 Share Posted October 11, 2022 Fingers crossed that any impacted scripts aren't down for too long! Thanks for the update and the transparency Link to comment Share on other sites More sharing options...
cripthdemon 0 Share Posted October 11, 2022 why the client doesnt load this morning ? server down ! ??? Link to comment Share on other sites More sharing options...
camelCase 271 Share Posted October 12, 2022 13 hours ago, cripthdemon said: why the client doesnt load this morning ? server down ! ??? game update Floryda 1 Link to comment Share on other sites More sharing options...
Arkain 8 Share Posted October 15, 2022 Did something happend to Widgets and WidgetChilds? my custom scripts all give me nullpointers even when nullchecking (they used to work all perfectly). Exception has occurred while running! Please report error to developer if problem persists java.lang.NullPointerException: Cannot invoke "org.dreambot.api.methods.widget.Widget.getChild(int)" because the return value of "org.dreambot.api.methods.widget.Widgets.getWidget(int)" is null. Link to comment Share on other sites More sharing options...
holic 233 Share Posted October 16, 2022 On 10/15/2022 at 6:30 AM, Arkain said: Did something happend to Widgets and WidgetChilds? my custom scripts all give me nullpointers even when nullchecking (they used to work all perfectly). Exception has occurred while running! Please report error to developer if problem persists java.lang.NullPointerException: Cannot invoke "org.dreambot.api.methods.widget.Widget.getChild(int)" because the return value of "org.dreambot.api.methods.widget.Widgets.getWidget(int)" is null. Widget IDs do change from time to time, could be that Link to comment Share on other sites More sharing options...
camelCase 271 Share Posted October 17, 2022 On 10/15/2022 at 11:30 PM, Arkain said: Cannot invoke "org.dreambot.api.methods.widget.Widget.getChild(int)" because the return value of "org.dreambot.api.methods.widget.Widgets.getWidget(int)" is null. On 10/15/2022 at 11:30 PM, Arkain said: my custom scripts all give me nullpointers even when nullchecking Sir you are not null checking. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now