Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

How to Setting only Cmine #39

Answered by EichmannT
linhvo412 asked this question in Q&A
Discussion options

You must be logged in to vote

Adjust the config.json file to set what you want on and off with TRUE and FALSE.
This piece of the config does it.
{
"name": "socf_thread",
"comment":"Farm crystals and goblins only in kw arguments list here. Need to build a farming bot with the object_code_list",
"enabled": true,
"kwargs": {
"object_code_list": [
20100105,
20200104
],
"radius": 8
},
"interval": {
"start": 1,
"end": 1
}
}

That's my comment code there, not the original. I've read all the code and commented in English to myself and started building a TODO list.
Those object codes are the Goblin and Crystal Mine. Delete 20200104 from the list (Goblin) and leave only 20100105 (CMine) there if you just want to farm crystals. Y…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@linhvo412
Comment options

Answer selected by hldh214
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants