Wurst.Wiki

The Official Wurst Client Wiki

User Tools

Site Tools


autotool

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
autotool [2020/10/14 10:37] – created alexander01998autotool [2023/02/26 17:22] (current) alexander01998
Line 3: Line 3:
 <WRAP 516px> <WRAP 516px>
 ^  AutoTool  ^^ ^  AutoTool  ^^
-|{{ :autotool.webp?500 |}}||+|{{ hack:auto:autotool.webp?500x265 |An example of AutoTool switching to the pickaxe when mining a block of stone.}}||
 ^Type|[[:Hack]]| ^Type|[[:Hack]]|
 ^Category|[[Blocks]]| ^Category|[[Blocks]]|
-^In-game description|"Automatically equips the fastest applicable tool\\ in your hotbar when you try to break a block."|+^In-game description|"Automatically equips the fastest applicable tool in your hotbar when you try to break a block."|
 ^[[:keybinds#default_keybinds|Default keybind]]|none| ^[[:keybinds#default_keybinds|Default keybind]]|none|
 +^Source code|[[w7src>net/wurstclient/hacks/AutoToolHack.java]]|
 </WRAP> </WRAP>
  
Line 17: Line 18:
 ^  Use swords  ^^ ^  Use swords  ^^
 ^Type|Checkbox| ^Type|Checkbox|
-^In-game description|"Uses swords to break leaves,\\ cobwebs, etc."|+^In-game description|"Uses swords to break leaves, cobwebs, etc."|
 ^Default value|not checked| ^Default value|not checked|
 +
 +The "Use swords" checkbox allows AutoTool to use swords to break certain blocks like leaves or cobwebs. Swords are faster at breaking these blocks, but they lose 2 durability points for each block broken because the game always considers swords to be the "wrong" tool.
  
 ==== Use hands ==== ==== Use hands ====
 ^  Use hands  ^^ ^  Use hands  ^^
 ^Type|Checkbox| ^Type|Checkbox|
-^In-game description|"Uses an empty hand or a\\ non-damageable item when\\ no applicable tool is found."|+^In-game description|"Uses an empty hand or a non-damageable item when no applicable tool is found."|
 ^Default value|checked| ^Default value|checked|
 +
 +The "Use hands" checkbox allows AutoTool to use empty hands or non-damageable items when no appropriate tool is found in the player's hotbar. This can help to save some durability points that would otherwise be wasted by not switching away from the wrong tool.
  
 ==== Repair mode ==== ==== Repair mode ====
 ^  Repair mode  ^^ ^  Repair mode  ^^
-^Type|Checkbox+^Type|Slider
-^In-game description|"Won't use tools that are about to break."+^In-game description|"Prevents tools from being used when their durability reaches the given threshold, so you can repair them before they break.\\ Can be adjusted from 0 (off) to 100."| 
-^Default value|not checked|+^Default value|0 uses (off)| 
 +^Minimum|0 uses (off)| 
 +^Maximum|100 uses| 
 +^Increment|1 use|
  
-When Repair mode is enabled, AutoTool won't use any tools that have less than 5 uses remaining.((https://github.com/Wurst-Imperium/Wurst7/blob/master/src/main/java/net/wurstclient/hacks/AutoToolHack.java#L199))+The "Repair mode" slider prevents AutoTool from using tools when their durability reaches a certain thresholdWhen the durability of a tool reaches this threshold, the setting will prevent the tool from being used until it is repaired. The slider can be adjusted from 0 (off) to 100 remaining uses, in increments of 1.
  
 ==== Switch back ==== ==== Switch back ====
 ^  Switch back  ^^ ^  Switch back  ^^
 ^Type|Checkbox| ^Type|Checkbox|
-^In-game description|"After using a tool, automatically switches\\ back to the previously selected slot."|+^In-game description|"After using a tool, automatically switches back to the previously selected slot."|
 ^Default value|checked| ^Default value|checked|
 +
 +The "Switch back" checkbox tells AutoTool to automatically switch back to the previously selected slot after using a tool. This is usually convenient, but it can cause problems when using other hacks together with AutoTool.
  
 ===== Changes ===== ===== Changes =====
Line 62: Line 72:
 |:::|Added a "[[#Switch back]]" checkbox to AutoTool.| |:::|Added a "[[#Switch back]]" checkbox to AutoTool.|
 |[[update:Wurst 7.2]]|Fixed a crash when using [[NukerLegit]] together with AutoTool.| |[[update:Wurst 7.2]]|Fixed a crash when using [[NukerLegit]] together with AutoTool.|
 +|[[update:Wurst 7.31]]|AutoTool's "Repair mode" setting is now a slider, so you can adjust the exact threshold where it will stop using tools.|
 +|:::|Fixed AutoTool initially switching to the wrong slot when you are using repair mode and holding a tool that is too damaged.|
  
 +{{tag>mining}}
autotool.1602664643.txt.gz · Last modified: 2020/10/14 10:37 by alexander01998