- Joined
- Mar 30, 2015
- Messages
- 2,416
- Thread Author
- #1
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.
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.
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.
@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
Previously I could find a ladder via GameObjects newQuery searching for a name "Ladder" with a certain action.
Code:
"
GameObjects.newQuery().names("Ladder").actions("Climb-up").results().nearest();
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.
Also seems to be happening with Deposit Boxes.
Kastuvas -> Savior: CelestialFisher might be broken, been using it for quite a while, but now it stopped banking into deposit box in Port Sarim.In Runemate it says "Traveling to bank" and it just stops near the deposit box, if I manually click deposit box, it puts all fish into it, and continues the cycle back to standing near deposit box with full inventory.I guess between "Traveling to bank" and "Depositing fish" bot is broke.
Haven't had the problem with gates as much, so it's not all game objects, but I'd say a good amount.
@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
Last edited: