1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Resolved GameObjects have new names and empty actions?

Discussion in 'Developer Support' started by Serene, Jun 23, 2016.

  1. Serene

    Serene ( ͡° ͜ʖ ͡°)

    Joined:
    Mar 30, 2015
    Messages:
    2,408
    Likes Received:
    508
    Not sure if this is a bug or supposed to happen or I'm just going crazy. Could it have been the most recent OSRS update?

    Previously I could find a ladder via GameObjects newQuery searching for a name "Ladder" with a certain action.

    Code (Text):
    1. "
    2. GameObjects.newQuery().names("Ladder").actions("Climb-up").results().nearest();
    3.  
    But now that returns null. Removing the actions also returns null, whereas yesterday this same code would find the ladder fine. Used the development toolkit to search for the gameobject used when originally writing the code, and now it's name is Stepladder (but ingame it shows "Ladder')? and it no longer has actions to interact with, but the actual in game object has the actions to climb-up and examine.

    To interact with it now I have to use "GameObject.click".
    Also happens with trapdoors and similar objects.
    --- Double Post Merged, Jun 23, 2016, Original Post Date: Jun 23, 2016 ---
    Also seems to be happening with Deposit Boxes.
    Haven't had the problem with gates as much, so it's not all game objects, but I'd say a good amount.
    --- Double Post Merged, Jun 23, 2016 ---
    @Cloud, Arbiter said it's a problem with cache and to upload my jagexcache and post in client support, but this was already posted so figured I'd attach it here.

    http://www.filedropper.com/oldschool

     
    #1 Serene, Jun 23, 2016
    Last edited: Jun 24, 2016
  2. Best Answer:
    Post #10 by Cloud, Jun 28, 2016
  3. SlashnHax

    Joined:
    Dec 10, 2014
    Messages:
    3,212
    Likes Received:
    1,042
    What does the local state look like using the dev toolkit?
     
  4. Party

    Party Client Developer

    Joined:
    Oct 12, 2015
    Messages:
    3,708
    Likes Received:
    1,606
    I've had the same issue since latest OSRS update - Slash helped me "fix" one issue but I'm not sure how it'll work with the other one.
     
  5. Serene

    Serene ( ͡° ͜ʖ ͡°)

    Joined:
    Mar 30, 2015
    Messages:
    2,408
    Likes Received:
    508
    What'd he help you fix? Locally I can do a workaround using coordinates but that's really only effective for left click options.

    --- Double Post Merged, Jun 24, 2016, Original Post Date: Jun 24, 2016 ---
    @SlashnHax for both objects it returns using coordinates (returns id:#319 for one with no name, and "stepladder" for the other), local state is null.
    --- Double Post Merged, Jun 25, 2016 ---
    Get anything figured out? <3
     
  6. proxi

    proxi s̶c̶r̶i̶p̶t̶ bot*

    Joined:
    Aug 23, 2015
    Messages:
    2,223
    Likes Received:
    501
    You could force Menu interaction on the object's coordinate, see if the menu contains the option you want to interact with, and then do Menu.getItem("Action").click();

    Possibru?
     
  7. Serene

    Serene ( ͡° ͜ʖ ͡°)

    Joined:
    Mar 30, 2015
    Messages:
    2,408
    Likes Received:
    508
    That's what I've been doing. Didn't want it to resort to that as opposed to what I could do before the update :confused: Hope it isn't permanent.
     
  8. proxi

    proxi s̶c̶r̶i̶p̶t̶ bot*

    Joined:
    Aug 23, 2015
    Messages:
    2,223
    Likes Received:
    501
    Guys, just spoke to Cloud about this. He's aware of the issue and said a fix will be worked on soon (possibly by Monday).
    I hope you're having a nice anniversary vacation @Cloud :)
     
    Serene likes this.
  9. awesome123man

    awesome123man Go check out new bots and give helpful feedback.

    Joined:
    Jan 31, 2016
    Messages:
    5,413
    Likes Received:
    1,662
    Same issue here
     
  10. Arbiter

    Arbiter Mod Automation

    Joined:
    Jul 26, 2013
    Messages:
    2,938
    Likes Received:
    1,266
    Monday?! Come on based @Cloud.


    Sent from my iPhone using Tapatalk
     
    Gilles123 and Serene like this.
  11. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    This issue was resolved on monday as I had said it would be.
     
    proxi likes this.
  12. Serene

    Serene ( ͡° ͜ʖ ͡°)

    Joined:
    Mar 30, 2015
    Messages:
    2,408
    Likes Received:
    508
    Cloud is love, cloud is life
     
    proxi and Arbiter like this.

Share This Page

Loading...