Developer Maxi Posted March 20, 2015 Developer Share Posted March 20, 2015 Dear community, With this update comes the following change list: - @Maxi -- Patched Dialogue API to work with the new OSRS dialogue system. It now uses the keyboard (space bar and numboard keys) to interact. -- Patched a bug with the InteractionEvent pointed out by @Khaleesi, thank you for writing a detailed bug report -- The widget system has been given a decent performance boost -- Various parts of the mouse events have been changed to allow for more failsafes Script writers, please read this and update your scripts accordingly: http://osbot.org/forum/topic/67995-dialogues-please-read/ Regards, The OSBot team P.S. Some users running in to problems starting the boot loader might have to delete their store.dat in their OSBot folder. This is likely the case for most users. TL;DR = Delete your store.dat in your OSBot folder (sorry for the inconvenience, this will make force you to saves your accounts and settings again) Link to comment
Kami Posted March 20, 2015 Share Posted March 20, 2015 first? ty for update hopefully mirror comes updated sooon 1 Link to comment
VladBots Posted March 20, 2015 Share Posted March 20, 2015 (edited) Third. Edited March 20, 2015 by VladBots Link to comment
Solace Posted March 20, 2015 Share Posted March 20, 2015 thanks, the dialogue was a big deal Link to comment
Novak Posted March 20, 2015 Share Posted March 20, 2015 cockle doodle doo, the cow says moo! Link to comment
Developer Maxi Posted March 20, 2015 Author Developer Share Posted March 20, 2015 first soo mirror is fixed to? Mirror not working The mirror client is separate from the OSBot client. An update for the mirror client will appear in its own section. Link to comment
Joseph Posted March 20, 2015 Share Posted March 20, 2015 Maxi have you release any new classes yet. Or you guys still working in that? Link to comment
non Posted March 20, 2015 Share Posted March 20, 2015 The mirror client is separate from the OSBot client. An update for the mirror client will appear in its own section. when will that be ? will it be today? thanks for effort doe ;) Link to comment
Developer Maxi Posted March 20, 2015 Author Developer Share Posted March 20, 2015 Maxi have you release any new classes yet. Or you guys still working in that? We have but they are undocumented and not ready for use yet. Alek will finish this soon hopefully. when will that be ? will it be today? thanks for effort doe It will be when it will be. Remember that the mirror client is still in BETA and is not a advertised feature yet in the VIP package. The update comes not only with updated hooks but several bugs and performance boosts, at this point these things have to be finished to be able to update the mirror client. Link to comment
Lemons Posted March 20, 2015 Share Posted March 20, 2015 Seems selecting options in dialogues doesn't work still? Is there any changes we need to make due to the new method, having issues on karamja customs officer (dialogue.pendingOption() to be specific). Link to comment
Developer Maxi Posted March 20, 2015 Author Developer Share Posted March 20, 2015 Seems selecting options in dialogues doesn't work still? Is there any changes we need to make due to the new method, having issues on karamja customs officer (dialogue.pendingOption() to be specific).I'll check it out. Hmmm: code: if (dialogues.isPendingOption()) { dialogues.selectOption(1); } Please note that the first choice index is 1 now. Edit: read this http://osbot.org/forum/topic/67995-dialogues-please-read/ Link to comment