Hey Kevo Posted July 29, 2013 Posted July 29, 2013 Is there a faster way to modify using the tool table? Adding 450 lapiz lazuli to a pickaxe 2 at a time is quite the time sink. I've tried dozens of combinations of clicking/shift/alt/control/etc... and can't seem to get it to apply by the stack. Thanks
David_Wolfe Posted July 29, 2013 Posted July 29, 2013 Put 45 blocks in the top slot, 45 pieces in the bottom slot, then write a 5 line mouse macro to do it for you in less than 10 seconds.
Hey Kevo Posted July 30, 2013 Author Posted July 30, 2013 I didn't even realize I could use blocks. Duhhh. Also I didn't realize minecraft had any kind of macro support so I'll check into that. Thanks!
David_Wolfe Posted July 30, 2013 Posted July 30, 2013 While there is a mod that allows you to make macros in game, I'd suggest downloading autohotkey and making a script like the following ^Space:: Loop, n { WinWait, Hexxit, IfWinNotActive, Hexxit, , WinActivate, Hexxit, WinWaitActive, Hexxit, MouseClick, left, xxx, yyy Sleep, 2 MouseClick, left, xxx, yyy Sleep, 2 } Return Get the mouse coordinates you'd need and just jam ctrl + Space to get it moving, edit how many times you want it to loop. I know it's basic, but I haven't really worked with it that much yet.
Hey Kevo Posted July 30, 2013 Author Posted July 30, 2013 That's awesome. You didn't have to do all that. Thanks!
David_Wolfe Posted July 30, 2013 Posted July 30, 2013 Oh man, I totally forgot, add Esc::ExitApp To the end of any hotkey file, else it'll just infinitely loop and you won't be able to shut it down if something goes wrong >.>
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now