Botting: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
mNo edit summary
No edit summary
Line 5:
== Rules ==
 
From [https://www.reddit.com/r/civclassics/wiki/rules the subreddit].
While there are no specific rules on botting, some things are clearly not allowed:
* read block data (<code>GETID()</code> etc., what block you are looking at/standing on/...)
* read the inventory (<code>GETSLOT()</code> etc.)
 
We allow players to use MacroMod or other mods/clients to automate ingame tasks and you may use any external framework to communicate with and coordinate your bots.
Reading chat messages however is explicitly allowed.
 
All bots must adhere to the following rules:
 
* Bots are allowed to read any inventory, their selected hot bar slot, their own location, their health, their hunger, their potion effects, their EXP, their boss bar, chat messages, kick reasons, player logins/logouts, the tab list and nothing else
 
* Reading environmental data in particular is not allowed. This includes the location of any entities and any blocks
 
* You are only allowed to read server provided chat messages, not ones generated by client side mods
 
== Macromod ==
Line 32 ⟶ 38:
* [https://pastebin.com/u/Sanwi Sanwi's scripts]
* [https://mkb.gorlem.ml/scripts/list more scripts]
 
== Advanced Macros ==
 
[https://www.curseforge.com/minecraft/mc-mods/advanced-macros Advanced Macros] is a Forge mod that allows scripting in Lua and binding scripts to events and keys in a similar manner to Macromod. Advanced Macros is generally accepted as more powerful and reliable, but can be more difficult for newcomers to learn.
 
=== Alternatives ===
Line 57 ⟶ 67:
=== Portal Farms ===
 
Even though there is no Nether dimension, Nether portals still spawn Pigmen. This can be used to make AFK gold farms by surrounding the player with lots of portals and putting open trapdoors on their bottom edges, allowing the Pigmen to walk and fall down into a water collection and killing system. Note that mob AI is disabled for entities more than 10 blocks away from the player, so only portals within that range will be effective.
 
[[Category:Civclassic]]