iJodix Posted March 5, 2015 Posted March 5, 2015 [INFO][Bot #1][03/05 08:26:31 PM]: RS2Widget[] getChildWidgets() children.length != accessor.length! Please report to developers! 1
LeBron Posted March 5, 2015 Posted March 5, 2015 (edited) how about being more grateful So, if you buy a broken iPhone and pay for your dataplan for a month and the phone is broken for a week of those 30 days you're just supposed to be grateful about getting an ex-good phone? I'm paying, I don't need to be grateful and he gets paid, quit acting like he's doing us all a favour. With that being said, scripts are working now (guessing .37 fixed it), thanks for the quickfix! Edited March 5, 2015 by LeBron 2
BotRS123 Posted March 5, 2015 Posted March 5, 2015 I can verify that simply updating the banking/inventory from script.getBanking/script.getInventory to script.widgets.getBanking/script.widgets.getInventory will work fine. I have changed Omega script over to use the new methods and it seems to be running just fine now. I'm glad I read your post. Thanks for letting us know. 1
Joseph Posted March 5, 2015 Posted March 5, 2015 So, if you buy a broken iPhone and pay for your dataplan for a month and the phone is broken for a week of those 30 days you're just supposed to be grateful about getting an ex-good phone? I'm paying, I don't need to be grateful and he gets paid, quit acting like he's doing us all a favour. With that being said, scripts are working now (guessing .37 fixed it), thanks for the quickfix! are you grateful now?
TapOrSnap Posted March 5, 2015 Posted March 5, 2015 Many updates! Always on top of things, thanks. Keep up the good work
Developer Maxi Posted March 5, 2015 Author Developer Posted March 5, 2015 I can verify that simply updating the banking/inventory from script.getBanking/script.getInventory to script.widgets.getBanking/script.widgets.getInventory will work fine. I have changed Omega script over to use the new methods and it seems to be running just fine now. That doesn't matter at all, both instances of bank are the same. widgets is an API instance like all other API instance containing references to other API instances. I'm glad I read your post. Thanks for letting us know. Major change should be RS2Interface/RS2InterfaceChild -> RS2Widget && MethodProvider.interface.blabla -> MethodProvider.widgets.blabla 2