Leaderboard
Popular Content
Showing content with the highest reputation on 03/04/16 in Posts
-
7 points
-
4 points
-
I'm very grateful for having discovered this community that made me deeply fall in love with programming and gave me the opportunity to practice my passion consistently and in a fun way. I learned a lot from many awesome people and worked with many swell chaps. 2 years ago I didn't know anything about coding, OSBot gave me the resources and motivation to continually get better and acquire new skill sets, oh and let's not forget about the snickers money, gotta love that snickers money. Thank you Shout out to @Alek & @Apaec.3 points
-
3 points
-
@ScriptManifest(author = "Botre", info = "", logo = "", name = "Selection Listener Example", version = 0) public class SelectionListenerExample extends Script implements SelectionListener<NPC> { private Sapi sapi; @Override public void onStart() throws InterruptedException { super.onStart(); sapi = new Sapi(this); sapi.registerMouseAdapter(); sapi.setSelector(Module.NPC); sapi.getNpcSelector().getSelectionListeners().add(this); } @Override public int onLoop() throws InterruptedException { //... return 500; } @Override public void onPaint(Graphics2D g2d) { super.onPaint(g2d); for (NPC npc : sapi.getNpcSelector().getSelection()) { Painter.defaultEntity().paint(g2d, this, npc); } } @Override public void onExit() throws InterruptedException { sapi.unregisterMouseAdapter(); super.onExit(); } @Override public void onSelection(List<NPC> selection) { for (NPC npc : selection) { if(npc != null) { log("Selected npc with name: " + npc.getName()); if(npc.getActions() == null) continue; log("This npc has the following actions:"); for (String action : npc.getActions()) { log("\t" + action); } } } } }3 points
-
3 points
-
3 points
-
"You stalk my shit and have me on your mind each time you log on, you're the salty one babe." - 20163 points
-
2 points
-
2 points
-
2 points
-
2 points
-
2 points
-
2 points
-
2 points
-
2 points
-
2 points
-
2 points
-
Stealth Quester Can also be purchased with OSRS gold using vouchers from here 70 Quests Supported Alfred Grimhand's Barcrawl Animal Magnetism A Porcine of Interest Big Chompy Bird Hunting Biohazard Black Knights Fortress Client Of Kourend Clock Tower Cook's Assistant Death Plateau Demon Slayer Dorics Quest Dragon Slayer Druidic Ritual Dwarf Cannon Elemental Workshop I Ernest The Chicken Fight Arena Fishing Contest Gertrude's Cat Goblin Diplomacy Hazeel Cult Holy Grail Imp Catcher Jungle Potion Lost City Merlin's Crystal Monkey Madness I Monk's Friend Mountain Daughter Nature Spirit Pirates Treasure Plague City Priest In Peril Prince Ali Rescue Regicide Rfd Cook Subquest Rfd Dwarf Subquest Rfd Evil Dave Subquest Rfd Goblin Subquest Rfd Pirate Subquest Rfd Ogre Subquest Romeo And Juliet Rune Mysteries Sea Slug Shadow Of The Storm Sheep Shearer Tears Of Guthix The Ascent Of Arceuus The Corsair Curse The Depths Of Despair The Dig Site The Feud The Golem The Grand Tree The Knights Sword The Restless Ghost The Tourist Trap Tree Gnome Village Tribal Totem Underground Pass Vampire Slayer Varrock Museum Quiz Waterfall Quest What Lies Below Witch's House Witch's Potion X Marks The Spot Instructions Click on quest names to queue them. Quests are completed in the order they are selected. Quests that are already completed will be skipped. Previously started quests/partially completed are not currently supported! Allow the script to finish the quest from start to finish for best results. In order to use armour/weapons/spells during quests, gear presets have to be created first. Equip the desired gear and set the attack style in game, then press the "Load Worn Equipment" button at the bottom left of the GUI, then give the preset a name. Click on the "Set Gear" button on the right side of a quest to set the gear preset to be used for that quest. If you want to use a combat spell for fights, make sure you are wielding a staff and have set the spell on offensive autocast. Only normal spells are currently supported. Ranged is not fully supported at this moment. Make sure you set the desired attack style in game to avoid gaining wrong XP. After selecting the desired options, either press the "Start" button to begin, or save the current settings by pressing "Save Current Settings" and giving the quest preset a name, and later running it faster by pressing "Run Saved Preset". You can delete gear/quest presets by right clicking them on the selection dialogue Special Mentions The script will stop upon death on all quests, except for Waterfall Quest. It is strongly recommended that you have decent Hitpoints level (20+) before attempting quests that contain boss fights. The script may not be able to continue previously started quests. If you really have to restart the script while it's doing a quest, use debug mode to continue that specific quest. This feature is accessed by pressing the F4 key while the GUI is in the foreground (focused application). The GUI title will change to Stealth Quester (debug mode) while in debug mode, and when started will not go to bank or Grand Exchange so all required items are assumed to be in the inventory. Monkey Madness I has a hard-coded requirement of 43 Prayer and 25 Hitpoints Underground Pass has a hard-coded requirement of 25 Hitpoints, and will use a bow as weapon. By default the script will use willow shortbow & mithril arrows. This can be configured on GUI throgh the "Configure Settings" button on the right side of the quest. Protect from melee will be used during the paladin fight if the account has 43 Prayer. The script will not use any weapon or ammo you set in the gear preset for this specific quest, as they will be replaced with a bow and arrows, and the attack style will be set to rapid. The script can complete this quest with level 1 Agility. The ability for the script to complete the quest will be limited by available food sources if it fails too many obstacles prior to reaching Iban's Lair where unlimited food is provided. Beta Testing Mode Enabled via script GUI using F3 key during startup Make sure the GUI window is focused and press F3 The quests which are currently in beta testing stage will be displayed on the list of available quests Debug Mode Enabled via script GUI using F4 key during startup Make sure the GUI window is focused and press F4 Title will change to Stealth Quester (debug mode) This can be used to resume the script execution after being interrupted. It is not guaranteed to work in all cases, but will work for over 95% of quest stages. You can also use this if you don't want the script to check bank/go to Grand Exchange. This means that you must have all items required by the script (not by quest guides), including the specific teleports it uses. It may work in some cases without teleports, but there is no guarantee. Ironman Mode Enabled via script GUI using F5 key during startup Make sure the GUI window is focused and press F5 Title will change to Stealth Quester (iron man mode) The script features a special ironman mode where it will automatically gather all required items. This mode supports at the present moment the following 9 quests: Cook's Assistant Romeo and Juliet The Restless Ghost Rune Mysteries Ernest the chicken Hazeel Cult Clock Tower The Corsair Curse X Marks the Spot No Food Mode Enabled via script GUI using F6 key during startup Make sure the GUI window is focused and press F6 Title will change to Stealth Quester (no food mode) Can be used for high level accounts when you are 100% sure you won't need food on some quests. There are quests like Underground Pass, Regicide, Monkey Madness, Shadow of the Storm, Holy Grail, Dragon Slayer and possibly others where this will not work. The script will stop when it fails to find food in bank in these cases. CLI Features Script ID is 845. The script supports CLI startup with custom user defined parameters. The parameters in this case are the name of the quest presets created on the GUI (with "Save Current Settings"). eg. -script 845:questpreset Bug Report Template 1. Stealth Injection or Mirror Mode: 2. Logger contents (press "Settings" on top right corner of the client, then "Toggle Logger", copy & paste on pastebin) : 3. Description: Skills required to run all quests: 51 Agility 49 Firemaking 41 Cooking 36 Woodcutting 35 Runecrafting 31 Crafting 30 Ranged 30 Thieving 20 Attack 20 Mining 20 Smithing 18 Slayer 12 Hunter 10 Fletching 10 Fishing The script can obtain a total of 117 QP on member worlds and 41 QP on free to play worlds. Additional Info by @krisped1 point
-
Changes your OSBot frame title to show your current IP address of your bot. Source import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; import javax.swing.*; import java.awt.*; import java.io.BufferedReader; import java.io.InputStreamReader; import java.net.URL; @ScriptManifest(author = "Purple", name = "IP Display Changer", version = 1.01, info = "Changes the title of your osbot to display your bots IP address.", logo = "") public class Display extends Script { @Override public int onLoop() throws InterruptedException { changeFrameTitle("OSBot (" + getCurrentIPAddress() + ")"); stop(false); return 0; } public void changeFrameTitle(final String title) { for(Frame frame : Frame.getFrames()) { if(frame.isVisible() && frame.getTitle().startsWith("OSBot")) { SwingUtilities.invokeLater(() -> frame.setTitle(title)); break; } } } public String getCurrentIPAddress() { try { URL url = new URL("http://myip.dnsomatic.com/"); BufferedReader b = new BufferedReader(new InputStreamReader(url.openStream())); String ip = b.readLine(); b.close(); return ip; } catch (Exception e) { e.printStackTrace(); } return "null"; } }1 point
-
hi @Maldesto, IS THIS AESTHETICALLY PLEASING FOR UR EYES? I SPENT A GOOD 3 HOURS ON THIS BAD BOY P.S. -- SORRY IF THE IMAGE TAKE A BIT TO LOAD!1 point
-
1 point
-
1 point
-
doesn't matetr if you use a hex, decimal or binary ... the value still stays the same. It's just another way of representing a number. bit shifting and bit wise operators are the way to go if you wanna use configs Khaleesi1 point
-
1 point
-
Hi, I wanted to start becoming active on this forum as much as I am on others, however the name "Glitch" is allegedly taken but I cant find anyone with that name? Could an admin change my name to Glitch please?1 point
-
If you can't take critisism or even a bit disagreement then you are dumb. It'll be the death of our youth, people will grow up and be sheltered from everything that once they get into the real world everything for them would trigger them. You need some codling, yes. But too much of it is bad, people need to not hide from reality and face it head on.1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
today found bot stuck. bot was set to fish lobsters in karamja with banking. Bot was standing near deposit box, with bank window opened and this walking event and error was always repeating again and again : [iNFO][bot #1][03/04 09:02:50 AM]: WebWalkingEvent; No route found! Destinations = [[x=3742, y=9373, z=0]]; [iNFO][bot #1][03/04 09:02:50 AM]: WebWalkingEvent; No route found! Destinations = [[x=3742, y=9374, z=0]]; [iNFO][bot #1][03/04 09:02:50 AM]: WebWalkingEvent; No route found! Destinations = [[x=3742, y=9375, z=0]]; [iNFO][bot #1][03/04 09:02:50 AM]: WebWalkingEvent; No route found! Destinations = [[x=3743, y=9375, z=0]]; [iNFO][bot #1][03/04 09:02:50 AM]: WebWalkingEvent; No route found! Destinations = [[x=3744, y=9375, z=0]]; [iNFO][bot #1][03/04 09:02:50 AM]: WebWalkingEvent; No route found! Destinations = [[x=3745, y=9375, z=0]]; [iNFO][bot #1][03/04 09:03:11 AM]: WebWalkingEvent; We have arrived! [iNFO][bot #1][03/04 09:03:36 AM]: WebWalkingEvent; We have arrived! [iNFO][bot #1][03/04 09:03:40 AM]: WebWalkingEvent; No route found! Destinations = [[x=3744, y=9373, z=0]]; [iNFO][bot #1][03/04 09:03:40 AM]: WebWalkingEvent; No route found! Destinations = [[x=3744, y=9373, z=0]]; [iNFO][bot #1][03/04 09:03:40 AM]: WebWalkingEvent; No route found! Destinations = [[x=3745, y=9373, z=0]]; [iNFO][bot #1][03/04 09:03:40 AM]: WebWalkingEvent; No route found! Destinations = [[x=3745, y=9372, z=0]]; [iNFO][bot #1][03/04 09:03:40 AM]: WebWalkingEvent; No route found! Destinations = [[x=3744, y=9372, z=0]]; [iNFO][bot #1][03/04 09:03:40 AM]: WebWalkingEvent; No route found! Destinations = [[x=3743, y=9372, z=0]]; [iNFO][bot #1][03/04 09:03:40 AM]: WebWalkingEvent; No route found! Destinations = [[x=3743, y=9373, z=0]]; [iNFO][bot #1][03/04 09:03:40 AM]: WebWalkingEvent; No route found! Destinations = [[x=3743, y=9374, z=0]]; [iNFO][bot #1][03/04 09:03:40 AM]: WebWalkingEvent; No route found! Destinations = [[x=3744, y=9374, z=0]]; [iNFO][bot #1][03/04 09:03:40 AM]: WebWalkingEvent; No route found! Destinations = [[x=3745, y=9374, z=0]]; [iNFO][bot #1][03/04 09:03:40 AM]: WebWalkingEvent; No route found! Destinations = [[x=3746, y=9374, z=0]]; [iNFO][bot #1][03/04 09:03:40 AM]: WebWalkingEvent; No route found! Destinations = [[x=3746, y=9373, z=0]]; [iNFO][bot #1][03/04 09:03:40 AM]: WebWalkingEvent; No route found! Destinations = [[x=3746, y=9372, z=0]]; [iNFO][bot #1][03/04 09:03:40 AM]: WebWalkingEvent; No route found! Destinations = [[x=3746, y=9371, z=0]]; [iNFO][bot #1][03/04 09:03:40 AM]: WebWalkingEvent; No route found! Destinations = [[x=3745, y=9371, z=0]]; [iNFO][bot #1][03/04 09:03:40 AM]: WebWalkingEvent; No route found! Destinations = [[x=3744, y=9371, z=0]]; [iNFO][bot #1][03/04 09:03:40 AM]: WebWalkingEvent; No route found! Destinations = [[x=3743, y=9371, z=0]]; [iNFO][bot #1][03/04 09:03:40 AM]: WebWalkingEvent; No route found! Destinations = [[x=3742, y=9371, z=0]]; [iNFO][bot #1][03/04 09:03:40 AM]: WebWalkingEvent; No route found! Destinations = [[x=3742, y=9372, z=0]]; [iNFO][bot #1][03/04 09:03:40 AM]: WebWalkingEvent; No route found! Destinations = [[x=3742, y=9373, z=0]]; [iNFO][bot #1][03/04 09:03:40 AM]: WebWalkingEvent; No route found! Destinations = [[x=3742, y=9374, z=0]]; [iNFO][bot #1][03/04 09:03:40 AM]: WebWalkingEvent; No route found! Destinations = [[x=3742, y=9375, z=0]]; [iNFO][bot #1][03/04 09:03:40 AM]: WebWalkingEvent; No route found! Destinations = [[x=3743, y=9375, z=0]]; [iNFO][bot #1][03/04 09:03:40 AM]: WebWalkingEvent; No route found! Destinations = [[x=3744, y=9375, z=0]]; [iNFO][bot #1][03/04 09:03:40 AM]: WebWalkingEvent; No route found! Destinations = [[x=3745, y=9375, z=0]]; [iNFO][bot #1][03/04 09:04:18 AM]: WebWalkingEvent; We have arrived! [iNFO][bot #1][03/04 09:11:03 AM]: WebWalkingEvent; No route found! Destinations = [[x=2956, y=3145, z=0]]; [iNFO][bot #1][03/04 09:11:23 AM]: WebWalkingEvent; We have arrived! [iNFO][bot #1][03/04 09:12:00 AM]: WebWalkingEvent; We have arrived! [iNFO][bot #1][03/04 09:12:21 AM]: WebWalkingEvent; We have arrived! [iNFO][bot #1][03/04 09:13:13 AM]: WebWalkingEvent; We have arrived! [iNFO][bot #1][03/04 09:20:42 AM]: WebWalkingEvent; No route found! Destinations = [[x=2956, y=3145, z=0]]; [iNFO][bot #1][03/04 09:21:07 AM]: WebWalkingEvent; We have arrived! [iNFO][bot #1][03/04 09:21:43 AM]: WebWalkingEvent; We have arrived! [iNFO][bot #1][03/04 09:22:07 AM]: WebWalkingEvent; We have arrived! [iNFO][bot #1][03/04 09:22:49 AM]: WebWalkingEvent; We have arrived! [iNFO][bot #1][03/04 09:29:23 AM]: WebWalkingEvent; No route found! Destinations = [[x=2956, y=3145, z=0]]; [iNFO][bot #1][03/04 09:29:47 AM]: WebWalkingEvent; We have arrived! [iNFO][bot #1][03/04 09:30:23 AM]: WebWalkingEvent; We have arrived! [iNFO][bot #1][03/04 09:30:45 AM]: WebWalkingEvent; We have arrived! [iNFO][bot #1][03/04 09:31:37 AM]: WebWalkingEvent; We have arrived! [iNFO][bot #1][03/04 09:37:42 AM]: WebWalkingEvent; No route found! Destinations = [[x=2956, y=3145, z=0]]; [iNFO][bot #1][03/04 09:38:07 AM]: WebWalkingEvent; We have arrived! [ERROR][bot #1][03/04 09:38:12 AM]: Error in script executor! java.lang.NullPointerException at perfect.scripting.b.b.aux.a(mh:300) at perfect.scripting.b.b.aux.G(mh:236) at perfect.scripting.c.COM1.G(om:230) at perfect.scripting.b.b.nUL.G(ig:281) at perfect.scripting.b.b.nUL.a(ig:93) at auX.M(fe:516) at auX.l(fe:951) at nUL.G(fe:657) at auX.onLoop(fe:932) at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(yg:194) at java.lang.Thread.run(Unknown Source) [iNFO][bot #1][03/04 09:38:43 AM]: WebWalkingEvent; We have arrived! [iNFO][bot #1][03/04 09:39:06 AM]: WebWalkingEvent; We have arrived! [iNFO][bot #1][03/04 09:40:00 AM]: WebWalkingEvent; We have arrived! [iNFO][bot #1][03/04 09:47:49 AM]: WebWalkingEvent; No route found! Destinations = [[x=2956, y=3145, z=0]]; [iNFO][bot #1][03/04 09:48:17 AM]: WebWalkingEvent; We have arrived! [iNFO][bot #1][03/04 09:48:54 AM]: WebWalkingEvent; We have arrived!1 point
-
1 point
-
Can i still get a 24 hour trial, i really want to try it out and if its good ill buy for sure. Thanks!1 point
-
1 point
-
1 point
-
We can finally now stock up on god books, this is a saviour to all of us who use them a lot especially pking!1 point
-
1 point
-
anyone that has got to 99 range with this script. Could you please tell me what you did to make it to 99? Breaks, quests, botting hours, etc? Thank you much love!1 point
-
I love E-Drama. It's very important stuff.1 point
-
1 point