By registering with us, you'll be able to discuss, share and private message with other members of our community.
Sign up now!I'm also seeing that charming huntress error.
Getting the CharmingHuntress error, have tried rebooting pc, client, removing and re-adding to client.
Same here.
I'd just like to let you know that the agility script works like a charm, it's so fast compared to many other agility scripts and it doesn't hang or "think" about the next move as much. Normally I don't risk botting agility but I did it on my ironman and got me my last 3 sets of graceful, only because I tested and noticed how smooth it ran.
I'm sorry guys, will try to get this fixed asap. Currently waiting for someone to push an update, but it will be a shot in the dark to see if it is fixed
Same here.
I'd just like to let you know that the agility script works like a charm, it's so fast compared to many other agility scripts and it doesn't hang or "think" about the next move as much. Normally I don't risk botting agility but I did it on my ironman and got me my last 3 sets of graceful, only because I tested and noticed how smooth it ran.
Spread the word I'd say . (Tho more usage increases likelihood of bans,that said, the RM and VisualRm internal antipattern mechanisms should provide some protection. Or you could just change some delay sliders on the actions or the loop interval. Play around.It started now!
Superb job
Can attest to this. Man the agility script is miles ahead of any other agility script on OSRS.
Finally I don't think I'll be banned every time I do some agility.
Are there any "easy" ways of stringing multiple "traversal" nodes together? I've tried looking through the bots you already built, but it seems like you barely (or at all) use the traversal nodes, so I'm not sure how to pull it off.
Also is there a way to manually add a delay for interface condition or something? Say I've made a interface condition where I just want to make the bot wait indenfinitely until certain interface text disappears, I can't do that seeing as interface condition wants me to make an action? Perhaps theres other ways? Specifically for Wintertodt in this case.
Are there any "easy" ways of stringing multiple "traversal" nodes together? I've tried looking through the bots you already built, but it seems like you barely (or at all) use the traversal nodes, so I'm not sure how to pull it off.
Also is there a way to manually add a delay for interface condition or something? Say I've made a interface condition where I just want to make the bot wait indenfinitely until certain interface text disappears, I can't do that seeing as interface condition wants me to make an action? Perhaps theres other ways? Specifically for Wintertodt in this case.
Will check when I get home, could be it broke with a recent update.tried to load the premade portables bot but it will not even load in for me to edit it. I aint got a clue what am doing wrong, I download it and just load it in but nothing shows up.
I recently looked at the interface node and I'm surprised it even works .
I recently looked at the interface node and I'm surprised it even works . If you need a condition to check if an interface component disappears you could just do the opposite thing and just check if it is there. As for delays, the best bots are written when you don't have any delay within the branches of you bot, but only at the leafs (actions). It might be more conservative to the CPU but you get very botlike behavior with slow responses you see on most bots. Thus I will probably not support this to discourage this behaviour. For VisualRM there are still a lot of ways I could go to to handle interfaces, but it is not very easy to do it clean and performant, so suggestions are always welcome.
Btw you tell me what interface component you are trying to evaluate in wintertodt and I might be able to help you?
If you have one coordinate to go to, try to just use one traversal action. If it does not traverse, try to track from your destination backwards, which obstacle it does not automatically traverse. If you want you could report it to cloud (or to me). To manually traverse it do a reachable check or distance check to the obstacle coordinate to determine when to look for the obstacle. In some situations it can be very powerfull. Take a look at the slime collecting bot or the agility rooftop bot. I can traverse multiple obstacles with just 2 nodes because the botlogic is made in a way I always get the desired behavior. All a bit vague, but when you can't figure something out, just try to imagine. (And yes, without any documentation/experience it is hard to know what you have at your disposal and how things internally work)
Will check when I get home, could be it broke with a recent update.
1) Traversal is a bitch I managed to get something working earlier, but that was after fiddling with it for a long time.
I found it easier to traverse if you start with your destination point and then move your logic from there.
2) Have a pause on the interface condition while it's true?
Once again I appreciate the quick answer. I'm still very new to this and it's probably not very smart to start out with something a bit more advanced like a Wintertodt script, but seeing as theres only paid scripts out there right now I figured why not try to make something happen.
The interface component I'm trying to evaluate is the "Wintertodt returns in: <time>" part, I want it to wait at the brazier and light it once that text disappears.
I'm going to try and fiddle with this, it's very powerful and I enjoy it. I'm sure I'll figure this out at one point haha.
Oh shit! Didn't even know that existed LOL. Thank you!Open the tool "Visual Developer" and then choose interface listener. Ctrl + click on the wintertodt timer and get the interface id of that. Then you add that into VisualRM.
You can right click drag on the canvas to navigate ^^Hey, looks very good. I just opened a file that you shared and one thing is that even at 20% zoom, the whole workplace is not visible. You should fix that by either adding scroll or infinite zoom.
You can right click drag on the canvas to navigate ^^
Also I was going to make one myself, but I'd rather look at what you guys bring up
but @1337pike to help you along. Here are some exampels on how you could approuch things:
Easy version: just check if a string containing "The Wintertodt returns in:" is on screen.
A more complicated (fuller) version: so the bots starts clicking before start
Note: I do not assign any value to the interface objects. This is not really advised if the interface text can appear in multiple locations. If you know the container ID, it is best to assign it to the Interface object value in the variables list.
hey, i have run into a problem. I want the bot to withdraw something from bank but the bank is not registered in runemate webwalk. So i put in a variable of bank coordinate, defined the bank chest as a game object and as the bank chest has an option of 'use'. defined that as an action. Now after the condition of is bank open, only one of the nodes can be put: either to traverse to bank tile or to open the bank chest. I want the bot to first traverse to bank tile, then open it. How can it be done?
Imgur
We use essential cookies to make this site work, and optional cookies to enhance your experience.