Malcolm Posted October 30, 2019 Author Share Posted October 30, 2019 V1.32 - Added checks to avoid ArrayOutOfBounds error due to whitespaces. Quote Link to comment Share on other sites More sharing options...
Probability Posted October 31, 2019 Share Posted October 31, 2019 Hey Malcolm It's not a big deal but the newer version seems to be spam clicking the gate after cooking the shrimps. Could we potentially put in a wait condition so it will only click once? (and try again if the gate isn't opened in X seconds). Quote Link to comment Share on other sites More sharing options...
Malcolm Posted October 31, 2019 Author Share Posted October 31, 2019 43 minutes ago, Probability said: Hey Malcolm It's not a big deal but the newer version seems to be spam clicking the gate after cooking the shrimps. Could we potentially put in a wait condition so it will only click once? (and try again if the gate isn't opened in X seconds). Yeah I may have messed up my sleep condition. I’ll take a look at it Quote Link to comment Share on other sites More sharing options...
Kramnik Posted November 6, 2019 Share Posted November 6, 2019 Hi @Malcolm is there a possibility to use account naming and other new functions with CLI. It would be very cool if we had something like this something like we could go 1053:1:2:acc.txt 1 and 2 representing boxes that we tick. Quote Link to comment Share on other sites More sharing options...
Probability Posted November 15, 2019 Share Posted November 15, 2019 Hey @Malcolm Noticed a small glitch in the first room (when you first arrive to tutorial island). After the character has selected it's name and appearance, it tries to talk to the first guide but occasionally seems to get stuck on the chest of drawers. Quote Link to comment Share on other sites More sharing options...
Malcolm Posted November 15, 2019 Author Share Posted November 15, 2019 (edited) 2 hours ago, Probability said: Hey @Malcolm Noticed a small glitch in the first room (when you first arrive to tutorial island). After the character has selected it's name and appearance, it tries to talk to the first guide but occasionally seems to get stuck on the chest of drawers. Any idea how it’s getting into that position? Edited November 15, 2019 by Malcolm Quote Link to comment Share on other sites More sharing options...
Probability Posted November 16, 2019 Share Posted November 16, 2019 11 hours ago, Malcolm said: Any idea how it’s getting into that position? I'll get you a pic this weekend and post it here. Quote Link to comment Share on other sites More sharing options...
Gpstacker57 Posted November 21, 2019 Share Posted November 21, 2019 (edited) edit: can't figure out how to delete a post but fixed Edited November 21, 2019 by Gpstacker57 Quote Link to comment Share on other sites More sharing options...
Malcolm Posted November 21, 2019 Author Share Posted November 21, 2019 7 minutes ago, Gpstacker57 said: edit: can't figure out how to delete a post but fixed can't delete posts but glad you resolved whatever the problem was Quote Link to comment Share on other sites More sharing options...
Kramnik Posted December 7, 2019 Share Posted December 7, 2019 @Malcolm Hi, there is some issues going on when creating accounts. Started two client with each had to create 3 accounts thought tut island. After first account they are stuck in log in screen. Nothing in the logger. Now what is funny is that i logged in manually without pausing or stopping script, pressed on account naming section and it just entered 4 last digits of 2nd account nickname So it skipped thought logging in somehow and was on account naming already? But with second client after I logged in it named the account correctly Quote Link to comment Share on other sites More sharing options...
Malcolm Posted December 7, 2019 Author Share Posted December 7, 2019 2 minutes ago, Kramnik said: @Malcolm Hi, there is some issues going on when creating accounts. Started two client with each had to create 3 accounts thought tut island. After first account they are stuck in log in screen. Nothing in the logger. Now what is funny is that i logged in manually without pausing or stopping script, pressed on account naming section and it just entered 4 last digits of 2nd account nickname So it skipped thought logging in somehow and was on account naming already? But with second client after I logged in it named the account correctly Don't use it for now until I can look at it. I'll see if I can recreate the issue 1 Quote Link to comment Share on other sites More sharing options...
noobacc23 Posted December 9, 2019 Share Posted December 9, 2019 switch to next account from list doesnt work on stealth injection Quote Link to comment Share on other sites More sharing options...
Malcolm Posted December 10, 2019 Author Share Posted December 10, 2019 6 hours ago, noobacc23 said: switch to next account from list doesnt work on stealth injection It was reported. I am taking a look into it. Quote Link to comment Share on other sites More sharing options...
Malcolm Posted December 11, 2019 Author Share Posted December 11, 2019 @Kramnik @noobacc23 I have addressed and fixed the issue. I have changed the way that work and it now has to be launched from CLI. It was my fault because I incorrectly used an API method that wasn't meant for that so the only way to accomplish this now was to launch it from CLI. You must use the CLI paramater "load" -allow norandoms and a dummy bot (this bot is never used, you can make it foobar or anything you want, as long as the flag is there as it is needed to launch any script). An example is here: java -jar "Desktop/OSBot.jar" -login LOGIN -bot SOMEBOT -script 1053:load -allow norandoms Quote Link to comment Share on other sites More sharing options...
Kramnik Posted December 12, 2019 Share Posted December 12, 2019 6 hours ago, Malcolm said: @Kramnik @noobacc23 I have addressed and fixed the issue. I have changed the way that work and it now has to be launched from CLI. It was my fault because I incorrectly used an API method that wasn't meant for that so the only way to accomplish this now was to launch it from CLI. You must use the CLI paramater "load" -allow norandoms and a dummy bot (this bot is never used, you can make it foobar or anything you want, as long as the flag is there as it is needed to launch any script). An example is here: java -jar "Desktop/OSBot.jar" -login LOGIN -bot SOMEBOT -script 1053:load -allow norandoms Awesome maybe it would be possible to implement fully usage of CLI so it would be possible to run script like that 1053:load:(filename) ? Quote Link to comment Share on other sites More sharing options...