Hans Zimmer 25 Posted February 14 (edited) Hans Rune Dragon is an effective Rune Dragon slaying script, with the objective to farm gold with ease. Customize your own or use the default profile, launch the bot via QuickStart (or manually) and be ready to collect your funds from your mule account! Kills Rune Dragons in Lithkren (Dragon Slayer 2 needed) Deathwalks Refreshes stats and banks at Ferox Enclave Attaches digsite pendant to Strange Machine for faster teleports to Lithkren Customizable gear and inventory loadout Buys missing gear (tradeables only) and inventory loadout (customizable quantity) Customizable loot list Customizable prayer settings Customizable general combat settings Customizable muling settings Customizable discord messaging settings World hopping based on quantity of people nearby QuickStart support Many updates coming soon... The script has been designed to be as easy as possible to use. With that being said, by simply clicking the start button the script will already function with the "default" profile. You can modify this default profile as you wish, as well as create other profiles, which will require QuickStart to be executed. Check below to see an example of the default profile. All the profiles are in the JSON format and can be found in following folder on your computer: C:\Users\YOURUSERNAME\DreamBot\Hans Zimmer\Hans Rune Dragon Spoiler { "playersToHop": 3, "minRestockNumber": 100, "maxRestockNumber": 150, "itemsToLoot": [ "Dragon bones", "Runite bar", "Rune platebody", "Rune longsword", "Rune mace", "Rune scimitar", "Rune warhammer", "Rune platelegs", "Dragon platelegs", "Dragon plateskirt", "Dragon med helm", "Wrath rune", "Chaos rune", "Death rune", "Rune javelin heads", "Runite bolts (unf)", "Dragonstone", "Runite ore", "Dragon javelin heads", "Dragon bolts (unf)", "Loop half of key", "Tooth half of key", "Rune 2h sword", "Rune battleaxe", "Rune sq shield", "Law rune", "Rune kiteshield", "Rune spear", "Shield left half", "Dragon spear", "Brimstone key", "Dragon limbs", "Dragon metal lump", "Draconic visage" ], "equipmentToWear": [ "Osmumten's fang", "Justiciar faceguard", "Justiciar chestguard", "Justiciar legguards", "Amulet of fury", "Berserker ring (i)", "Avernic defender", "Insulated boots", "Obsidian cape", "Peaceful blessing", "Barrows gloves" ], "inventoryLoadout": { "Monkfish": 17, "Extended super antifire(2)": 1, "Ring of dueling": 1, "Divine super combat potion(2)": 1, "Digsite pendant ": 1, "Prayer potion(4)": 4, "Cooked karambwan": 3 }, "prayerSettings": { "flickPrayer": false, "useQuickPrayer": true, "minPrayerToDrinkPotion": 13, "maxPrayerToDrinkPotion": 45, "selectedPrayers": [ "PIETY", "PROTECT_FROM_MAGIC" ] }, "combatSettings": { "combatStyle": "ATTACK", "enableAutoRetaliate": true, "useSpecialAttack": false, "minPercentageToSpecialAttack": 0, "maxPercentageToSpecialAttack": 0, "minHpToEat": 50, "maxHpToEat": 68, "emergencyTeleportHp": 25 }, "muleSettings": { "muleAtXAmountOfLoot": 10000000, "amountOfCoinsToKeep": 100000, "muleAtCertainTime": false, "port": 13020 }, "webhookSettings": { "URL": "Your discord webhook URL", "minutesBetweenMessages": 60, "sendOnRareDrop": false, "sendOnLevelUp": false, "sendOnMuleEvent": false } } Now that you have an idea of what a profile looks like, check the same profile below with a few comments and tips on what can be changed. Note: the profile below will NOT work if you copy and paste since it has the comments on it which breaks the JSON format. Spoiler { "playersToHop": 3, // If there are 3 players or more in the Lithkren Cave, the bot will hop to an accessible random world. "minRestockNumber": 100, // This is the minimum amount of loadout to restock. "maxRestockNumber": 150, // This is the maximum amount of loadout to restock. The bot chooses a random value between min and max. For example, if the bot chooses to restock 100 loadouts, and the loadout contains 4 prayer potions (4) and 15 sharks, the bot will buy 400 prayer potions (4) and 1500 sharks (as well as the other items in the loadout!) "itemsToLoot": [ // These are the items that the bot will loot while in the Lithkren Cave. By default, only the most valuable items are added. Items like herbs with are not that valuable have NOT been added. You can check the wiki page to add any other loot if you wish. "Dragon bones", "Runite bar", "Rune platebody", "Rune longsword", "Rune mace", "Rune scimitar", "Rune warhammer", "Rune platelegs", "Dragon platelegs", "Dragon plateskirt", "Dragon med helm", "Wrath rune", "Chaos rune", "Death rune", "Rune javelin heads", "Runite bolts (unf)", "Dragonstone", "Runite ore", "Dragon javelin heads", "Dragon bolts (unf)", "Loop half of key", "Tooth half of key", "Rune 2h sword", "Rune battleaxe", "Rune sq shield", "Law rune", "Rune kiteshield", "Rune spear", "Shield left half", "Dragon spear", "Brimstone key", "Dragon limbs", "Dragon metal lump", "Draconic visage" ], "equipmentToWear": [ //These are the items that the bot will equip. If you do not have a tradeable item, the bot will buy it on the GE. If you do not have an untradeable item, such as barrows gloves or Berserker Ring (i), make sure you manually get them before running the script! "Osmumten's fang", "Justiciar faceguard", "Justiciar chestguard", "Justiciar legguards", "Amulet of fury", "Berserker ring (i)", "Avernic defender", "Insulated boots", "Obsidian cape", "Peaceful blessing", "Barrows gloves" ], "inventoryLoadout": { // These are the items that the bot will bring in the inventory. Notice how there is no charges in "Ring of dueling" or "Digsite pendant", which means the bot will withdraw these items with any charge. However, there is also the possibility to withdraw the exact item, which is the case for the potions. "Monkfish": 17, "Extended super antifire(2)": 1, "Ring of dueling": 1, "Divine super combat potion(2)": 1, "Digsite pendant ": 1, "Prayer potion(4)": 4, "Cooked karambwan": 3 }, "prayerSettings": { //For prayer settings, my recommendation is to enable quickPrayer and disable flickPrayer. You can also configure the minimum and maximum amount of prayer points to drink a prayer potion, as well as selecting the desired prayers, just make sure the prayer name in the profile is identical to the prayer name in-game. "flickPrayer": false, "useQuickPrayer": true, "minPrayerToDrinkPotion": 13, "maxPrayerToDrinkPotion": 45, "selectedPrayers": [ "PIETY", "PROTECT_FROM_MAGIC" ] }, "combatSettings": { //Some very basic settings such as switching the Combat Style, enabling auto retaliate, minimum and maximum HP to eat and a HP threshold to teleport as an emergency. "combatStyle": "ATTACK", "enableAutoRetaliate": true, "useSpecialAttack": false, "minPercentageToSpecialAttack": 0, "maxPercentageToSpecialAttack": 0, "minHpToEat": 50, "maxHpToEat": 68, "emergencyTeleportHp": 25 }, "muleSettings": { // Now we are talking money! For now, muling is only enabled when a certain amount of loot has been reached. This example shows that the bot will sell all the loot when its value has reached 10m, and then trade over the money to the mule, keeping only 100k. In the future, more muling options will be added, as well as reverse muling. For now, make sure you keep enough money to buy the loadouts, if needed! "muleAtXAmountOfLoot": 10000000, "amountOfCoinsToKeep": 100000, "muleAtCertainTime": false, "port": 13020 //VERY IMPORTANT! The port must be the same on the Muling Script, which you can get freely on the SDN. Also, muling only works on the same machine, for now. }, "webhookSettings": { // The discord messaging settings. Make sure to keep a valid Discord webhook URL, and configure it to send a message every X amount of minutes, or on a rare drop, level up or when muling. "URL": "Your discord webhook URL", "minutesBetweenMessages": 60, "sendOnRareDrop": false, "sendOnLevelUp": false, "sendOnMuleEvent": false } } Example QuickStart usage with profile "default" java -Xmx768M -jar %userprofile%\Dreambot\BotData\client.jar -username "YourDreambotUsername" -password "YourDreambotPassword" -world members -script "Hans Rune Dragons" -accountUser "[email protected]" -accountPass "password" Example QuickStart usage with profile "Max1" java -Xmx768M -jar %userprofile%\Dreambot\BotData\client.jar -username "YourDreambotUsername" -password "YourDreambotPassword" -world members -script "Hans Rune Dragons" -accountUser "[email protected]" -accountPass "password" -params "Max1" Join the discord server to ask any questions, report bugs, suggest new features and stay up to date with the scripts. Click on the banner above to join! Edited April 1 by Hans Zimmer RickyDactyl, BeezyScripts and Elliott1 1 2
SDN Bot 235 Posted February 28 Hans Rune Dragons has been approved and is now live on the SDN!Thanks!
YUNGTHUGFATGP 127 Posted March 14 Is the rune and green dragon one script? Congrats on green dragon release
Hans Zimmer 25 Author Posted March 14 1 hour ago, YUNGTHUGFATGP said: Is the rune and green dragon one script? Congrats on green dragon release Hey, They are two different scripts. There was a misunderstanding about the topic links but it should be fixed soon when Hashtag can look into it. The actual green dragons topic is here:
YUNGTHUGFATGP 127 Posted March 14 2 hours ago, Hans Zimmer said: Hey, They are two different scripts. There was a misunderstanding about the topic links but it should be fixed soon when Hashtag can look into it. The actual green dragons topic is here: Thanks king, your work looks great 🎉 Hans Zimmer 1
SDN Bot 235 Posted March 15 Hans Green Dragons has been updated and is now live on the SDN!It's currently at v1.0 and is available in the client!Changes:Fix obfuscation issues with profilesTime since request was made: 42 minutes, 52 secondsThanks!
SDN Bot 235 Posted March 15 Hans Rune Dragons has been updated and is now live on the SDN!It's currently at v1.0 and is available in the client!Changes:Fix obfuscation issues with profilesTime since request was made: 39 minutes, 10 secondsThanks!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now