2 settings for Arena and Legends tries
Closed this issue · 1 comments
kevingrillet commented
Today, it's set by totalAmountArenaTries=2+0
.
For Arena Of Heroes i can do up to 900 fights with my tickets.
But for Legends Tournament we don't have any type of ticket, so we will always be stuck by the diamonds, which I don't want to use here 👎
# Does the daily Legends tournament battles. Params: startFromTab
function legendsTournament() {
...
# Repeat a battle for as long as totalAmountArenaTries
local COUNT=0
until [ "$COUNT" -ge "$totalAmountArenaTries-2" ]; do
Zebiano commented
Oh, so you want to have two separate settings for fighting in the Arena and the tournament. That also makes sense and should be easily done. I can try and tackle this whenever the latest PRs get merged!