Just a quick update:
Added a failsafe to RFD Pirate Subquest, it will now go for 3 fishcakes instead of 2
Fixed a bug where the bot would not deposit quest items from previous quests before starting any further quests
HP it will eat at will now scale off your maximum HP. It is computed as minimum HP + (static HP - 10) * scaling factor (default 0.5f) so the bot should no longer die on quests like Waterfall Quest if you have previously done Witch's House
Bank difference computations done at beginning in order to decide how many items should it buy will now also take into account the amount difference, therefore if you have 2 Games Necklace(5) and 3 Games Necklace(3) and the script requires 30 charges, it will only purchase 2 Games Necklace(8)
Fixed a bug where it would only buy 1 of each charged item, therefore running out of charges when teleporting too much during quests
Completed quests are now filtered and no longer displayed on the GUI to make it easier to see which quests you can do (previously started quests are also filtered because they aren't yet supported again but will be enabled soon)
I'll be adding some failsafes for Big Chompy Bird Hunting and RFD Ogre Subquest (burning the bird) too, just need to train up some accounts for tests
Script now officially supports command line arguments. The 6 parameters it can take are: "all", "rfd", "nmz", "f2p", "ava" and "7qp" for every quick start option on the GUI. You can now start the script and have all quests done on your accounts with just a command line instruction.
Command syntax:
java -jar pathtojarfile -login yourosbotusername:yourosbotpassword -bot botusername:botpassword:botpin -script scriptid:scriptparameters
If your accounts don't have a pin, you can put any random number in there but don't leave it blank. Stealth Quester script id on the SDN is 845.
Example usage:
java -jar "Desktop\osbot 2.4.68.jar" -login sexiguy69:stronkpassword -bot botnumber1:lepassword:1234 -script 845:all
Which will start an OSBot client, skip the boot interface, add a botting tab with the account "botnumber1", and start Stealth Quester with the "All" option.