Everything posted by BananaTown
-
Temp vs Perm ban
Ive been 2dayed for agility and quests. pretty much everything else has been perm. Id guess its because they don't really generate gold, but marks of grace do so?
-
SUGGESTION: Mouse position Cli arg
can we get a cli argument to enable mouse position on launch
-
ai's ability to help create scripts
bumping this thread, anyone do anything neat yet? btw i got access to bings ai (idk if its still early access even lol) so if any1 got any ideas for that one lmk
-
Cape's Progressive Woodcutter
very nice script. always bug free 10/10 recommend to any1 curious abt buying.
-
Stealth Quester
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
-
prifles deletion
yeah look in the osbot's user folder and u'll find them in the /data/ dir
-
ai's ability to help create scripts
nvm reading comprehension skills are key
-
ai's ability to help create scripts
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); } }
-
Perfect Fighter AIO
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?
-
Khal Tutorial Island
script is 10/10 would recommend to anyone curious
-
Perfect Fisher AIO
Is this something you'd be interested in adding?
-
ezCrabs
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.
-
ezCrabs
they are 10gp cheaper. but if u feel they clutter gui then don't it is ur script I just use sardines personally sometimes
-
Molly's Chaos Druids
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
-
ezCrabs
can u add sardines to the food list? pls prime skript brother m4n
-
Excellent Dragons
idk what happened the bug went away after i restarted osbot so obviously not ur scripts fault, sorry homie prime script 10/10
-
Khal Tutorial Island
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.
-
Khal Tutorial Island
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.
-
Khal Tutorial Island
"and I get no reports" I thought you made the fishing script i was referring to, i mixed up script authors, my apologies.
-
Khal Tutorial Island
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?
-
Khal Tutorial Island
This has been a problem for at least 4 weeks.
-
Perfect Fighter AIO
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.
-
Molly's Chaos Druids
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?
-
Ultimate Firemaker
I believe you. I don't know how / why the script was behaving that way last night. At least its resolved today.
-
Ultimate Firemaker
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.