Skip to content
This repository was archived by the owner on Jul 2, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"MD041": false,
"MD013": false,
"MD033": false
}
13 changes: 4 additions & 9 deletions _wiki/AFK Arena requirements.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
The script is pretty modular, which means users have a lot of control over which features they want to make use of and which not. Technically speaking, the script could run on a level 1 account, though you'd only be able to use like 10% of the features. Just make sure to select the features your account is capable of doing:
Please keep the following things in mind:

- **Mercenaries:** Stage 6-40
- **Quick-battle Guild:** VIP 6 or higher
- **Skip battle in the arena:** VIP 6 or higher
- **Bounty Autofill and Dispatch:** VIP 6 or higher
- **Auto-fill Heroes in quests:** VIP 6 or higher (or stage 12-40)
- **Twisted Realm:** Stage 14-40
- **Factional Towers:** Stage 15-1
- Game language needs to be "English"
- Make sure there are no "Don't remind me again" pop-up messages

Also, **please make sure your game language is English and to have fought in battles at least once before running the script!** If for example, a new Twisted Realm boss gets released, the game does not know which formation you want to use. Though the script doesn't know this and tries to start the fight regardless, which of course won't work. In case you get into this situation, simply start the fight yourself, and the script should pick up whenever the fight has finished.
Also, the script is pretty modular, which means users have a lot of control over which features they want to make use of and which not. Technically speaking, the script could run on a level 1 account, though you'd only be able to use like 10% of the features. A feature is being developed where the script decides on its own which features it is able to run depending on your VIP and Chapter/Stage levels. However, since it's still in development, please take a look at the necessary levels on [this page](https://github.com/zebscripts/AFK-Daily/discussions/124) and decide for yourself what you want to the script to run.

<hr>

Expand Down
26 changes: 19 additions & 7 deletions _wiki/Config.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,18 @@ The script acts depending on a set of variables. In order to change these, open
| :-------------------- | :-------: | :-------------------------------------------------------------------------------------------------------------------------------------------------------- | :-----: |
| `canOpenSoren` | `Boolean` | If `true`, player has permission to open Soren. | `false` |
| `arenaHeroesOpponent` | `Number` | Choose which opponent to fight in the Arena of Heroes. Possible entries: `1`, `2`, `3`, `4` or `5`, where `1` is the top opponent and `5` the bottom one. | `5` |
| `vipLevel` | `Number` | Current account VIP level. | `0` |
| `campaignChapter` | `Number` | Current account campaign chapter. | `0` |
| `campaignStage` | `Number` | Current account campaign stage. | `0` |

## General

| Variable | Type | Description | Default |
| :-------------------- | :-------: | :------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------: |
| `waitForUpdate` | `Boolean` | If `true`, waits until the in-game update has finished. | `true` |
| `endAt` | `String` | Script will end at the chosen location. Possible entries: `oak`, `soren`, `mail`, `chat`, `tavern`, `merchants`, `campaign`, `championship`, `closeApp`. | `championship` |
| `guildBattleType` | `String` | Choose type of Guild fight. Possible entries: `quick` or `challenge`. | `quick` |
| `allowCrystalLevelUp` | `Boolean` | If `true`, allows the Resonating Crystal to be leveled up. | `true` |
| Variable | Type | Description | Default |
| :-------------------- | :-------: | :------------------------------------------------------------------------------------------------------------------------------------------------------- | :--------: |
| `waitForUpdate` | `Boolean` | If `true`, waits until the in-game update has finished. | `true` |
| `endAt` | `String` | Script will end at the chosen location. Possible entries: `oak`, `soren`, `mail`, `chat`, `tavern`, `merchants`, `campaign`, `championship`, `closeApp`. | `campaign` |
| `guildBattleType` | `String` | Choose type of Guild fight. Possible entries: `quick` or `challenge`. | `quick` |
| `allowCrystalLevelUp` | `Boolean` | If `true`, allows the Resonating Crystal to be leveled up. | `true` |

## Repetitions

Expand Down Expand Up @@ -115,10 +118,13 @@ The script acts depending on a set of variables. In order to change these, open
# Player
canOpenSoren=false
arenaHeroesOpponent=5
vipLevel=0
campaignChapter=0
campaignStage=0

# General
waitForUpdate=true
endAt=championship
endAt=campaign
guildBattleType=quick
allowCrystalLevelUp=false

Expand Down Expand Up @@ -194,6 +200,9 @@ Need to be run with `-f` flag!
# Player
canOpenSoren=false
arenaHeroesOpponent=5
vipLevel=0
campaignChapter=0
campaignStage=0

# General
waitForUpdate=true
Expand Down Expand Up @@ -271,6 +280,9 @@ doCollectMerchantFreebies=false
# Player
canOpenSoren=false
arenaHeroesOpponent=5
vipLevel=0
campaignChapter=0
campaignStage=0

# General
waitForUpdate=true
Expand Down
15 changes: 15 additions & 0 deletions _wiki/Contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,9 @@ Some other useful documentation:
# Player
canOpenSoren=false
arenaHeroesOpponent=5
vipLevel=0
campaignChapter=0
campaignStage=0

# General
waitForUpdate=false
Expand Down Expand Up @@ -368,6 +371,9 @@ doCollectMerchantFreebies=false
# Player
canOpenSoren=false
arenaHeroesOpponent=5
vipLevel=0
campaignChapter=0
campaignStage=0

# General
waitForUpdate=true
Expand Down Expand Up @@ -445,6 +451,9 @@ doCollectMerchantFreebies=false
# Player
canOpenSoren=false
arenaHeroesOpponent=5
vipLevel=0
campaignChapter=0
campaignStage=0

# General
waitForUpdate=true
Expand Down Expand Up @@ -522,6 +531,9 @@ doCollectMerchantFreebies=false
# Player
canOpenSoren=false
arenaHeroesOpponent=5
vipLevel=0
campaignChapter=0
campaignStage=0

# General
waitForUpdate=true
Expand Down Expand Up @@ -599,6 +611,9 @@ doCollectMerchantFreebies=false
# Player
canOpenSoren=false
arenaHeroesOpponent=5
vipLevel=0
campaignChapter=0
campaignStage=0

# General
waitForUpdate=true
Expand Down
Loading