Jump to content
Frequently Asked Questions
  • Are you not able to open the client? Try following our getting started guide
  • Still not working? Try downloading and running JarFix
  • Help! My bot doesn't do anything! Enable fresh start in client settings and restart the client
  • How to purchase with PayPal/OSRS/Crypto gold? You can purchase vouchers from other users
  • mp5_gravy

    Members
    • Posts

      65
    • Joined

    • Last visited

    Recent Profile Visitors

    592 profile views

    mp5_gravy's Achievements

    1. doesn't it auto update itself? no i did not do it manually though
    2. my world hopper keeps freezing the script, when I look at the client it always has the mouse hovered over world 310 and then doesn't do anything until I manually reset it
    3. so what is bun's automation tool doing that makes it so it doesn't support guis?
    4. is that too much of a overhaul to change on your end? if it's just loading a profile from quickstart does it need the gui to open?
    5. After the script fails to run being launched from bun's Automator, nano miner stops working all together even if I completely stop the script and try to start it again It logs the message - Loading block: Setup tooling and stays there forever while the character idles. I need to close out of dreambot entirely and reopen it to get it to work again. Can you please try to figure out what's with the org.pushingpixels.substance.api.UiThreadingViolationException error because if I can get this script to work from the automator tool it'd be so helpful edit: so it gets caught up on the setup tooling if I have two pickaxes in my inventory, I have the option "use the best for mining level" toggled
    6. [combat] list=Chicken area=20 tile=x,y,z (hid these) [loot] list= frequency=Normal price= value=false [equipment] sword=Bronze sword shield=Wooden shield helmet= amulet= platebody= platelegs= gloves= boots= use_melee=true range_bow= range_helmet= range_amulet= range_body= range_legs= range_gloves= range_boots= use_ranged=false magic_staff= magic_hands= magic_helmet= magic_amulet= magic_body= magic_legs= magic_gloves= magic_boots= use_magic=false [bank] use=true location=CLOSEST hold= amount= [targets] attack=15 strength=10 defence=10 [optional] bury=true bones= eat=false food= health= drink=false earrows=false arrows= worldhop=false players=
    7. still isnt equipping the items, also I can't seem to figure out how to get it to bury bones, I have it enabled for all and it doesn't work, and I tried explicitly setting bury only and that isn't working either. edit: okay so to bury bones you need to add it to the loot list, that makes sense but a message in the ui might help. The item equipment problem is still happening though
    8. that's some swell mental Olympics you got goin on buddy
    9. so you think it's just an anomaly that the only account I ran it on happened to be banned?
    10. any idea what might be causing this ? org.pushingpixels.substance.api.UiThreadingViolationException: Swing component creation must be done on the Event Dispatch Thread. Try wrapping your method in SwingUtilities#invokeLater. It's happens when bun's automation tool trying to call nano miner with quick start here's some more logs - 2021-05-13 12:06:25 [INFO] [12:06:25][Nano Miner] - [LOADING][CONTEXT][START] 2021-05-13 12:06:25 [INFO] [12:06:25][Nano Miner] - [LOADING][CONTEXT][END] 2021-05-13 12:06:25 [INFO] [12:06:25][Nano Miner] - [LOADING][NODE FACTORY][START] 2021-05-13 12:06:25 [INFO] [12:06:25][Nano Miner] - [LOADING][NODE FACTORY][END] 2021-05-13 12:06:25 [INFO] [12:06:25][Nano Miner] - [LOADING][LISTENERS][START] 2021-05-13 12:06:25 [INFO] [12:06:25][Nano Miner] - [LOADING][LISTENERS][END] 2021-05-13 12:06:25 [INFO] [12:06:25][Nano Miner] - [LOADING][GUI][START] 2021-05-13 12:06:25 [INFO] [12:06:25][Nano Miner] - [LOADING][GUI][END] 2021-05-13 12:06:25 [INFO] Script set to running! 2021-05-13 12:06:25 [INFO] [12:06:25][Nano Miner] - Loading block: Await 2021-05-13 12:06:26 [INFO] Successfully loaded 234 worlds! 2021-05-13 12:06:26 [INFO] [12:06:26][Nano Miner] - Nano Script credentials successfully obtained 2021-05-13 12:06:28 [INFO] [12:06:28][Nano Miner] - Starting script... 2021-05-13 12:06:28 [INFO] [12:06:28][Nano Miner] - Starting up via quickstart... 2021-05-13 12:06:28 [WARN] This script's GUI is causing performance issues. 2021-05-13 12:06:28 [INFO] [12:06:28][Nano Miner] - Profile "myprofile" found! org.pushingpixels.substance.api.UiThreadingViolationException: Swing component creation must be done on the Event Dispatch Thread. Try wrapping your method in SwingUtilities#invokeLater.2021-05-13 12:06:28 [INFO] [12:06:28][Nano Miner] - Preparing to quick load profile "myprofile"...
    11. Also it does not seem to use my buy price filters, I "buyPriceFilters": [ { "match": "Mithril pickaxe", "matchMode": "Equals", "lookupMode": "DEFAULT", "modifierMode": "PLUS_PERCENT", "modifier": 25, "isDefault": false }, And the script is offering 15% less than the asking for price everytime, which happens to be the default sellPriceFilter, so i think you have some variables mixed up there
    12. "children": [ { "uid": "11bf5ce4-e09e-400c-abe5-ccff0a8bce6c", "name": "Does_not_own_mith_pickaxe", "type": "SetTag", "profile": "Required", "data": { "type": "TaskDataSetTag", "tagName": "does_not_own_mith_pickaxe", "toggled": true }, "startConditions": [ { "not": false, "or": false, "type": "HasTag", "data": { "type": "ConditionDataHasTag", "tagName": "can_use_mith_pickaxe" } }, { "not": false, "or": false, "type": "HasItem", "data": { "type": "ConditionDataHasItem", "scope": "OWNED", "itemName": "Mithril pickaxe", "comparisonOperator": "EQUALS", "amount": 0 } } ], "stopConditions": [], "children": [ { "uid": "c77d5d0e-aaa4-4080-827d-af375950f385", "name": "Can_afford_mith_pickaxe", "type": "SetTag", "profile": "Required", "data": { "type": "TaskDataSetTag", "tagName": "can_afford_mith_pickaxe", "toggled": true }, "startConditions": [ { "not": false, "or": false, "type": "HasTag", "data": { "type": "ConditionDataHasTag", "tagName": "does_not_own_mith_pickaxe" } }, { "not": false, "or": true, "type": "HasItem", "data": { "type": "ConditionDataHasItem", "scope": "OWNED", "itemName": "Uncut ruby", "comparisonOperator": "GREATER_THAN_OR_EQUALS", "amount": 1 } }, { "not": false, "or": true, "type": "HasItem", "data": { "type": "ConditionDataHasItem", "scope": "OWNED", "itemName": "Uncut diamond", "comparisonOperator": "GREATER_THAN_OR_EQUALS", "amount": 1 } }, { "not": false, "or": true, "type": "HasItem", "data": { "type": "ConditionDataHasItem", "scope": "OWNED", "itemName": "Uncut emerald", "comparisonOperator": "GREATER_THAN_OR_EQUALS", "amount": 1 } }, { "not": false, "or": true, "type": "HasItem", "data": { "type": "ConditionDataHasItem", "scope": "OWNED", "itemName": "Uncut sapphire", "comparisonOperator": "GREATER_THAN_OR_EQUALS", "amount": 2 } } ] 2021-05-12 22:21:12 [INFO] Next task: Set Tag - Can_use_mith_pickaxe 2021-05-12 22:21:12 [INFO] Tagged: can_use_mith_pickaxe 2021-05-12 22:21:12 [INFO] cond eX@6b16fcd6 2021-05-12 22:21:12 [INFO] cond e3@4d726208 2021-05-12 22:21:12 [INFO] Tagged: does_not_own_mith_pickaxe 2021-05-12 22:21:12 [INFO] cond eX@49daeb43 2021-05-12 22:21:12 [INFO] cond e3@15f65ee2 2021-05-12 22:21:12 [INFO] Returning to the top of the task tree So something with the or conditions doesn't work, that's the config hierchy I'm using and in this case I have an emerald in my bank
    ×
    ×
    • Create New...

    Important Information

    We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.