Welcome!

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

Sign up now!
RuneMate will permanently shut down on August 7, 2026
due to events outside our control. You can continue using RuneMate until this date after which it will no longer be available. Thank you to everyone that contributed to RuneMate's success and to the community for the opportunity to serve you all these years.

  • Learn about RuneMate Vault and how its zero knowledge local encryption already protects your sensitive information.
  • Edit or delete your RuneMate account from your Account Settings.
  • All account upgrade subscriptions have been cancelled. No action required.

Resolved Runemate Is Failing To Retrieve Action List

Joined
Apr 19, 2016
Messages
55
The latest update is causing a problem for my bot: (GameObject).getDefinition().getActions() returns an empty list ([]) in Alkharid Agility Course rooftop @ the "Zip line" game-object. It should be returning: ["Teeth-grip "].

Is anyone else experiencing any similar issues?
 
Joined
Apr 19, 2016
Messages
55
It's retrieving the object but it's not getting the "correct" action list. I'll keep playing around with it. I may have overlooked something.
 
Just to give this thread closure, the reason was that the GameObject query was returning two "Zip-line" GameObjects: one decoration with no listed actions and the other one with actions. I simply account for this in my bot, now.


Thanks for the response @Vaped, this thread may be closed :)
 
Go check out new bots and give helpful feedback.
Joined
Jan 31, 2016
Messages
5,413
It's retrieving the object but it's not getting the "correct" action list. I'll keep playing around with it. I may have overlooked something.
 
Just to give this thread closure, the reason was that the GameObject query was returning two "Zip-line" GameObjects: one decoration with no listed actions and the other one with actions. I simply account for this in my bot, now.


Thanks for the response @Vaped, this thread may be closed :)
@Stopper Blocker
You and I are having the same problem! This is new too! It seems to only happen sometimes, but it is definitely a new issue! @Vaped Please make sure this is not something on your end, as this problem did not exist until recently, and it showed up in both our bots with the new update.
 
Joined
Apr 19, 2016
Messages
55
@awesome123man

This is definitely a new issue. I am not sure if this is a Runescape bug or a Runemate bug. In any case, to fix this issue, I just check if there are actions attributed to some GameObject in the Al-Kharid Agility Course.
 
Joined
Dec 10, 2014
Messages
3,377
You can specify actions in your query to make sure that you always get the correct one.
 
Top