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 Quote
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. Quote
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! Quote
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. Quote
Hey Kevo Posted July 30, 2013 Author Posted July 30, 2013 That's awesome. You didn't have to do all that. Thanks! Quote
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 >.> Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.