-- HOW TO AUTO DROP WHEN STORING?
1. Leave storage_method as blank.
For example, storage_method = ''
2. Set storage_world to world where you want to store items in.
For example, storage_world = 'name|id' or storage_world = 'name'
If you wanna store items in current world, leave it blank.
3. Set drop_position to where you want the bot to auto drop items. (USE GENTA
POSITION)
For example, drop_position = {1, 0}
-- HOW TO AUTO VEND WHEN STORING?
1. Set storage_method to 'vend'
For example, storage_method = 'vend'
2. Set storage_world to world where you want to store items in.
For example, storage_world = 'name|id' or storage_world = 'name'
If you wanna store items in current world, leave it blank.
HOW TO USE SCRIPT?
-- CONFIGURING THE GENERAL SCRIPT SETUP.
1. Set <block_id> to id of block that you want to auto farm.
2. Set <block_world> to name of world where you want bot to auto take blocks from.
Leave it blank if you want bot to auto collect in same world.
3. Set <break_world> to name of world where you want bot to auto farm.
This is required!
4. Set <break_position> to GENTA position where you want bot to auto farm at.
For example, break_position = {1, 23}
5. <break_tiles> represent the tiles around your character within a 2-block radius
with you as the center.
Setting a value to 1 -> Bot will set it as a tile for auto farming.
Setting a value to 0 -> Bot will not set it as a tile for auto farming.
Look at the discord channel for a visual representation!
-- CONFIGURING THE AUTO COLLECT FEATURE.
1. Set <collect_enabled> to true if you want bot to auto collect items in range
while breaking.
For example, collect_enabled = true
2. <collect_filter> is used for collecting only specific items, all you need to do
is add their item ids.
For example, collect_filter = {4584, 4585}
If you want bot to auto collect anything in range then simply leave it empty.
For example, collect_filter = {}
-- HOW TO AUTO FARM WITHOUT GAUT?
1. Set <farm_mode> to 'normal'.
2. Set <retrieve_enabled> to false.
-- HOW TO AUTO FARM WITH GAUT + RETRIEVE?
1. Set <farm_mode> to 'normal'.
2. Set <retrieve_enabled> to true.
3. Set <retrieve_mode> to 'mixed'.
4. Set <retrieve_check> to specify how many cycles bot should break blocks first
before checking GAUT.
1 cycle = 200 blocks.. If it is set to 10 then bot will check GAUT after
breaking 2,000 blocks.
5. Set <retrieve_amount> to specify how much items should be in Gaia/UT before bot
retrieves.
-- HOW TO RETRIEVE ONLY?
1. Set <farm_mode> to ''.
2. Set <retrieve_enabled> to true.
3. Set <retrieve_mode> to 'only'.
4. Set <retrieve_amount> to specify how much items should be in Gaia/UT before bot
retrieves.
5. Set <retrieve_delay> to specify how long bot should wait before checking again.
(IN MILLISECONDS.)
-- HOW TO AUTO FARM WITH MAGPLANT?
1. Set <farm_mode> to 'magplant'
2. Set <retrieve_enabled> to false.