Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

VisualRM [DEV]

Joined
Feb 7, 2017
Messages
269
Has anyone made a bot that is able to do farming runs? Even if it was only a location or to, I would be very curious to know if that would be possible. Runemate currently has just about every skill covered pretty well but farmings only real option is tithe farm. Obviously this bot having the ability to create your own bots would fill that need but not sure if thats something thats possible with VisualRM or if anyone has had any previous success in doing so
 
Joined
May 22, 2019
Messages
40
Can anyone help me use keyboard shortcuts? My VRM bot goes to the Smith, then it opens the interface window. I just want it to hit space bar when that window is open. I can enter numbers or strings, can anyone help me?
 
Joined
Mar 2, 2019
Messages
98
Can anyone help me use keyboard shortcuts? My VRM bot goes to the Smith, then it opens the interface window. I just want it to hit space bar when that window is open. I can enter numbers or strings, can anyone help me?
Use this instead
 

Attachments

  • 2019-06-22 12_36_19-Window.png
    2019-06-22 12_36_19-Window.png
    6.1 KB · Views: 25
Joined
Jan 1, 2019
Messages
41
How would I go to proceed to find an ifselected condition on a interface grand child ; such as a sub-category in smithing, ie bronze mace.

Is there even an option to detect if it's been selected?
 
easily triggered ✌
Joined
Dec 31, 2015
Messages
4,539
How would I go to proceed to find an ifselected condition on a interface grand child ; such as a sub-category in smithing, ie bronze mace.

Is there even an option to detect if it's been selected?
have you tried using the makex condition nodes?
 
Joined
Jan 1, 2019
Messages
41
have you tried using the makex condition nodes?
I've tried via crafting window node, but that doesn't allow to specify container/sprite numbers. I've tried interface conditions and can find as far as child categories, to either Action or Select but nothing to make sure it's been selected, only find. Hard to explain hopefully it makes sense.

This applies in rs3, osrs is easy to smith.
 
Joined
Jun 17, 2019
Messages
15
This is a great tool. I currently have the free version to see if I can do well enough to use the permanent paid option. I see the "Online Repository" option where I assume someone is publishing bots built with this. Is this open for anyone to push through? Do you plan to somehow allow people to develop bots to sell through this? Just curious where all this is headed.
 
easily triggered ✌
Joined
Dec 31, 2015
Messages
4,539
This is a great tool. I currently have the free version to see if I can do well enough to use the permanent paid option. I see the "Online Repository" option where I assume someone is publishing bots built with this. Is this open for anyone to push through? Do you plan to somehow allow people to develop bots to sell through this? Just curious where all this is headed.
no
 
Joined
Mar 2, 2019
Messages
98
RS3

since the recent new update web pathing is broken again.
Bots doesn't want to teleport via lodestones or items in inventory.

Code:
00:22:40 DEBUG    [LINK LOADER]Binding ACTION to success task of GI_COND
00:22:40 DEBUG    [LINK LOADER]Binding GI_COND to failure task of GI_COND
00:22:40 DEBUG    [LINK LOADER]Binding CHECKPOINT_END to success task of INV_COND
00:22:40 DEBUG    [LINK LOADER]Binding CALC_CONDITION to failure task of INV_COND
00:22:40 DEBUG    [LINK LOADER]Node CHECKPOINT_END has no flowTasks
00:22:40 DEBUG    [LINK LOADER]Node PAUSE has no flowTasks
00:22:40 DEBUG    [LINK LOADER]Node SPECIAL_INTERACTION_ACTION has no flowTasks
00:22:40 DEBUG    [LINK LOADER]Binding SPECIAL_INTERACTION_ACTION to success task of INV_COND
00:22:40 DEBUG    [LINK LOADER]Binding INV_COND to failure task of INV_COND
00:22:40 DEBUG    [LINK LOADER]Node CHECKPOINT_END has no flowTasks
00:22:40 DEBUG    [BOT LOADER] Succesfully loaded nodes
00:22:41 DEBUG    Found selected items: [1700] for the list [60, 2, 1, 2000, 1500, 10000, 5000, 5, 10, 1700]
00:22:41 DEBUG    Found selected items: [1700] for the list [60, 2, 1, 2000, 1500, 10000, 5000, 5, 10, 1700]
00:22:46 DEBUG    Executing traversal action
00:22:47 DEBUG    Generated a new WebPath path to Coordinate(3416, 3558, 0): is it null: false
00:22:49 DEBUG    Timed action (WebPath#getNext()) took 2631ms
00:22:53 DEBUG    Executing traversal action
00:22:53 DEBUG    Generated a new WebPath path to Coordinate(3416, 3558, 0): is it null: false
00:22:54 DEBUG    Timed action (WebPath#getNext()) took 1940ms
00:22:58 DEBUG    Executing traversal action
00:22:58 DEBUG    Generated a new WebPath path to Coordinate(3416, 3558, 0): is it null: false
00:23:00 DEBUG    Timed action (WebPath#getNext()) took 1773ms
00:23:04 DEBUG    Executing traversal action
00:23:04 DEBUG    Generated a new WebPath path to Coordinate(3416, 3558, 0): is it null: false
00:23:05 DEBUG    Timed action (WebPath#getNext()) took 1528ms
00:23:08 DEBUG    Executing traversal action
00:23:08 DEBUG    Generated a new WebPath path to Coordinate(3416, 3558, 0): is it null: false
00:23:10 DEBUG    Timed action (WebPath#getNext()) took 1629ms
00:23:13 DEBUG    Executing traversal action
00:23:13 DEBUG    Generated a new WebPath path to Coordinate(3416, 3558, 0): is it null: false
 
Joined
Jan 1, 2019
Messages
41
Very descriptive, thank you. lol
This is meant for personal use. Whatever published in the repository is free-to-use, although may be outdated / up to modify to your own personal taste. Only Atlas pushes them through and I think, they're only there to share and compare.
 
Joined
Jan 17, 2018
Messages
1
Hey, I've been messing around with this program for the last couple of days. I was wondering if anyone has found a way to make a bot press the confirm button in the GE offer page in OSRS. I'm able to make the bot open the GE and put my items in, however I cant figure out how to press the confirm button. any ideas/answers would be appreciated
 
Joined
Jan 1, 2019
Messages
41
Hey, I've been messing around with this program for the last couple of days. I was wondering if anyone has found a way to make a bot press the confirm button in the GE offer page in OSRS. I'm able to make the bot open the GE and put my items in, however I cant figure out how to press the confirm button. any ideas/answers would be appreciated
interface condition , maybe crafting window; confirm if you're lucky.
 
Joined
Mar 2, 2019
Messages
98
Hey, I've been messing around with this program for the last couple of days. I was wondering if anyone has found a way to make a bot press the confirm button in the GE offer page in OSRS. I'm able to make the bot open the GE and put my items in, however I cant figure out how to press the confirm button. any ideas/answers would be appreciated
u could use visual developer to get the child and grandchild id's and type them in the vrm.
 
Web_full doesn't seem to work with rs3 atm, altho web_only works
 
Joined
Feb 7, 2017
Messages
269
Was wondering if someone could help me with a work around here. I'm trying to mine lovakite ore, however, lovakite is not listed in the options for VisualRM. I tried adding it as an ID for each specific rock but the bot will try to mine the rock even after it has been depleted if i go with this option. If anyone could offer a possible solution that would be great, thanks.
 
Joined
Jun 15, 2019
Messages
4
When interacting with an NPC, how do i get the bot to simply press the spacebar to continue with the dialogue. I've been trying to figure this out for a week now, and I'm struggling with something that appears to be quite simple
 
When interacting with an NPC, how do i get the bot to simply press the spacebar to continue with the dialogue. I've been trying to figure this out for a week now, and I'm struggling with something that appears to be quite simple
This is for the Wizard Myrtle Interaction, at wizard tower, where I can deposit my items, but before doing so, I must confirm that I wish to deposit my items, through chat dialogue, where the only option is to press the next button (which can be shortcut through pressing the spacebar)
 
Joined
Jan 1, 2019
Messages
41
When interacting with an NPC, how do i get the bot to simply press the spacebar to continue with the dialogue. I've been trying to figure this out for a week now, and I'm struggling with something that appears to be quite simple
 

This is for the Wizard Myrtle Interaction, at wizard tower, where I can deposit my items, but before doing so, I must confirm that I wish to deposit my items, through chat dialogue, where the only option is to press the next button (which can be shortcut through pressing the spacebar)
when checking for chat dialog condition, if it becomes true, there's a keyboard action node and have it set as type and enter; spacebar .. that should work?
 
Top