-
Posts
456 -
Joined
-
Last visited
-
Days Won
1 -
Feedback
100%
Everything posted by BananaTown
-
very nice script. always bug free 10/10 recommend to any1 curious abt buying.
-
dragon slayer glitched so I put it into debug mode to finish it off, and everytime it tries to enter mazlars maze, it puts the key required to enter the maze in the bank, so it will spam click on the door, not being able to enter edit: once u give it the key manually it seems to complete the quest with no problems
-
yeah look in the osbot's user folder and u'll find them in the /data/ dir
-
nvm reading comprehension skills are key
-
has anyone here used ai to help them write a script yet? I asked google bard to write me one and it made this lol import org.osbot.rs07.api.Client; import org.osbot.rs07.api.model.Player; import org.osbot.rs07.api.model.Skill; public class Script extends Client { public static void main(String[] args) { // Create a client Client client = new Client(); // Log in to an account Player player = client.login("username", "password"); // Get the skill that you want to train Skill skill = client.skills().getSkill("SkillName"); // Start training the skill skill.startTraining(); // Train the skill for a certain amount of time skill.trainFor(1000); // Stop training the skill skill.stopTraining(); // Log out player.logout(); } } vs chat-gtp script import org.osbot.rs07.api.map.Area; import org.osbot.rs07.api.model.RS2Object; import org.osbot.rs07.script.Script; public class VarrockTreeChopper extends Script { private Area treeArea = new Area(3180, 3448, 3192, 3462); @Override public int onLoop() throws InterruptedException { // Move to the tree area if (!treeArea.contains(myPosition())) { getWalking().webWalk(treeArea); } // Chop trees RS2Object tree = getObjects().closest("Tree"); if (tree != null && tree.interact("Chop down")) { sleepUntil(() -> myPlayer().isAnimating(), 5000); sleepUntil(() -> !myPlayer().isAnimating(), 15000); } return random(1000, 1500); } }
-
Bot is amazing honestly one of the best scripts I've used on the SDN. Although I've noticed when attacking chaos druids with "delayed attacks" enabled, it will often wait until a druid has aggrod onto the player and then select another druid. Is it possible to add the check if player is in combat before it clicks another monster rather than after?
-
script is 10/10 would recommend to anyone curious
-
Is this something you'd be interested in adding?
-
no i understand. years ago i bought a ton for under 10gp ea something super cheap i dont remember so i have a large stockpile that i use on bots. very niche situation.
-
they are 10gp cheaper. but if u feel they clutter gui then don't it is ur script I just use sardines personally sometimes
-
As others have posted script doesn't work at edgeville, haven't tested other locations personally. [INFO][Bot #1][03/20 03:29:23 PM]: We will get new timer offsets in: 40 minutes. [INFO][Bot #1][03/20 03:29:23 PM]: Checking if we need to re-equip gear [INFO][Bot #1][03/20 03:29:23 PM]: Check For Unequipped Gear [ERROR][Bot #1][03/20 03:29:23 PM]: Error in bot executor or from Error class (and not Exception)! java.lang.NoSuchMethodError: org.osbot.rs07.event.RandomExecutor.getAllSolvers()Ljava/util/LinkedList; at v.nuL.H(z:195) at v.NuL.D(q:45) at v.AuX.D(h:177) at y.AUX.h(a:125) at y.nuL.A(k:72) at MCDMain.D(n:102) at java.util.ArrayList.forEach(Unknown Source) at MCDMain.onLoop(n:102) at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(ip:52) at java.lang.Thread.run(Unknown Source) [INFO][Bot #1][03/20 03:29:23 PM]: Shutting down script background executors
-
can u add sardines to the food list? pls prime skript brother m4n
-
idk what happened the bug went away after i restarted osbot so obviously not ur scripts fault, sorry homie prime script 10/10
-
First account tested gets stuck at the end. My settings are above this reply, as I think u know. If i manually select the option and close the options menu, the script will continue running and its fixed. Which leads me to believe its the code that either selects, or tells the script the widget is selected is messed up.
-
My friend that's exactly what i did. I made another report if it happening as it was occurring last night. I didn't include screenshots as there is already one from feb 9th. You'll also notice I liked his report, indicating i was also experiencing this issue (although that part is less obvious) I did provide a screenshot of settings, as the other user never did.
-
"and I get no reports" I thought you made the fishing script i was referring to, i mixed up script authors, my apologies.
-
Happened to all accounts I've made in the last couple weeks, and the 10 accounts i made 5 hours ago, and obviously other people as well lol. I will say this morning it's not happening anymore. But I think it's safe to say this is a issue with this script. and update on adding profiles to the fishing script btw?
-
This has been a problem for at least 4 weeks.
-
When fighting lizards, it will use the ice cooler on them twice, once when it kills them, and then again on a non existent ice lizard (cus u just killed it) note: it doesn't do this every time, id say anywhere from 15-50% of the time.
-
Is it possible to hardcode the walking path to the edgeville dungeon? sometimes webwalker overshoots it and walks out side then back to the trapdoor and repeats which is super botlike. Another question, is it possible to add a checkbox in the GUI to move mouse off screen when not in use?
-
I believe you. I don't know how / why the script was behaving that way last night. At least its resolved today.
-
script works fine now. Couldn't tell you what could've changed since last night especially since they have the same version number. went to re-run to get a vid for you and it works now. tested both locations. they both work great, 10/10 script would recommend.
-
script is still broken. zero function at all. At varrock west, it walks to varrock square and clicks on attack xp? no idea why it would ever do that lol. and when set to the GE, it walks to the east end and does the same thing. (Check attack xp)
-
yeah that's what I started doing right after posting ty Was also thinking about that, will probably end up doing that cus it seems less ghetto than my current solution.
-
Most likely. this script is made for suicide botting, thus most likely has a high ban rate EDIT: this script now has 1K users. I still dont get banned if i use it for 0-60wc so.. do with that what you will