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 21 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
12 changes: 12 additions & 0 deletions _wiki/Config.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ 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

Expand Down Expand Up @@ -115,6 +118,9 @@ 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
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