Macro guide: Difference between revisions

no edit summary
(Page creation)
 
No edit summary
 
(3 intermediate revisions by one other user not shown)
Line 1:
AdvancedMacros macros is aare modmods that allows automation of some task. Using macros in Civ is referred to as "botting". Botting regulation depends on the Civ server. Macros can be used to automate some task that doesn't need to have access to any information (like place breaking, breaking a reinforcement...). The most commonly used botting mods are [https://www.curseforge.com/minecraft/mc-mods/advanced-macros AdvancedMacros], [https://jsmacros.wagyourtail.xyz/ JsMacros], Macromod and [https://github.com/PrismarineJS/mineflayer Mineflayer].
 
== InstallationAdvanced Macros ==
=== Installation ===
To install AdvancedMacros, [https://www.curseforge.com/minecraft/mc-mods/advanced-macros/files download the mod] and install it like any forge mod.
 
=== Overlay overview ===
<center>
{|
Line 30 ⟶ 31:
In this menu, script appears in white and folder appears in yellow.
 
=== Creating a placing macro ===
Placing macro are useful for place breaking bastions. Here are the different steps of creating one :
* Open the AvdancedMacros menu (by a control chosen if your settings)
Line 47 ⟶ 48:
'''Important''' : Allow your game to run in background without opening the pause menu when alt tabbed by pressing : F3 + P. A message should appears and prompt <code>Pause on lost focus: disabled</code>
 
=== Creating a breaking macro ===
To create a breaking macro, follow the same step, but replace <code>use(-1)</code> by <code>attack(-1)</code>. This will hold left click instead of left click. With the corresponding tool, this can allow to break reinforced blocks.
 
=== List of allowedAllowed functions ===
This list shows the function allowed in [[CivRealms 2.0]].
* attack
* back
* drop
* forward
* jump
* left
* look
* pickBlock
* right
* setHotbar
* sneak
* sprint
* swapHand
* use
The full documentation of functions can be found [https://sites.google.com/site/advancedmacrosdocumentation/ in the site wiki]. '''Use macros at your own risks''' and know the rules of the server you are currently in. Rules might depend of the Civ server.
 
=== Using the ''look'' function ===
The ''look'' function allows you to look in a certain direction. This can be used to be perfectly aligned your cursor with a direction, which can be useful combined with a walking macro on long roads, or on certain farm combined with strafing left or right.
[[File:CardinalDirections.png|thumb|400px|An example of binding that allows the numpad to look in corresponding cardinal direction]]*Image binding legend : An example of binding that allows the numpad to look in corresponding cardinal direction*
Using the binding profile in the binding menu allows to set up profile to look in certain direction, depending on the farm used for an easier time harvesting.
 
== JsMacros ==
 
== Macromod ==
 
== Mineflayer ==
[[Category:Guides]]
551

edits