A World of Ice and Fire Forums

AWoIaF Warband => Bugs => V9.0 => Topic started by: tos1 on December 19, 2023, 09:25:29 AM

Title: Melee (crowd) fight at arena ends at about 20 fighters left
Post by: tos1 on December 19, 2023, 09:25:29 AM
The number of remaining fighters is displayed as 40, the same as in v8.*, but the match ends even though there are still about 20 remaining (and the master of the tournaments gives 750 stags).

(Sometimes the remaining number is displayed as 20, sometimes as 19, etc.)

In addition, all problems derived from v8.* seem not to be fixed at v9.0:
- Waiting in a line without doing anything.
- Just look at each other without doing anything.
- There are cases where the remaining number becomes -1 or -2 when everyone is defeated.
- Many OPCODE warnings in the [Q] - [messages] window (and that prevents normal messages from starting to display for several tens of seconds).

Related topics (v8.*):
Unmotivated practice melee fighters in arenas (https://www.aworldoficeandfire.co.uk/forum/v8-0/unmotivated-practice-melee-fighters-in-arenas/) by me
Re: Unmotivated practice melee fighters in arenas (https://www.aworldoficeandfire.co.uk/forum/v8-0/re-unmotivated-practice-melee-fighters-in-arenas/) by me

- How to reproduce it/when/why it happens:
Visit a arena of a town, start melee (crowd) fight, beat about 20 person but always check the number of left fighters if it get closer to 20.

- Game version (and steam or downloaded):
AWoIaF v9.0, Warband v1.174 downloaded
(v8.2 doesn't have the "20 left" problem)
Title: Re: Melee (crowd) fight at arena ends at about 20 fighters left
Post by: tos1 on April 15, 2024, 05:45:30 PM
Follow-up.
After doing hand-disassembly of v9.3, I've just found the cause.
In the mst_arena_melee_fight, "$g_arena_training_num_agents_spawned" is increased twice in total at trigger 34 and 37 (counted from 0) per spawning.

I don't know if it's okay to simply delete one or the other, but after I experimentally deleted the latter, the number of remaining fighters returned to normal (finishing at about 40).

(Among the other issues above, I have also made progress on the WARNING, so I will write a follow-up on another topic.)

- Game version (and steam or downloaded):
AWoIaF v9.3 - v9.0. Warband v1.174 downloaded
(v8.2 doesn't have the problem)