Guest User

Mining bot

a guest
Jan 9th, 2019
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.47 KB | None | 0 0
  1. {
  2. "Variables": [
  3. {
  4. "name": "Rocks",
  5. "value": "Rocks",
  6. "type": "GO"
  7. },
  8. {
  9. "name": "Iron ore",
  10. "value": "Iron ore",
  11. "type": "SPRITE_ITEM"
  12. },
  13. {
  14. "name": "Drop",
  15. "value": "Drop",
  16. "type": "ACTION"
  17. },
  18. {
  19. "name": "Mine",
  20. "value": "Mine",
  21. "type": "ACTION"
  22. },
  23. {
  24. "name": "Bank chest",
  25. "value": "Bank chest",
  26. "type": "GO"
  27. },
  28. {
  29. "name": "Unidentified minerals",
  30. "value": "Unidentified minerals",
  31. "type": "SPRITE_ITEM"
  32. }
  33. ],
  34. "NodeCollection": [
  35. {
  36. "name": "StartCondition",
  37. "base": {
  38. "id": "fbc2dc7c-159c-436c-9325-36f82e6f1afa",
  39. "position": {
  40. "x": "-8.0",
  41. "y": "176.0"
  42. },
  43. "flowTasks": {
  44. "success": "d3d087a0-5d41-4f9f-bcb0-01d1a60d0a31"
  45. },
  46. "delayMultiplier": 1.0
  47. },
  48. "variables": {
  49. "GameMode": "OSRS",
  50. "IntervalLow": 100.0,
  51. "IntervalHigh": 1000.0
  52. }
  53. },
  54. {
  55. "name": "InventoryCondition",
  56. "base": {
  57. "id": "d3d087a0-5d41-4f9f-bcb0-01d1a60d0a31",
  58. "position": {
  59. "x": "143.0",
  60. "y": "466.0"
  61. },
  62. "flowTasks": {
  63. "success": "99de1ef4-f976-4ee2-b4fe-5869ee5cddff",
  64. "failure": "44165427-6d5b-413f-9216-40e746ecb6fe"
  65. },
  66. "delayMultiplier": 1.0,
  67. "queryData": {
  68. "bool0": false,
  69. "bool1": false,
  70. "bool2": false,
  71. "type": "InventoryQuery"
  72. }
  73. },
  74. "variables": {
  75. "ItemValues": [],
  76. "ItemRegex": false,
  77. "Condition": "Is Full"
  78. }
  79. },
  80. {
  81. "name": "PlayerCondition",
  82. "base": {
  83. "id": "44165427-6d5b-413f-9216-40e746ecb6fe",
  84. "position": {
  85. "x": "504.0",
  86. "y": "671.0"
  87. },
  88. "flowTasks": {
  89. "success": "3602888c-1dd8-47bb-ad9f-df259d3f465f",
  90. "failure": "477f7498-6e35-4c76-b91a-8db246ad4188"
  91. },
  92. "delayMultiplier": 1.0,
  93. "queryData": {
  94. "within": "",
  95. "MinLvl": "",
  96. "MaxLvl": "",
  97. "type": "NpcQuery"
  98. }
  99. },
  100. "variables": {
  101. "Values": [],
  102. "ValueRegex": false,
  103. "Condition": "Is animating (2s delay):"
  104. }
  105. },
  106. {
  107. "name": "GameObjectCondition",
  108. "base": {
  109. "id": "477f7498-6e35-4c76-b91a-8db246ad4188",
  110. "position": {
  111. "x": "922.0",
  112. "y": "746.0"
  113. },
  114. "flowTasks": {
  115. "success": "5f8841b5-bbd1-4f63-8f01-281f6a5fadf5"
  116. },
  117. "delayMultiplier": 1.0,
  118. "queryData": {
  119. "bool0": false,
  120. "bool1": false,
  121. "bool2": false,
  122. "bool3": false,
  123. "TypeList": [],
  124. "within": "",
  125. "results": "",
  126. "type": "GOQuery"
  127. }
  128. },
  129. "variables": {
  130. "ItemValues": [
  131. "Rocks"
  132. ],
  133. "ItemRegex": false,
  134. "ActionValues": [],
  135. "ActionRegex": false
  136. }
  137. },
  138. {
  139. "name": "PauseAction",
  140. "base": {
  141. "id": "3602888c-1dd8-47bb-ad9f-df259d3f465f",
  142. "position": {
  143. "x": "960.0",
  144. "y": "465.0"
  145. },
  146. "flowTasks": {},
  147. "delayMultiplier": 1.0
  148. },
  149. "variables": {
  150. "Multiplier": "1",
  151. "PauseMode": "Random duration",
  152. "IntervalLow": 194.72446236559156,
  153. "IntervalHigh": 194.72446236559156
  154. }
  155. },
  156. {
  157. "name": "InteractionAction",
  158. "base": {
  159. "id": "b499d635-aa82-4228-8d77-1a42976896fd",
  160. "position": {
  161. "x": "1650.0",
  162. "y": "706.0"
  163. },
  164. "flowTasks": {},
  165. "delayMultiplier": 1.0,
  166. "queryData": {
  167. "bool0": false,
  168. "bool1": false,
  169. "bool2": false,
  170. "bool3": false,
  171. "list3": [
  172. "Mine"
  173. ],
  174. "TypeList": [],
  175. "within": "",
  176. "results": "",
  177. "type": "GOQuery"
  178. }
  179. },
  180. "variables": {
  181. "Condition": "GameObject",
  182. "ItemValues": [
  183. "Rocks"
  184. ],
  185. "ItemRegex": false,
  186. "ActionValues": [
  187. "Mine"
  188. ],
  189. "ActionRegex": false
  190. }
  191. },
  192. {
  193. "name": "GameObjectCondition",
  194. "base": {
  195. "id": "99de1ef4-f976-4ee2-b4fe-5869ee5cddff",
  196. "position": {
  197. "x": "585.0",
  198. "y": "403.0"
  199. },
  200. "flowTasks": {
  201. "success": "0934df6d-a0a1-4dd0-8be4-908a01e7e7d3"
  202. },
  203. "delayMultiplier": 1.0,
  204. "queryData": {
  205. "bool0": false,
  206. "bool1": false,
  207. "bool2": false,
  208. "bool3": false,
  209. "TypeList": [],
  210. "within": "",
  211. "results": "",
  212. "type": "GOQuery"
  213. }
  214. },
  215. "variables": {
  216. "ItemValues": [
  217. "Bank chest"
  218. ],
  219. "ItemRegex": false,
  220. "ActionValues": [],
  221. "ActionRegex": false
  222. }
  223. },
  224. {
  225. "name": "BankCondition",
  226. "base": {
  227. "id": "0934df6d-a0a1-4dd0-8be4-908a01e7e7d3",
  228. "position": {
  229. "x": "921.0",
  230. "y": "207.0"
  231. },
  232. "flowTasks": {
  233. "success": "a5cc6a35-4f45-426d-8519-1ea796df394b",
  234. "failure": "7d4f22e2-0145-4d85-b894-dd23e84a34de"
  235. },
  236. "delayMultiplier": 1.0,
  237. "queryData": {
  238. "bool0": false,
  239. "type": "BankQuery"
  240. }
  241. },
  242. "variables": {
  243. "ItemValues": [],
  244. "ItemRegex": false,
  245. "Condition": "Is open"
  246. }
  247. },
  248. {
  249. "name": "InteractionAction",
  250. "base": {
  251. "id": "bd53900d-959a-4293-adda-b2e6aa2848ba",
  252. "position": {
  253. "x": "1675.0",
  254. "y": "303.0"
  255. },
  256. "flowTasks": {},
  257. "delayMultiplier": 1.0,
  258. "queryData": {
  259. "bool0": false,
  260. "bool1": false,
  261. "bool2": false,
  262. "bool3": false,
  263. "TypeList": [],
  264. "within": "",
  265. "results": "",
  266. "type": "GOQuery"
  267. }
  268. },
  269. "variables": {
  270. "Condition": "GameObject",
  271. "ItemValues": [
  272. "Bank chest"
  273. ],
  274. "ItemRegex": false,
  275. "ActionValues": [],
  276. "ActionRegex": false
  277. }
  278. },
  279. {
  280. "name": "BankDepositAction",
  281. "base": {
  282. "id": "a5cc6a35-4f45-426d-8519-1ea796df394b",
  283. "position": {
  284. "x": "1328.0",
  285. "y": "31.0"
  286. },
  287. "flowTasks": {},
  288. "delayMultiplier": 1.0,
  289. "queryData": {
  290. "bool0": false,
  291. "bool1": false,
  292. "bool2": false,
  293. "type": "InventoryQuery"
  294. }
  295. },
  296. "variables": {
  297. "Values": [
  298. "Unidentified minerals"
  299. ],
  300. "ItemRegex": true,
  301. "Condition": "All except",
  302. "ConditionRegex": false
  303. }
  304. },
  305. {
  306. "name": "PlayerCondition",
  307. "base": {
  308. "id": "7d4f22e2-0145-4d85-b894-dd23e84a34de",
  309. "position": {
  310. "x": "1273.0",
  311. "y": "379.0"
  312. },
  313. "flowTasks": {
  314. "failure": "bd53900d-959a-4293-adda-b2e6aa2848ba"
  315. },
  316. "delayMultiplier": 1.0,
  317. "queryData": {
  318. "within": "",
  319. "MinLvl": "",
  320. "MaxLvl": "",
  321. "type": "NpcQuery"
  322. }
  323. },
  324. "variables": {
  325. "Values": [],
  326. "ValueRegex": false,
  327. "Condition": "Is moving:"
  328. }
  329. },
  330. {
  331. "name": "PlayerCondition",
  332. "base": {
  333. "id": "5f8841b5-bbd1-4f63-8f01-281f6a5fadf5",
  334. "position": {
  335. "x": "1279.0",
  336. "y": "798.0"
  337. },
  338. "flowTasks": {
  339. "failure": "b499d635-aa82-4228-8d77-1a42976896fd"
  340. },
  341. "delayMultiplier": 1.0,
  342. "queryData": {
  343. "within": "",
  344. "MinLvl": "",
  345. "MaxLvl": "",
  346. "type": "NpcQuery"
  347. }
  348. },
  349. "variables": {
  350. "Values": [],
  351. "ValueRegex": false,
  352. "Condition": "Is animating (2s delay):"
  353. }
  354. }
  355. ],
  356. "BotCategory": "OTHER",
  357. "inventoryData": {},
  358. "internalData": {
  359. "Mouse multiplier": 1.0,
  360. "Mouse path": "MLP_PATH_GENERATOR",
  361. "Disable advanced": false
  362. }
  363. }
Advertisement
Add Comment
Please, Sign In to add comment