Sorry Everyone! It's a few months late but here's the updated links. :oops: Just the fishing bot and autohome feature is included (Removing the requirement for GDIP). The relatively recent addition of shift clicking to furnaces makes other features low priority. (Link to old full version updated too)
Dropbox links:
Get it here
Requirements: bobber.png (for autofisher and default bobber skin only)
Features
AutoFisher: activated by Ctrl+K
For optimum success you should fish outdoors and cast near glowstone/a torch to ensure that the script doesn't get confused during in-game night time.
QUIT : Ctrl+P
say "/home": F4
May need to play with the delays here to get it to work at the server you play on
Install Guide:
Download and install AutoHotkey.
Download the script and overwrite your previous autohotkey.ahk file with the new file.
Download the bobber.png and save to the same directory as autohotkey.ahk
Run AutoHotkey.exe. A small status overlay should appear saying "IDLE"
Equip a pole and position yourself at a body of water. Ctrl+K Casts the pole and begins the bot. Ctrl+K again stops the bot.
*************
This is a lil' tool I made to both learn AHK (first script besides messing around with autofire stuff that other people made) and to make minecraft less of a chore. i.e. Loading 9 furnaces at once.
Minecraft Utilities Package X-treme Edition Advanced Gold Medal
Get it here
Requirements: GDIP, bobber.png (for autofisher and default bobber skin only)
Also run Minecraft either maximized or full screen. Sometimes title bar transparency coupled with a specific background might confuse some parts of the script.
Features
AutoFisher: activated by Ctrl+K
First part that I developed. For optimum success you should fish outdoors and cast near glowstone/a torch to ensure that the script doesn't get confused during in-game night time.
AutoFurnace: activated by Ctrl+C
Loads the current block type into the furnace you are pointing at. Performs the right click for you.
Furnace Fuel Load: Activated by Ctrl+V
Puts fuel in the furnace (just coal/charcoal atm)
Stash All: Ctrl+B
Puts all of current block into some entity's inventory
Get all: Ctrl+N
Retrieves all of current block from some entity's inventory to your player inventory
What is current Block? Ctrl+Z
Mark block as new current: Ctrl+X
If no match is found it will be marked as temp.bmp
Toss all: Ctrl+F
Tosses all of current item. Use at your own risk.
QUIT : Ctrl+P
say "/home": F4
May need to play with the delays here to get it to work at the server you play on
Quick start guide: Run setup in game. (Ctrl+0) (zero)) Select a group of blocks you want to add. The script uses GDIP to make a small image of the block type as seen in the inventory. When clicking the block to take an image of it may be best to click the upper left quadrant as to eliminate the quantity number from being in the image.
Almost all functions use the current item loaded. To load a new current item, mouseover it and press Ctrl+X.
Each time the script is run you will need to set the furnace load/unload positions with Ctrl+O (letter O). You will be instructed to click the positions that you will normally click on to load/unload the furnace and add fuel.
What if I want more block types or block groups?
Simple! Just change these values in the script and rerun the respective setup.blocks = stone, cobble, sand, sandStone, glass, stoneBricks, netherRack, netherBrick, dirt, gravel metals = goldOre, ironOre, goldBar, ironBar misc = coal, wood, darkWood, birch, planks, cactus, clayBalls, sign, sugarCane, pumpkin food = rawPork, rawChicken, rawBeef, rawFish, pork, chicken, beef, fish, wheat, bread, melon, eggs GroupList := blocks, metals, misc, foodFor example: I could add the line redstoneStuff = redstone, piston, stickyPiston, noteBlock, dispensor
then modify GroupList to be GroupList := blocks, metals, redstoneStuff, misc, food
I don't expect things to run perfectly for everyone and you might have to play with specific delays to get things to run well for you. If you find a bug or would like to suggest a feature you are welcome to post about it or fix/add it yourself :Þ




