Everything posted by Camaro
-
Giant Mole Killer
24 hours activated
-
Wine Telegrab
Thats a pretty good idea, would just require running up to the wildy edge to fill it right?
- Banned almost instantly
-
Giant Mole Killer
talked over pm, restocker will not but equipment, but may make that an option in the future
-
Giant Mole Killer
Sure, 24 hours activated. Although I highly recommend buying vip for mirror mode, so be careful for now
-
Giant Mole Killer
activated, make sure you post a proggy this time activated, enjoy
-
Giant Mole Killer
Falador shield is already added, couldnt tell you how much it improves kills/hour though. But I can probably add extra prayers / spec weapon sometime soon
-
Giant Mole Killer
Hard fally diary is an option, not a requirement
-
Giant Mole Killer
24 hours activated, enjoy
-
Giant Mole Killer
Post the log please. Is it not going to the mole hole?
-
Giant Mole Killer
activated for 24 hours, enjoy
-
Giant Mole Killer
Yeah thats what I though, should be fine if you start greater than zero. Will add a fix for that shortly just in case
-
Giant Mole Killer
message me on discord camaro 09#0557 we'll try and figure out the issue
- Giant Mole Killer
-
Giant Mole Killer
activated for 24 hours, enjoy
-
Giant Mole Killer
24 hours activated, enjoy
-
Wine Telegrab
Strange, its been working for me and others for a while now. Can you try manually changing the npc attack option to hidden and see if works?
- [Dev Build] OSBot 2.6.10
-
Wine Telegrab
4-5 lobsters and maybe 15 mind bombs
-
Wine Telegrab
How many wizard mind bombs are you bringing
-
AIO SafeSpotter
The script is free for vip members, but ill give you 24 hours
-
Bug - widget filter nullpointer
@Patrick 2.6.8 java.lang.NullPointerException at org.osbot.rs07.api.ui.RS2Widget.getChildWidgets(ch:582) at org.osbot.rs07.api.Widgets.filter(no:707) at org.osbot.rs07.api.Widgets.filter(no:829) at org.osbot.rs07.api.Widgets.containingText(no:654) at org.osbot.rs07.api.Widgets.containingText(no:361) I think the next ones are caused by world hopping java.lang.NullPointerException at org.osbot.rs07.api.ui.RS2Widget.getChildWidgets(ch:582) at org.osbot.rs07.api.Widgets.singleFilter(no:820) at org.osbot.rs07.api.Widgets.singleFilter(no:550) at org.osbot.rs07.api.Widgets.closeOpenInterface(no:138) at org.osbot.rs07.api.Tabs.open(se:25) at org.osbot.rs07.api.Tabs.open(se:73) java.lang.ArrayIndexOutOfBoundsException: 125 at org.osbot.rs07.api.ui.RS2Widget.getChildWidgets(ch:582) at org.osbot.rs07.api.Widgets.singleFilter(no:820) at org.osbot.rs07.api.Widgets.singleFilter(no:550) at org.osbot.rs07.api.Widgets.closeOpenInterface(no:138) at org.osbot.rs07.api.Tabs.open(se:25) at org.osbot.rs07.api.Tabs.open(se:73)
-
BotMouseListener: checkMouseEvent. Trying to register mouse events.
BotMouseListener is a class than can be used to record your mouse clicks. In order to recreate them, use the ClientMouseEventHandler import org.osbot.rs07.input.mouse.BotMouseListener; import org.osbot.rs07.script.Script; import java.awt.event.MouseEvent; public class MouseHandler extends Script { private final BotMouseListener mouseListener = new BotMouseListener() { @Override public void checkMouseEvent(MouseEvent mouseEvent) { // called when you click the canvas } }; @Override public void onStart() { getBot().addMouseListener(mouseListener); } @Override public int onLoop() throws InterruptedException { // generate a mouse event getBot().getMouseEventHandler().generateBotMouseEvent(...); return 1000; } @Override public void onExit() throws InterruptedException { getBot().removeMouseListener(mouseListener); } } https://osbot.org/api/org/osbot/rs07/input/mouse/ClientMouseEventHandler.html
- AIO SafeSpotter
-
AWS Proxys ?
Have you even tried it?