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
Sep 3, 2019
Messages
49
Thank you for the reply,i actually found it out.
Awesome! Good luck.
 
How can i make two actions One after another? i am trying to logout to lobby. Can’ti just tell the script after one interface condition to click an interface element then the next then the next?
Is there Abd way to stack actions instead of using conditions for each one?
 
Joined
Sep 3, 2019
Messages
49
I am currently working a on bot to cook Raw Karambwans, I have the whole bot good, except the part where I want to distinguish the use raw karambwan on fire, and hitting 2 on a key board to select which kind of karambwan it wants to cook. What condition would I use here? Screenshot - b130b45a1dce6499e3efcf6c98c9adea - Gyazo

Can you send me the file for the bot? Also tell me where are you using it so I can test it? And are there any required levels to do this? I suppose cooking and fishing?
 
Joined
Dec 25, 2018
Messages
7
Can you send me the file for the bot? Also tell me where are you using it so I can test it? And are there any required levels to do this? I suppose cooking and fishing?

How to make it open magic menu?
After this click on spell and send attack player or take item.
etc..

NVM.., i found it.
 
How do I check if an ore box is full and give the bot success and failure actions?
Right now when mining, I made the bot click the ore box to fill it once inventory is full. When the ore box is full and inventory is full too, it needs to go to bank. so I need to check if ore box is full and inventory is full, to go bank instead of keep clicking the ore box to try to fill it.
 
Another question: How do I reset the camera? When I add that action it needs an interface condition, but I don't know how to fill it up. What goes in each field? and how do I get that info for the interface object?

Screen-Shot-2019-10-24-at-12-33-29.jpg


How to send pay 30$ for trip?
 
Joined
Nov 21, 2019
Messages
1
Hi! I have an issue starting bot scripts. There nothing happens when I try to start the scripts. For example, I load rune burial armour script: it won't do anything untill I click myself on the "Forge". The bot chooses item to smith, but after that it fails again. It can't click on the anvil to start doing platebody or helmet, etc...Before the script worked perfectly. After few months of break this problem appeared.
 
Joined
Dec 31, 2018
Messages
1
Hi, love the bot. Could u add the new tisted league worlds to the world hop action whitelist/blacklist options? Thanks! Keep up the good work!
 

v g

VG
Joined
Jan 20, 2017
Messages
64
Not letting me interact with game objects? Is this a problem with anyone else?
All of a sudden when i try and create a bot today, it doesn't want to interact with game objects when running.
 
Nor are any of my previous scripts working
 
Joined
Sep 3, 2019
Messages
49
Not letting me interact with game objects? Is this a problem with anyone else?
All of a sudden when i try and create a bot today, it doesn't want to interact with game objects when running.
 
Nor are any of my previous scripts working

Inventory actions don't work at all. Item handler as well when receiving a parcel and fan mail. It keeps opening and closing inventory.
 
Joined
Nov 9, 2015
Messages
12
00:00:44 INFO RemoteException occurred in server thread; nested exception is:
java.rmi.UnmarshalException: Error unmarshaling return; nested exception is:
java.lang.ClassNotFoundException: com.runemate.game.api.hybrid.util.exceptions.UnableToParseBufferException (no security manager: RMI class loader disabled)

getting this error and bot shuts off when trying to use the traversal action
 
Joined
Apr 12, 2018
Messages
25
In RS3 there's a few game objects which are no longer recognised. Is this a fix needed on the client, or is there a way of using the Dev kit to pickup these objects?
 
Joined
Sep 3, 2019
Messages
49
In RS3 there's a few game objects which are no longer recognised. Is this a fix needed on the client, or is there a way of using the Dev kit to pickup these objects?
You could use actions to recognize items...

For example.. if you define a ground item condition without selecting the item name and just selecting its action such as "Take", then you can just perform the action on any item that has the action take..

If you'd tell me exactly what you're trying to do I'd tell you how it's done.

with that said, this bot needs update.
 
Niche bots at your disposal
Joined
Dec 23, 2015
Messages
1,099
Been away for a while, If someone could summarize most important issues i'll try to fix those
 
Joined
Sep 3, 2019
Messages
49
Been away for a while, If someone could summarize most important issues i'll try to fix those

Welcome back.
  1. Inventory interactions don't work.
  2. Overhead icons seems outdated, using the Devkit gives same id for all icons.
I'll activate my scripts and tell you if anything else comes up.
 
Joined
Apr 12, 2018
Messages
25
You could use actions to recognize items...

For example.. if you define a ground item condition without selecting the item name and just selecting its action such as "Take", then you can just perform the action on any item that has the action take..

If you'd tell me exactly what you're trying to do I'd tell you how it's done.

with that said, this bot needs update.


Thanks, I hadn't thought of that, unfortunately it doesn't work.
In RS3 there seems to be certain Bank Chests (Lumbridge CA for example) and Deposits boxes that no longer work, some still do.
 
Joined
Sep 3, 2019
Messages
49
Been away for a while, If someone could summarize most important issues i'll try to fix those

Thanks, I hadn't thought of that, unfortunately it doesn't work.
In RS3 there seems to be certain Bank Chests (Lumbridge CA for example) and Deposits boxes that no longer work, some still do.

Are you simply trying to bank to a chest or a deposit? That should be very easy to do. Send me your script and i'll tell you how to do it. Also tell me where are your trying to use it so Iknow what to do.
 
Joined
Jan 1, 2019
Messages
41
Been away for a while, If someone could summarize most important issues i'll try to fix those
top of my head..
Pathing is broken. I've been getting by with bresenham.
World list needs an update (twisted league worlds)
Inventory actions are iffy ie action drop 'item x' drops every 'item x' in my inventory
 
Top