CharlesWoodchuck Posted March 24, 2020 Share Posted March 24, 2020 Are there any good ways to interact with the house advertisement outside of the rimmington portal? getclosestObject does not work. TIA Quote Link to comment Share on other sites More sharing options...
Gunman Posted March 24, 2020 Share Posted March 24, 2020 9 minutes ago, CharlesWoodchuck said: Are there any good ways to interact with the house advertisement outside of the rimmington portal? getclosestObject does not work. TIA It might be an npc. Try getNpcs() Quote Link to comment Share on other sites More sharing options...
CharlesWoodchuck Posted March 24, 2020 Author Share Posted March 24, 2020 I have also tried that when using entity hover, it only shows that it is a tile. Not a NPC or object Quote Link to comment Share on other sites More sharing options...
Gunman Posted March 24, 2020 Share Posted March 24, 2020 (edited) 23 minutes ago, CharlesWoodchuck said: I have also tried that when using entity hover, it only shows that it is a tile. Not a NPC or object What are you talking about? I just logged into an account and I am hovering it with the debug tool and it says object... EDIT: I even interacted with it just fine. Edited March 24, 2020 by Gunman Quote Link to comment Share on other sites More sharing options...
CharlesWoodchuck Posted March 24, 2020 Author Share Posted March 24, 2020 This is what i get when i hover. Vs the portal. Quote Link to comment Share on other sites More sharing options...
Gunman Posted March 24, 2020 Share Posted March 24, 2020 @CharlesWoodchuckIs that Mirror Mode? If so, sometimes the tool bugs out, and doesn't work correctly in Mirror Mode. That is in fact an object. I interacted with it using this code getObjects().closest("House Advertisement").interact("View") Quote Link to comment Share on other sites More sharing options...
smfdandgoml Posted March 24, 2020 Share Posted March 24, 2020 Mirror mode is buggy, so makes sense. 2 Quote Link to comment Share on other sites More sharing options...
CharlesWoodchuck Posted March 24, 2020 Author Share Posted March 24, 2020 2 minutes ago, Gunman said: @CharlesWoodchuckIs that Mirror Mode? If so, sometimes the tool bugs out, and doesn't work correctly in Mirror Mode. That is in fact an object. I interacted with it using this code getObjects().closest("House Advertisement").interact("View") That ended up working. Normally i try to assign an object, Normally it works fine, but for some reason it didnt in this case. And yes I am on Mirror mode, thanks for the heads up that the tool bugs out. like this RS2Object houseSign = getObjects().closest("House Advertisement") houseSign.intetact("View"); 2 Quote Link to comment Share on other sites More sharing options...