Jump to content

Recommended Posts

Posted

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

Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...