I find the scripts work better when I do one method per bracket.
e.g. try not to do this
if (condition){
domethod1;
domethod2;
domethod3;
}
But rather do this.
if (condition1){
domethod1;
if (condition2){
domethod2;
if (condition3){
domethod3;
}
}
}
Thinking about it more, I reckon he probably did bot.
Streaming must be stressful and it would be hard to keep up. It's not great to show your channel doing agility for 50 hours. Much better to let a bot do this whilst you sleep and then get back to PvM/PKing for the stream.
If true, it means that the best anti-ban is to be a streamer.
Vocation
Noun
A type of work that you feel you are suited to doing and to which you should give all your time and energy, or the feeling that a type of work suits you in this way.
Usage:
I feel I've found/missed my true vocation.
Most teachers regard their profession as a vocation, not just a job.
To work in medicine, you should have a vocation for it.
Oh awesome, thanks to you both for bringing attention to this.
I'd been wondering why my clients were loading so slowly. Had assumed I mucked up the CLI command or my internet connection was iffy.
I'm noticing an odd issue when using the CLI and wondered if others had come across the same.
Say I start a script up with the CLI. It will log into the account and then needs to hit the red button to 'click here to play'.
Occasionally it hangs here and can't seem to click the button. There's no log information, it just seems to get stuck.
Sometimes that issue doesn't occur and the bot is now live in the world of Runescape.
The script begins in 'initialising' mode. Only it can't seem to move past this.
Now if I stop the script and manually start the script again, everything is fine. It moves from initialising to the next step without any issue.
For some reason I only have this issue when using the CLI.
Has anyone had these error and what did you do to fix it?
I bot for 8-12 hours a day and have put in enough practices so as to handle bans *touch wood. I write my own private scripts.
I found that botting during Jagex work hours leads to very quick bans, so for some reason I can't crack that magic 24 hour mark. Not complaining though
We could use some more information
- What script/what botting method were you using?
- Residential IP or Datacentre IP?
- What times were you botting?
- etc etc