Mod to always start arena with same weapon?

Users who are viewing this thread

Hi,
I plan on starting a game or B&B Warband where I will be playing as an archer. I have done this previously and it has always really annoyed me that in the Arena I would very rarely start with the bow so there was little chance to practice my bow skills.

What I am asking about is how I can create a mod (hopefully through a quick and easy edit) so that I start in the Arena with the same weapon every time, in this case the bow.


Thanks in advance for your time!

EDIT: just to clarify this isn't about tournaments, this is about just the regular arena fights where AI spawn periodically and you have to kill lots
 
In module_dialogs change the following
Code:
(store_random_in_range, "$g_player_entry_point", 32, 40),
to
Code:
(assign, "$g_player_entry_point", 36),
Basically there's 8 different loadouts, of which #36 is the bow & arrow.
 
Back
Top Bottom