Deathimminent Posted August 30, 2017 Share Posted August 30, 2017 (edited) Is there a way to change the speed you select the action with interact("") ? Currently it's near instant from right clicking and selecting the action. Edited August 30, 2017 by Deathiminent Quote Link to comment Share on other sites More sharing options...
dreameo Posted August 30, 2017 Share Posted August 30, 2017 Hmmm.. not sure if you can change mouse speed via api. However, you can make your own interact method of right clicking item and then interacting with the action Quote Link to comment Share on other sites More sharing options...
Alek Posted August 30, 2017 Share Posted August 30, 2017 InteractionEvent is like 700 lines, you could write your own like dreameo stated. Quote Link to comment Share on other sites More sharing options...
roguehippo Posted August 30, 2017 Share Posted August 30, 2017 3 hours ago, Alek said: InteractionEvent is like 700 lines, you could write your own like dreameo stated. is there somewhere to read the api code? Quote Link to comment Share on other sites More sharing options...
dreameo Posted August 30, 2017 Share Posted August 30, 2017 11 hours ago, Alek said: InteractionEvent is like 700 lines, you could write your own like dreameo stated. lol not like that, i meant code to right click an item to open menuIndex, delay, then interact with menuIndex 1 Quote Link to comment Share on other sites More sharing options...
roguehippo Posted September 1, 2017 Share Posted September 1, 2017 (edited) it wouldnt be too hard to get the item in the inventory with inventory.getItem("item") then get the items interactions. cycle through them with null checks. then interact with the option you are looking for while putting a sleep where you want Edited September 1, 2017 by roguehippo Quote Link to comment Share on other sites More sharing options...