@Token Issue: Spam rubs digsite pendant till it's gone. Then spams teleporting to fossil island. If I manually board and travel the ship it works fine from there on, until next trip with the pendant getting stuck again.
Client: SI 2.5.70
Logger: https://pastebin.com/bEL2b3gD
Picture of settings.
The script isn't official released yet, so it won't show in your collection. Check the script list on the client; It should show there, under the name "Stealth Passive Goldfarmer"
If it's the account I think Sib is talking about then it was mostly private but did use a couple paid. I personally have used many paid scripts on injection and have just fine.
@virtusnex I think you have the wrong import. You have this
import java.util.concurrent.locks.Condition;
Instead of this
import org.osbot.rs07.utility.Condition;
Idk if you can. You might be able to hide the thread in moderation actions at the top of the thread. Also put that shit in here https://pastebin.com/ so it's easier to read please
It return an int of your player level. If you combat level is 3 it will return 3. So you can do something like this.
if (myPlayer().getCombatLevel() < 20) {
//get Combat levels or whatever
} else {
//other code.
}
So as long as your combat level is below 20 it won't go past the first if statement. You probably should learn some Java first. Try reading this a bit.
https://www.programiz.com/java-programming
@mousbros Don't use id's if you can use the String name for starters as ids change more often than Strings. Also just use the bank API method to open it.
getBank().open
Also look into conditional sleep so you can sleep until the bank is open.
https://osbot.org/api/org/osbot/rs07/api/model/Player.html
myPlayer().getCombatLevel();
It's in the API section I linked. Try learning how to read the API docs. A lot of questions can be answer by shifting through them and messing around with wording.
@zchoudha You need to buy VIP, Sponsor, or Life time Sponsor.
Vip is a monthly payment. Sponsor is every 6 months, and Liftime is a one time fee. Ignore Advertiser.
https://osbot.org/forum/store/category/28-osbot-membership/