Leaderboard
Popular Content
Showing content with the highest reputation on 05/10/19 in all areas
-
The Fremennik Trials The Fremennik Isles Fairytales Part 1 and Part 2 Haunted Mine These quests would be a good addition2 points
-
2 points
-
Yep the update for deposit box instead of bank is already coded, will be pushing latest version as soon as the entire update is ready. Apologies for the wait, it will be a great update though As for 99 mlm, its actually motivating me to do mlm to a high level too please update us as soon as you hit 99, and please be super careful2 points
-
NEW! Added Gemstone Crab! 81 Hours at Cows Brutal Black Dragon support Sulphur Nagua support Blue Dragon 99 ranged 99 Ranged at Gemstone Crab 81 Range F2p Safespotting Hill Giants Hotkey List // F1 = set cannon tile // F2 = hide paint // F3 = Set afk tile // F4 = reset afk tile // F6 = Set safespot tile // F7 = activate tile selector // F8 = Reset tile selector // F9 and F10 used by the client, EDIT: will re-assign as they are no longer used by client // F11 = Set breaks tile // F12 = Reset breaks tile User Interface Banking Tab Demo (handles everything with banking) You can copy inventory (to avoid adding individual items...), you can insert item names which have Auto-Fill (for you lazy folk!) and you can choose whether to block an item and avoid depositing it in bank, ideal for runes and ammo. Looting Tab Demo (From looting to alchemy, noted/stackable items too) You can choose whether to alch an item after looting it simply by enabling a checkbox, with a visual representation. All items are saved upon exiting the bot, for your convenience! Tasking Demo (Not to be confused with sequence mode, this is an individual task for leveling) You can set stop conditions, for example to stop the bot after looting a visage, you can have a leveling streak by changing attack styles and training all combat stats, you can have windows alert bubbles when an event occurs and an expansive layout for misc. options! Prayer Flick Demo (Just example, I made it faster after recording this GIF) There are two settings: Safe mode and efficient mode, this is safe mode: Fight Bounds Demo Allows you to setup the fight bounds easily! Simplified NPC chooser Either choose nearby (local) NPCs or enter an NPC name to find the nearest fight location! Simple interface, just click! Level Task Switch Demo (Switching to attack combat style after getting 5 defence) You can choose how often to keep levels together! e.g. switch styles every 3 levels Cannon Demo (Cannon is still experimental, beta mode!) Choose to kill npcs with a cannon, recharges at a random revolution after around 20-24 hits to make sure the cannon never goes empty too! Results Caged Ogres: How does this bot know where to find NPCs? This bot will find far-away npcs by simply typing the NPC name. All NPCs in the game, including their spawn points have been documented, the bot knows where they are. You can type 'Hill giant' while your account is in Lumbridge, and the bot will find it's way to the edgeville dungeon Hill giants area! Here is a visual representation of the spawn system in action (this is just a visual tool, map mode is not added due to it requiring too much CPU) Fight Area Example (How the bot searches for the npc 'Wolf') Walking System The script has 2 main walking options which have distinctive effects on the script. The walking system is basically a map with points and connections linking each point. It tells the script where to go, and decides the routes to take when walking to fightzones. Walking system 1 This uses a custom walking API written by myself and is constantly being updated as new fightzones are added. Pros: - Updates are instant, no waiting times - More fightzones are supported Cons: - Sometimes if an object is altered, the changes are not instant - Restarting the script too many times requires loading this webwalker each time which adds unnecessary memory (there is no way to make it only load at client startup since I don't control the client) Walking system 2 This is the default OSBot webwalking API - it is relatively new and very stable since the developers have built it, but is currently lacking certain fightzones (e.g. stronghold) and other high level requirement zones. It is perfect for normal walking (no object interactions or stairs, entrances etc) and never fails. Pros: - Stable, works perfect for normal walking - All scripters are giving code to improve the client webwalker - More efficient when restarting the script since it is loaded upon client start Cons: - No stronghold support yet - Some new/rare fightzones not supported yet - If there is a game-breaking update or an unsupported fightzone, it may take some time to add/repair (less than 24 hours usually) So which system should I choose? Whichever one suits your chosen fightzone best! There really shouldn't be any problems - the sole purpose of these options are for backup and emergency purposes, if the script ever messes up there is always the next option to select. Note: If the script ever fails, there will be immediate updates to fix the walking systems! Script Queue/Bot Manager: Script ID is 758, and the parameters will be the profile name that you saved in the fighter setup! Bug Report templates: New feature request - What is the new feature - Basic description of what the script should do - Basic actions for the script: 'Use item on item' etc. For when the script gets stuck on a tile (or continuous loop): - Which exact tile does the script get stuck on? (exact tile, not 'near the draynor village') - Plugin or normal script? - Did you try all 3 walking options? Script has a logic bug (e.g. dies while safespotting) or (cannon mode doesn't pickup arrows) - What is the bug - How did you make the bug happen - (optional) recommendation for the bug, e.g. 'make the script walk back' or something - Tried client restart? - Normal script or a plugin? - Which exact setup options are enabled? Afk mode, cannon mode, etc etc.1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
Rip me a new one fam. I meant Boolean LOL. Thats why you don't type in a harry1 point
-
Thanks for more reports, most of our current issues are webwalker related so I'm doing my best to help Patrick patch these on the client side (although the current webwalker design doesn't give us a lot of room to work). We're continuing to work on the script and get rid of any potential issues as well as adding new and useful features1 point
-
I didn't know a void method could return a value Set up constants and then just do like if (setting < 1) or boolean hasStarted() { return api.getsetting(questSetting) > 0; } can be done a million ways other than the way that @Juggles posted.1 point
-
10/10 S2 ability. Goodluck returning a void method public boolean isQuestStarted(Quest quest) { return quest.getConfig() > 0; } public enum Quest { GOBLIN_DIPLOMACY(63); int questConfig; Quest(int questConfig) { this.questConfig = questConfig; } public int getConfig() { return questConfig; } } I'd do something like this. Store all your quests in an enum and just check the config is > 0 to check if it's started. Quests also have finished settings, so you can store those in this enum as well and add an isQuestFinished method etc. Hope this helps.1 point
-
Nope that's it. public void startedQuest() { if (configs().get(62)==3) { return true; } return false; } im on mobile you get the idea1 point
-
1 point
-
@Czar Noticed bot wont eat to loot bones. After eating 1 food to make room for bones been working flawlessly though.1 point
-
1 point
-
Checking this out! ok the for the explanation! WIll run myself and check that out! Sure does! No sorry, it's only for runes Will check this out right now!1 point
-
If you have restocking off it should do that Ah yeah must have bought food and it was noted1 point
-
Seems like it might have been an issue with the random break option taking a break after a couple of seconds of botting. I turned it off and everything works fine now, thanks!1 point
-
Trial please? posted in your other thread for trials but haven't heard from you in a day or 2. thanks!1 point
-
Sounds like a good idea, it may be time for a little spruce up for the SDN payment system, after all, 30 is the max. price.. it has no customization/flexibility... there's no promotions/deals... I would love to even support a package deal where users can buy multiple scripts maybe at a discount, e.g. 5 scripts with a total price of 60, but discounted down to 50. In any case, sounds like a cool idea if there is an option to pay once (alot) as well as pay monthly (lower).1 point
-
Hey, do you know what might be wrong when the bot doesnt talk to the range guy to start a new round? im using the ESC mode. thanks1 point
-
I bot 16 hours a day with 8 hour breaks, but I break it down into 4 hours + 2 hours break. I've been doing this since level 40 about 3 weeks ago and I'm already level 97. I don't really believe in the whole don't bot for this amount of hours. You just need to babysit it ever so often and make sure it's not a busy world with high level experienced players. There are those human players, who don't even sleep and grind the game 20 hours a day or even all night. But I do agree on you should take breaks. 4 more days for me of scripting the way I do, I'll be level 99!1 point
-
1 point
-
1 point
-
Is there something I'm doing wrong? Trying to use bones to peaches, and even if I'm at full health, it eats 1-2 of my food. It seems like the priority is to pick up bones and always make space, even if not needed. I've ticked the box at the bottom saying wait, but it hasn't worked.1 point
-
@far2hybrid If Jagex looks at someone (or rather their auto ban programs) that has been mining for several days straight, its rather obvious its a bot. You need to use it like a human. Take breaks, I like to bot 45-60 min then break for 30-45 min (long enough for like a league game or making food etc). Then you need to take 8-10 hour breaks minimum for when a human were to sleep. To be really careful when you get in the higher levels 80+ only bot a few hours a day to avoid scrutiny. I try to do no more than half a level per day when at the higher levels. This will give you the biggest chance of success when botting. Also using the same IP associated with each character helps too (if using more than one) but not the same IP on multiple characters. i.e. acc1 has IP ending in 123 and acc2 has ip 456. Continue to make sure acc1 uses IP 123 and acc2 uses 456 when its their rotation. This helps make it look like one human is playing the account and avoids getting chained ban if an account is caught. Hope this helps. @Czar I have another recommendation for a future update. Add the option to implement using the deposit box. Will also avoid having to put in a PIN at first and saves some run time between sack. Adding in the option and still banking after several trips to seem like you are checking your loot will help make it look human as well. Keep up the great work Sir.1 point
-
hell yeah. making an account now and will be purchasing as soon as its ready. thank you for the reply1 point
-
1 point
-
A lot of the Quest API doesn't work and it would take a long time to fix it as there's so many quests. Much easier for Scripters just to use configs to code their own quests when needed. Quests aren't a very popular thing with bots1 point
-
1 point
-
Found an odd bug. Tried running master/worker for F2P body runes on mirror with ONLY random delays enabled. Works fine outside of Edgeville bank. Once worker returns to retrieve essence, it does the following: -Opens bank -Retrieves proper essence & essence count -Idles I have even tried closing the bank to try and jump-start it; nothing happens though. It takes walking closer to the yew trees that the script will kick in and begin to work flawlessly until the next return to the bank.1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
Yes this happens on both stealth and mirror. Oh thats good. I know it can be hard to keep replying to all the posts you get with the amount of scripts you have on the store.1 point
-
1 point
-
1 point
-
1 point
-
hi. i purchased the bot, so far so good. what walker do i select? theres 3 options. what do you recommend?1 point
-
1 point
-
GitHub version is more up to date (more features, more bug fixes) Fixed1 point
-
1 point
-
Want to purchase? Click here! For trials please join the discord and request one using the discord bot! Your fully customizable slayer bot. Features: Restocking Support (GE or Slayer Master) Walking method which uses the fastest routes Customizable equipment and inventory for each task Customizable task areas Customizable cannon positions Customizable looting Customizable alching Customizable combat methods, magic, range, melee all supported Customizable prayer by each task Script default inventory and equipment available Safe spotting Killing slayer monsters off task Savable and loadable profiles Discord webhooks Discord high-scores! CLI support to load profiles Supported Slayer Masters Turael Spira Mazchna Vannaka Chaeldar Nieve/Steve Duradel GUI Instructions Welcome Tab: Slayer Master: The slayer master you wish to pick to get tasks from General Settings: Kill off task checkbox: if you wish to just kill one monster repeatedly. This moster will be the monster selected in the combo box below Is Ironman: If you're an ironman Bury Bones: If you wish to bury bones Fight Superiors: If you wish to fight superiors GE Restocking: If you wish to restock items at the GE Master Restocking: If you wish to restock items at slayer masters Task Skipping: Click the button and in the frame check off tasks you wish to skip Task Locations: Click the button and create areas for custom tasks. Each task has a default area so this is only used if you want to do the task somewhere else. Cannon Settings: Click the button and create positions to place the cannon. These positions are required if you enable the cannon Safe Spotting: Click the button and create positions to safe spot. These positions are required if you enable safe spotting Loadout Settings: Set Equipment & Inventory Button: Click this button to set the current loadout and inventory for the monster in the displayed combo box Set Current Loadout for All: Click this button to set the current loadout and inventory for all monsters Set Current Loadout for Dragons: Click this button to set the current loadout and inventory for all dragon tasks Review Equipment: A window to show what equipment is in each task Combat & Prayer Settings: Open this and select the following: Combat method: The combat method you want to use - Melee, Range, Magic Prayer method: The protection prayer you want to use on the task (if any). Must be selected to enable prayer on the task Combat spell (if intending to use magic) you wish to use on the task. Use script default equipment: Checking this box will have the bot automatically take a default equipment. This equipment is basic. Looting Settings: Enable Alching: If you wish to alch items. Loot bones: If you wish to loot bones Loot Ensouled Heads: If you wish to loot ensouled heads Loot Threshold: If you wish to ignore items below a certain GP value Add item to Loot/Alch table: This is used to add specific items to the loot/alch list. To add an item, type the name of the item in the box and click the add button Webooks: Enable Discord Webhooks: If you wish to use webhooks for notifications on loot Webhook URL: the discord webhook URL Discord UID: The discord UID for the webhook to @ mention Settings Profile Name: Type in this box to save/load profiles of the specific name. You can save multiple profiles. Additional Notes When setting up gear and inventory, ensure that you have the proper items for the task in your loadout (e.g. light sources, shantay pass, slayer equipment, etc.)0 points
-
It's been progressively getting worse and worse over the last few seasons. RJ and D&D are supposedly working on a Star Wars trilogy which I think will be a mess.0 points
-
@Frez Why did you remove @Spider Scripts messages from the chat logs you posted here? In addition, locks do not really have to do with the script design, did you offer @Spider Scripts additional payment for the additional work in the script?0 points
-
0 points