August 30, 20178 yr 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, 20178 yr by Deathiminent
August 30, 20178 yr 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
August 30, 20178 yr InteractionEvent is like 700 lines, you could write your own like dreameo stated.
August 30, 20178 yr 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?
August 30, 20178 yr 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
September 1, 20178 yr 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, 20178 yr by roguehippo
Create an account or sign in to comment