https://gist.github.com/ArchMagiX/1d6497f76648208520cdd8f0a5fcf0cf (V2.1)
This bot mines Runite in the mining guild and deposits at the furnace in artisans workshop.
If you have an ore box bring it as the bot supports filling the box before banking.
It will maintain your mining stamina while mining
If you want to mine a different ore in the mine just change the Rock to be mined variable to that rocks name. There are co-ordinates set up for the resource dungeon and all you have to do is change the traversal action in the main branch.
Credits to aim001 for working with me on this one
Edit v2.1 Seren support added (but not tested)
Edit v2.0 Rockertunitie support!!!
Edit v1.2 Neatened up the variables and made it easier to change rock types
Edit v1.1 fixed an issue where it would get stuck depositing ore if interface was accidentally opened over forge.
How do you use this script because RuneMate does not support RS3?
Any chance you could also modify this for luminite ore too? or w/e the secondary is to make rune bars with?
here is another script i found with the coding for it, I think it has the information for seren spirits so you can implement here {
"Variables": [
{
"name": "Rocktype",
"value": "animica rock",
"type": "GO"
},
{
"name": "Mine action",
"value": "Mine",
"type": "ACTION"
},
{
"name": "Ore box",
"value": "ore box",
"type": "SPRITE_ITEM"
},
{
"name": "Notification",
"value": "Go banking!",
"type": "STRING"
},
{
"name": "Familiar",
"value": "Lava titan pouch",
"type": "SPRITE_ITEM"
},
{
"name": "Summon action",
"value": "Summon",
"type": "ACTION"
},
{
"name": "Out of summ points",
"value": "Out of summoning points",
"type": "STRING"
},
{
"name": "message seren spirit",
"value": "A Seren spirit",
"type": "STRING"
},
{
"name": "Seren NPC",
"value": "Seren spirit",
"type": "NPC"
},
{
"name": "Seren action",
"value": "Capture",
"type": "ACTION"
},
{
"name": "Empty slots",
"value": "2",
"type": "NUMBER"
},
{
"name": "Ore box full",
"value": "You are not able to",
"type": "STRING"
}
],
"NodeCollection": [
{
"name": "StartCondition",
"base": {
"id": "a607b71b-94b7-4c51-88e8-19f1d30ba166",
"position": {
"x": "0.0",
"y": "0.0"
},
"flowTasks": {
"success": "9e85665b-857d-4b09-b75f-a647a265dc5e"
},
"delayMultiplier": 1.0
},
"variables": {
"GameMode": "RS3",
"IntervalLow": 567.9992429671748,
"IntervalHigh": 1145.7274754842122
}
},
{
"name": "InventoryCondition",
"base": {
"id": "3308da02-0fb7-412e-a78a-437fcb0a7168",
"position": {
"x": "484.0",
"y": "829.0"
},
"flowTasks": {
"success": "60e375c6-bf99-4673-bd53-68ec61699415",
"failure": "e33222fd-347b-4835-947c-954ffd7efc7f"
},
"delayMultiplier": 1.0,
"queryData": {
"bool0": false,
"bool1": false,
"bool2": false,
"type": "InventoryQuery"
}
},
"variables": {
"ItemValues": [
"Empty slots"
],
"ItemRegex": true,
"Condition": "Has \u003c then # empty slots"
}
},
{
"name": "SpecialInteractionAction",
"base": {
"id": "60e375c6-bf99-4673-bd53-68ec61699415",
"position": {
"x": "1053.0",
"y": "434.0"
},
"flowTasks": {},
"delayMultiplier": 1.0,
"queryData": {
"bool0": false,
"bool1": false,
"bool2": false,
"type": "InventoryQuery"
}
},
"variables": {
"Values": [
"Ore box"
],
"ValueRegex": true,
"Comparators": [],
"CompRegex": false,
"Condition": "Click",
"Type": "Inventory item",
"ClickRegex": false
}
},
{
"name": "PlayerCondition",
"base": {
"id": "e33222fd-347b-4835-947c-954ffd7efc7f",
"position": {
"x": "1031.0",
"y": "869.0"
},
"flowTasks": {
"success": "2576c721-4ade-4af7-bafd-605893389030",
"failure": "aef4a466-4fbd-4ba5-8e2f-29247ceb48f9"
},
"delayMultiplier": 1.0,
"queryData": {
"within": "",
"MinLvl": "",
"MaxLvl": "",
"type": "NpcQuery"
}
},
"variables": {
"Values": [],
"ValueRegex": false,
"Condition": "Is animating (2s delay):"
}
},
{
"name": "InteractionAction",
"base": {
"id": "5bb1f23d-34b6-487f-9587-8abda147ffde",
"position": {
"x": "2061.0",
"y": "767.0"
},
"flowTasks": {},
"delayMultiplier": 1.0,
"queryData": {
"bool0": false,
"bool1": false,
"bool2": false,
"bool3": false,
"list3": [
"Mine"
],
"TypeList": [],
"within": "",
"results": "",
"type": "GOQuery"
}
},
"variables": {
"Condition": "GameObject",
"ItemValues": [
"Rocktype"
],
"ItemRegex": true,
"ActionValues": [
"Mine action"
],
"ActionRegex": true
}
},
{
"name": "PlayerCondition",
"base": {
"id": "aef4a466-4fbd-4ba5-8e2f-29247ceb48f9",
"position": {
"x": "1493.0",
"y": "869.0"
},
"flowTasks": {
"failure": "5bb1f23d-34b6-487f-9587-8abda147ffde"
},
"delayMultiplier": 1.0,
"queryData": {
"within": "",
"MinLvl": "",
"MaxLvl": "",
"type": "NpcQuery"
}
},
"variables": {
"Values": [],
"ValueRegex": false,
"Condition": "Is moving:"
}
},
{
"name": "NotificationModule",
"base": {
"id": "0a2ac65b-904d-4550-a482-294c58bf63d1",
"position": {
"x": "519.0",
"y": "545.0"
},
"flowTasks": {
"success": "bcb53f68-0724-4d6d-98f4-2aa08d0c6ba0"
},
"delayMultiplier": 1.0
},
"variables": {
"Value": "Notification"
}
},
{
"name": "ChatBoxCondition",
"base": {
"id": "6e84540c-e834-4854-b9d1-8e0b2f716e88",
"position": {
"x": "41.0",
"y": "744.0"
},
"flowTasks": {
"success": "0a2ac65b-904d-4550-a482-294c58bf63d1",
"failure": "3308da02-0fb7-412e-a78a-437fcb0a7168"
},
"delayMultiplier": 1.0
},
"variables": {
"Values": [
"Ore box full"
],
"ItemRegex": true
}
},
{
"name": "InteractionAction",
"base": {
"id": "a457ba4f-68b1-4e6a-98f2-ee7e3be962ae",
"position": {
"x": "654.0",
"y": "-10.0"
},
"flowTasks": {},
"delayMultiplier": 1.0,
"queryData": {
"list4": [
"Capture"
],
"within": "",
"type": "NpcQuery"
}
},
"variables": {
"Condition": "Npc",
"ItemValues": [
"Seren NPC"
],
"ItemRegex": true,
"ActionValues": [
"Seren action"
],
"ActionRegex": true
}
},
{
"name": "PauseAction",
"base": {
"id": "bcb53f68-0724-4d6d-98f4-2aa08d0c6ba0",
"position": {
"x": "1057.0",
"y": "137.0"
},
"flowTasks": {},
"delayMultiplier": 1.0
},
"variables": {
"Multiplier": "1",
"PauseMode": "Indefinite",
"IntervalLow": 100.0,
"IntervalHigh": 2000.0
}
},
{
"name": "NpcCondition",
"base": {
"id": "9e85665b-857d-4b09-b75f-a647a265dc5e",
"position": {
"x": "61.0",
"y": "278.0"
},
"flowTasks": {
"success": "a457ba4f-68b1-4e6a-98f2-ee7e3be962ae",
"failure": "6e84540c-e834-4854-b9d1-8e0b2f716e88"
},
"delayMultiplier": 1.0,
"queryData": {
"list4": [
"Capture"
],
"within": "",
"type": "NpcQuery"
}
},
"variables": {
"ItemValues": [
"Seren NPC"
],
"ItemRegex": true,
"ActionValues": [
"Seren action"
],
"ActionRegex": true
}
},
{
"name": "TimerCondition",
"base": {
"id": "2576c721-4ade-4af7-bafd-605893389030",
"position": {
"x": "1609.0",
"y": "511.0"
},
"flowTasks": {
"success": "5bb1f23d-34b6-487f-9587-8abda147ffde"
},
"delayMultiplier": 1.0
},
"variables": {
"Comparator": "20",
"Condition": "Every X seconds",
"IntervalLow": 33.333333333333336,
"IntervalHigh": 87.3640537261963
}
}
],
"BotCategory": "MINING",
"inventoryData": {},
"internalData": {
"Mouse multiplier": 1.0,
"Mouse path": "MLP_PATH_GENERATOR",
"Disable advanced": false
}
}
Can you add grace of elves seren spirit support?