Store upgrades in free version - Backwoods Brawl

Hi all,

1 ) I’m playing the free version and would like to ask if I can go to the store to upgrade my armor, shield or sword
in order to pass " Backwood Brawl ". If yes please tell me how.

  1. I’ve tried running around till my " cleave " is ready and then cleave enemies but I can’t survive 1 min to pass this
    level. Here’s my code :

while True:
def moveXY(position, fast = True):
enemy = hero.findNearestEnemy()
if enemy:
if enemy.type is “thrower” :
if hero.isReady(“cleave”):
hero.cleave(enemy)
else:
hero.moveXY(30, 72)
hero.moveXY(55, 80)
hero.moveXY(81, 77)
hero.moveXY(59, 62)

    else:
        if hero.isReady("cleave"):
            hero.cleave(enemy)
        else:
            hero.moveXY(30, 72)
            hero.moveXY(55, 80)
            hero.moveXY(81, 77)
            hero.moveXY(59, 62)

Appreciate your help. Thanks.

1 Like

You should be able to choose the hero, select equipment and buy new equipment when you open the level.

You can also open the Game Menu and click in “Change Hero”. After choosing the hero, you will be prompted to select the equipment, where you can also buy new equipment.

1 Like

Thank you for your answer.

As you can see from my screen shot (in Italian) I choose my hero, select equipment from available ones, but
I get a list of forbidden and blocked ones which I can not buy.

Does that mean I have to finish the level only with what I have ?
Can I at least buy better health, armor or speed ?

Never mind UltCombo, I found it.

Thanks, and sorry for me being a dumb head.

Heheh no problems. :smile: More items will be made available for purchase as you level you, by the way.