Everything posted by olstan
-
Perfect Fighter AIO
If you select what levels you want to train to, and keep all levels within 5 and select the train lowest level. It doesn't start training the lowest level Update to post It doesn't seem to change attack style at all if already 5 apart
- Khal AIO Agility
-
MAC address bans
You can view MAC addresses,
-
Fruity Zulrah Killer
Can anyone advise me what stats you need, and ideal gear?
-
locked accounts
ha its even better when you own your own mail domain, 3 second email creation. I may start selling email addresses in bulk lol
-
PPOSB - AIO Hunter
Eek I know a trial has been added for me but the only account I could use it on. Just getting new account ready then I will try
-
Fruity NMZ
Can anyone tell me min stats, gear and invent you need for this?
- Khal Wintertodt
-
PPOSB - AIO Hunter
May i have a trial plz
-
Explv's AIO [13 skill AIO in 1 script]
abyssal mini game just shuts the bot straight down [ERROR][Bot #1][03/02 01:01:22 PM]: Error in script executor! java.lang.NullPointerException at script.AIO.f(y:7) at script.AIO.onLoop(y:89) at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(uf:106) at java.lang.Thread.run(Unknown Source) [INFO][Bot #1][03/02 01:01:24 PM]: Terminating script Explv's AIO... [INFO][Bot #1][03/02 01:01:24 PM]: Script Explv's AIO has exited!
- PPOSB - AIO Hunter
-
Broke my own bot! PM handling
i think you'll find that was for trading and i solved that, without the method you suggested.
-
Stealth Quester
F2P/P2P: P2P Stealth Injection/Mirror Mode: Mirror Number of bot tabs open in 1 client: 1 Number of clients running: 1 Operating system: Windows 10 Scripts previously ran in the same client session: No Number of bank tabs: 1 Quick start option used (or the quest list you created): no Attack style: melee strength slash Quest: RFD Evil Dave Place where it happens: Evil dave's basement Logger contents:NFO][Bot #1][03/01 04:18:08 PM]: java.lang.RuntimeException: Union object is null or owned by someone else at client.nat.stream.Stream.m22(Native Method) at client.HLdG.getChildren(Unknown Source) at org.osbot.rs07.api.ui.RS2Widget.getChildWidgets(cm:368) at org.osbot.rs07.api.Widgets.singleFilter(kl:537) at org.osbot.rs07.api.Widgets.getWidgetContainingText(kl:453) at org.osbot.rs07.api.Dialogues.isPendingContinuation(nf:285) at org.osbot.rs07.api.Dialogues.completeDialogue(nf:230) at api.cOm9.C(wg:1598) at i.LpT9.C(nk:154) at api.nUl.L(qi:149) at java.util.ArrayList.forEach(Unknown Source) at api.nUl.C(qi:107) at api.Com4.C(sj:317) at l.cOn.j(oi:66) at api.Nul.L(fp:165) at j.nUl.onLoop(lm:374) at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(uf:106) at java.lang.Thread.run(Unknown Source) [INFO][Bot #1][03/01 04:18:09 PM]: [DEBUG] Executing stage: [01]*001$ [INFO][Bot #1][03/01 04:20:04 PM]: [DEBUG] Executing stage: [01]*001$ [INFO][Bot #1][03/01 04:20:49 PM]: Terminating script Stealth Quester... [INFO][Bot #1][03/01 04:20:49 PM]: java.lang.InterruptedException: sleep interrupted at java.lang.Thread.sleep(Native Method) at org.osbot.rs07.script.MethodProvider.sleep(eo:225) at org.osbot.rs07.api.Dialogues.completeDialogue(nf:16) at api.cOm9.C(wg:1598) at i.LpT9.C(nk:154) at api.nUl.L(qi:149) at java.util.ArrayList.forEach(Unknown Source) at api.nUl.C(qi:107) at api.Com4.C(sj:317) at l.cOn.j(oi:66) at api.Nul.L(fp:165) at j.nUl.onLoop(lm:374) at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(uf:106) at java.lang.Thread.run(Unknown Source) Description. The bot keeps looping with dave in his basement selecting nice basement etc Additional info.... You can skip this bit manually but then when it uses the cat it just keeps stroking rather than making it attack rats [INFO][Bot #1][03/01 04:45:39 PM]: [DEBUG] Stroking kitten [INFO][Bot #1][03/01 04:45:43 PM]: [DEBUG] Sending attack [INFO][Bot #1][03/01 04:45:52 PM]: [DEBUG] Executing stage: [01]*011$ [INFO][Bot #1][03/01 04:45:52 PM]: [DEBUG] Follower: Pet kitten [INFO][Bot #1][03/01 04:45:52 PM]: [DEBUG] Ground spice: false [INFO][Bot #1][03/01 04:45:52 PM]: [DEBUG] Color: Orange; doses in inventory: 0; found: false [INFO][Bot #1][03/01 04:45:52 PM]: [DEBUG] Color: Yellow; doses in inventory: 0; found: false [INFO][Bot #1][03/01 04:45:52 PM]: [DEBUG] Color: Brown; doses in inventory: 0; found: false [INFO][Bot #1][03/01 04:45:52 PM]: [DEBUG] Color: Red; doses in inventory: 0; found: false [INFO][Bot #1][03/01 04:45:52 PM]: [DEBUG] Sending attack but just strokes additional info........ Works fine in injection mode
-
Bot making for 10m
Sort of. If action a (receives private message !help for example) then do action b I have already written action b i just need it to listen for the message and return true so the process will run
-
Bot making for 10m
I will pay 10mil for someone who can successfully help me with a few lines of code for my bot and make it work. PM me
-
Broke my own bot! PM handling
I never get a chance to go through all the log as i have to shut osbot down as even the logger crashes. I need to find out how to give it a value without getting errors in my code which i have struggled with since breaking it!
-
Broke my own bot! PM handling
Any idea how i can fix. This part is a key part for the whole Bot
-
Broke my own bot! PM handling
I have created my bot by doing each task as a separate class instead of using switches (never again!) Because i have done it this way i have to trigger the statement to be true on the can process. This is making it hard to use a message listener also as it always says the variables wrong. Here is the current code i have, it used to work, all i need it to do is become true when it receives a specific private message become true. The current code i have i cant even debug as it makes the bot run slowly (as if being ddossed) but i believe it keeps looping. import org.osbot.rs07.api.Chatbox.MessageType; import org.osbot.rs07.script.MethodProvider; public class Contact extends Task { private MessageType messageType; public Contact(MethodProvider api) { super(api); } public boolean canProcess() { return api.getChatbox().contains(messageType, "help me"); } @Override public void process() throws InterruptedException { api.log("we have just been asked for help"); } } This is just an example of what the bot will do should it receive that message.
- Debug
- Debug
- Debug
- Khal Wintertodt
-
Perfect Runecrafter AIO
can you run numerous ess runners with 1 master, or will the master only work with 1 slave
-
Stealth Quester
i did have a trial, but for the early quests. Please may i trial members quests before i purchase for my bot army?
-
Perfect Fighter AIO
the loot over * option doesn't work :(, Is there any idea when the stop after slayer task will work?