Welcome!

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

Sign up now!

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.
 
Top