1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

VisualRM [DEV] 1.4.5

Visual RM - Free version

  1. Darky

    Joined:
    May 4, 2019
    Messages:
    7
    Likes Received:
    0
    Deposit chest at Mort Myre Swamp isnt working. It keeps trying to click the chest even tho the deposit interface is open.
     
  2. Dieace

    Joined:
    Dec 9, 2019
    Messages:
    6
    Likes Received:
    0
    Tried making a bot which crafts topaz bracelets, i sorta understand how this works but im honestly so lost atm and dont know what to do next. Ive just been copying "hosidius cooker" from the online respository.



    8ad5955989642bef260cdd47e0b354f3.png
     
  3. Luvesta

    Joined:
    Jan 1, 2019
    Messages:
    40
    Likes Received:
    5
    You need to think further. Imagine each step, or each click, needed to be thought of.
    Is there a bank? Yes, is it open? Does it have everything I need? Is my invent full? Do I have everything I need? Should I close the bank interface now?

    Ask yourself these questions... these are your conditions. And "action" accordingly.
     
  4. Dieace

    Joined:
    Dec 9, 2019
    Messages:
    6
    Likes Received:
    0
    Right, even the nodes and their possible configurations confuse me and i doubt id be able to figure it out by just playing around (cause ive tried for an hour or 2). Hopefully in the future, when the creator has more time, they'll release a comprehensive guide to this bot.
     
  5. Luvesta

    Joined:
    Jan 1, 2019
    Messages:
    40
    Likes Received:
    5
    I had no background in java, nor understood what writing a bot consist of. But I eventually figured it out. It will always be a challenge at first for anybody because each person would've done things differently.

    Give yourself time, and ask questions. Join the VisualRM Discord Server!
     
  6. Pirus

    Joined:
    Apr 6, 2019
    Messages:
    28
    Likes Received:
    4
    Is there a way to make my bot attack ONLY a monster which is NOT moving? I've tried to listen to animations but I bet that standing by is no animation. Also, I belive Action is about what I want my bot to do with certaing thing, so I do not really undestand why there is an Action option in NPC condition node.

    Any ideas?
    --- Double Post Merged, Dec 25, 2019, Original Post Date: Dec 25, 2019 ---
    BTW the issue is no matter what I do, trying to adjust my nodes and setting timing to 0ms - cursor can't keep up after walking Goblins. I literally tried to make it to 2 nodes and 0ms - still can't catch up with walking goblin. :(
    --- Double Post Merged, Dec 28, 2019 ---
    Solved problem described above trough devkit and listen to animation tool.
    At first I thought that walking is an animation, but apparently it's not in RS, but what I've seen is every monster hops onto same animation with ID -1. At first glance I thought that's animation of dying monster, but later on I realised that this animation pops out all the time, even if no one is fighting around. The thing is that -1 is a no-animation stance. So if the NPC walks then devkit shows no animation, but if NPC will stop and WON'T hop on any animation then -1 pops out - meaning that animation ID -1 is a standby animation or a null-value animation, or whatever.


    BTW is this bot supported anymore? I was using it like 2 years ago and I see nothing changed.
     
  7. Ebolaman1991

    Joined:
    Jan 26, 2019
    Messages:
    4
    Likes Received:
    0
    Hey, I'm having an issue wherein I attempt to make an Interface Condition and hovering over the "Action" doesnt pop up with the Child/Grandchild box. It works if I create a brand new script bot but not in one that is 98% complete. Any suggestions or am I S.O.L?

    If I close the script bot and reload it there is a 80% chance it will work but it wastes a lot of time just hoping that it will work.


    Thanks for an otherwise AMAZING program, helped me get to 99 thieving with a script bot I made myself.


    and just for the lol's

    script bot
    script bot
    script bot
    script bot
    script bot
    script bot
    bot
     
    #1567 Ebolaman1991, Jan 21, 2020
    Last edited: Jan 21, 2020
  8. LogicScriptPro

    Joined:
    Nov 14, 2016
    Messages:
    6
    Likes Received:
    0
    Hey tyb51. Seems after the last client update the bots i make will randomly not click items in the inventory. Quick example, trying to bury bones or equip weapons ( only thing iv tried recently) the cursor goes to the top left of the screen and acts like it wants to click something but barely moves. I restarted my bot last night and it works but now today it wont work whatso ever. 2 accounts running the same script bot both having the issue. not sure if this is a runemate thing or VRm. Thank you and this tool is simply amazing. ONLY ban iv gotten from it was not setting NPC randoms to only dismiss if the surroundings are reachable. My Seers village agility that worked flawless got stuck on a random on another room and sat there for 2 hours click. got banned that night
     
  9. Luvesta

    Joined:
    Jan 1, 2019
    Messages:
    40
    Likes Received:
    5
    World hop: 2000 is blacklist and still tries to log to it. Also, League worlds are still an issue...
     
  10. Pizza Gauntlet

    Joined:
    Feb 4, 2020
    Messages:
    10
    Likes Received:
    0
    My question is the same as a VisualRM forum poster from 2019 whose question was never answered directly:
    "The chain currently goes like this: Bot starts> Checks if interface conditions are met, if not it opens furnace> Conditions not met> Open furnace>"
    [​IMG]
    I have that problem, I can open the crafting window at an anvil.. over and over again because it never triggers a success in 'is crafting window open'
     
  11. Throwawayaccount

    Joined:
    Jul 26, 2017
    Messages:
    30
    Likes Received:
    4
    What can be done if No presets are found and you want the script bot to stop instead of pause and charge you forever? Currently cannot link a stop function to a failed withdraw preset action, resulting in continuous charge time.
     
  12. Pizza Gauntlet

    Joined:
    Feb 4, 2020
    Messages:
    10
    Likes Received:
    0
    could add checks at the start which would trigger the stop if the preset action failed
     
  13. Throwawayaccount

    Joined:
    Jul 26, 2017
    Messages:
    30
    Likes Received:
    4
    I don't think you could, if im making rings of dueling and i need to withdraw emerald rings and cosmic runes, I need to check if inv has rings of dueling, if not withdraw from bank. If i tell it to stop after inv doesnt contain emerald rings then the whole bot breaks.

    Also if anyone knows how to prevent clicking on npc during its dying animation besides a 4 second timer let me know.

    Also also, there used to be a timer on the paid version which would let you know how far into the hour you were, why has this been removed?
     
    #1573 Throwawayaccount, Feb 13, 2020
    Last edited: Feb 13, 2020
  14. Pizza Gauntlet

    Joined:
    Feb 4, 2020
    Messages:
    10
    Likes Received:
    0
    You can start with that check once, after it's passed the first time you can start a new hub where your loop resets so it never goes back to redo the starting check

    I doubt your last question can be answered as the developer of VisualRM retired.
     
  15. Throwawayaccount

    Joined:
    Jul 26, 2017
    Messages:
    30
    Likes Received:
    4
    Just stalked the authors page, tell me thats a sick joke. I don't see anything regarding retirement, this was my only paid bot and most used.
     
  16. leewind

    Joined:
    Feb 10, 2020
    Messages:
    1
    Likes Received:
    0
    banned.jpg As soon as I clicked the PLAY button, account got banned! BEWARE!
     
  17. Pizza Gauntlet

    Joined:
    Feb 4, 2020
    Messages:
    10
    Likes Received:
    0
    Wow thanks for the heads up! Shit...
     
  18. Luvesta

    Joined:
    Jan 1, 2019
    Messages:
    40
    Likes Received:
    5
    As anyone been able to work around to stop visualrm to click on a dying monster while trying to kill NPCs? My conditions is animating or npc is attacking me fails while it's dying.

    Also, suggestion for Atlas, tabs (like google sheets) for checkpoints would clean up and make things more productive. I spend half my time looking for my checkpoint nodes.
     
  19. Ebolaman1991

    Joined:
    Jan 26, 2019
    Messages:
    4
    Likes Received:
    0
    Anyone noticing that the Dev Toolkit not opening fully? Opens for a split second then vanishes..
     
  20. Throwawayaccount

    Joined:
    Jul 26, 2017
    Messages:
    30
    Likes Received:
    4
    Put a timer with a delay on your attack node.

    Working fine for me.
     

Share This Page

Loading...