Gnomedesto Posted November 8, 2016 Share Posted November 8, 2016 [iNFO][bot #1][11/08 02:50:42 PM]: case interactwithp [iNFO][bot #1][11/08 02:50:42 PM]: org.osbot.rs07.api.model.InteractableObject@65b43e8e [iNFO][bot #1][11/08 02:50:42 PM]: org.osbot.rs07.api.model.InteractableObject@6b73dc48 [iNFO][bot #1][11/08 02:50:42 PM]: org.osbot.rs07.api.model.InteractableObject@6f4c55fe [iNFO][bot #1][11/08 02:50:42 PM]: org.osbot.rs07.api.model.InteractableObject@2a4ed673 [iNFO][bot #1][11/08 02:50:42 PM]: 27 As I was building out this case(not completed), I tried to see if it would even click the object; however, it doesn't. Suggestions? Thanxies Quote Link to comment Share on other sites More sharing options...
Botre Posted November 8, 2016 Share Posted November 8, 2016 [iNFO][bot #1][11/08 02:50:42 PM]: case interactwithp [iNFO][bot #1][11/08 02:50:42 PM]: org.osbot.rs07.api.model.InteractableObject@65b43e8e [iNFO][bot #1][11/08 02:50:42 PM]: org.osbot.rs07.api.model.InteractableObject@6b73dc48 [iNFO][bot #1][11/08 02:50:42 PM]: org.osbot.rs07.api.model.InteractableObject@6f4c55fe [iNFO][bot #1][11/08 02:50:42 PM]: org.osbot.rs07.api.model.InteractableObject@2a4ed673 [iNFO][bot #1][11/08 02:50:42 PM]: 27 As I was building out this case(not completed), I tried to see if it would even click the object; however, it doesn't. Suggestions? Thanxies Where's your 'interact' method? Quote Link to comment Share on other sites More sharing options...
Gnomedesto Posted November 8, 2016 Author Share Posted November 8, 2016 o thx lol Quote Link to comment Share on other sites More sharing options...
Botre Posted November 8, 2016 Share Posted November 8, 2016 RS2Object door = // get closest door door.interact("open); Quote Link to comment Share on other sites More sharing options...
Gnomedesto Posted November 8, 2016 Author Share Posted November 8, 2016 yup. sorry for this dumb question. sorry for spam 1 Quote Link to comment Share on other sites More sharing options...
Alek Posted November 8, 2016 Share Posted November 8, 2016 Just FYI this method is going to probably break in 2 days. 2 Quote Link to comment Share on other sites More sharing options...
Hzkane Posted November 12, 2016 Share Posted November 12, 2016 [iNFO][bot #1][11/08 02:50:42 PM]: case interactwithp [iNFO][bot #1][11/08 02:50:42 PM]: org.osbot.rs07.api.model.InteractableObject@65b43e8e [iNFO][bot #1][11/08 02:50:42 PM]: org.osbot.rs07.api.model.InteractableObject@6b73dc48 [iNFO][bot #1][11/08 02:50:42 PM]: org.osbot.rs07.api.model.InteractableObject@6f4c55fe [iNFO][bot #1][11/08 02:50:42 PM]: org.osbot.rs07.api.model.InteractableObject@2a4ed673 [iNFO][bot #1][11/08 02:50:42 PM]: 27 As I was building out this case(not completed), I tried to see if it would even click the object; however, it doesn't. Suggestions? Thanxies Also for gods sake, if you use ALL_UPPER_CASE use "_" to space the words. Makes it way more read-able. 1 Quote Link to comment Share on other sites More sharing options...
Gnomedesto Posted November 12, 2016 Author Share Posted November 12, 2016 Also for gods sake, if you use ALL_UPPER_CASE use "_" to space the words. Makes it way more read-able. If i struggled to read it, I'd do that. glwpostcount Quote Link to comment Share on other sites More sharing options...
Hzkane Posted November 12, 2016 Share Posted November 12, 2016 If i struggled to read it, I'd do that. glwpostcount Lol bud, not about post count, idc about post count. It is un-readable to other people which would make people not want to help you. As a general rule, you should be following Java naming conventions which does include ALL_UPPER_CASE being seperated as so 1 Quote Link to comment Share on other sites More sharing options...
Gnomedesto Posted November 12, 2016 Author Share Posted November 12, 2016 Lol bud, not about post count, idc about post count. It is un-readable to other people which would make people not want to help you. As a general rule, you should be following Java naming conventions which does include ALL_UPPER_CASE being seperated as so Fair enough, but idgaf Quote Link to comment Share on other sites More sharing options...