Leaderboard
Popular Content
Showing content with the highest reputation on 10/09/19 in all areas
-
Attempt at answering some of your questions. Feel free to pm me if you have any other questions 1. I'd like to put something that enables run when energy goes beyond a certain value, can someone point me in the right direction for this? 2. My axe check needs to contain all of the axes not just bronze axe. How would I do this? I've tried doing a string array but EquipmentSlot doesn't seem to like this 3. Something probably a bit too advanced for me right now - How do I create a little pop up before the script kicks in so the user can choose a different tree type?2 points
-
1. Make a method for checking the value and enabling it using the API. 2. Try using this below instead of isWearingItem. getEquipment().isWieldingWeaponThatContains(axe); 3. Actually number 16. Adding a GUI in this post is I think 95% copy and paste for your current situation lol.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
-
Hey, This release brings the following features. API CHANGES: - Added Client#getInstanceTemplate() - Added MethodProvider#getGraphicObjects() - Added GraphicsObject API - Added GraphicObjects#getAll() - Added GraphicsObject debug - Added Projectiles debug FIXES: - Fixed onGameTick() not working. - Fixed an npe with Player#getName() - Fixed not being able to retrieve all npcs MISC: - Minor bug fixes. - The OSBot Team1 point
-
Incredible bot. Ran almost all quests flawlessly. It seems to get stuck starting up for Animal magnetism though. It attempts to buy 199 ancient blessings for 60k from the ge then ends script when it cant buy them.1 point
-
1 point
-
Congratulations on your first release / script!1 point
-
1 point
-
This is the first time I have ever really coded anything (apart from HTML for my Neopets guild about 20 years ago), thought I would give it a crack and have made a woodcutting script. What this does at the moment is just powercuts the closest trees, I just wanted some feedback on where I'm going wrong/what could be improved/things I've missed. Most of what I have done has been guess work, trial & error and reading a lot of other peoples code, but it seems to be working alright! Some things I would like some help with: 1. I'd like to put something that enables run when energy goes beyond a certain value, can someone point me in the right direction for this? 2. My axe check needs to contain all of the axes not just bronze axe. How would I do this? I've tried doing a string array but EquipmentSlot doesn't seem to like this 3. Something probably a bit too advanced for me right now - How do I create a little pop up before the script kicks in so the user can choose a different tree type? Here's the compiled (is that even the right term?) jar file: https://www.mediafire.com/file/kpgbnkfnemx3u9d/FirstScript.jar/file And here's the source code: https://pastebin.com/57neLNcJ1 point
-
I'd say around $150 once it's 99. more if you was a seller with a very high reputation.1 point
-
1 point
-
1 point
-
The script has a mode to try and pick up from where it left off; By hitting f4 when the menu is open to enable this mode. If you have everything the script needs more than likely it will pick up from where it left off and continue.1 point
-
Explv's Script Tutorial will explains most commonly used API methods for scripts. Explains how to setup Intellij for scripts, if you are using Intellij. You could learn enough Java to make basic scripts from Code Academy Learn Java course. Just google Code Academy and sign up then find and add the java course. This could probably teach you a few things over time as well. Beyond doing all this it's kinda useless if you don't try and utilize what you are trying to learn to get a feeling for it.1 point
-
Adding a timer stop would be great for splashing/ etc in order to logout for splashing though the script would either need to just stop and logout when u time out or it would need to run away and logout1 point
-
Anyone who says this bot doesn't work is a fucking idiot and delusional. I have just botted an account from 70/70/70/70 to 99 attack, strength, defence, and range using this script. Using a stun alcher for mage at the moment, hopefully I can max combat this bad boy without a ban! Before someone asks, this is how I did it: Overloads and absorbs always, I botted 3 dreams per day with 35-70m breaks initially, then 35-90 minutes just for range. Turned it on when I woke up, and usually again when I went to bed. I used standard settings - ate rock cakes at 2hp and didn't flick any prayers. When I was doing defence I'd be botting for 16+ hours a day. I also took a few 'rest days' every two weeks or so, and there was a 2 week hiatus when I went to Japan. This was months and months of botting almost every day without detection. I did range with MSB (i) and rune arrows, melee with fully obby until 93hp where I swapped for DH (go to Bob after your day's botting or first thing in the morning every day so you don't lose your set mid-dream). If anyone wants to buy this acc when it is 99 mage let me know - I haven't played this game since June and have sold all my other accs. Cheers for the great script mate1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
Depends on the firemaking level. ^ idk where this man is getting 300m from, that's never going to happen. It would be barely worth $100 with 99 firemaking as a regular ironman.0 points
-
0 points