Incorrect King support complaining v 2.025

Users who are viewing this thread

kwbudirt

Sergeant
I am reporting the following bug for 2.025:

I sent Helgi (trp_npc13) on his king support mission while Ceawlin (trp_npc10) was in my party. This event triggered Ceawlin to complain but he complained about Agathinos (trp_npc15) being sent. However, Agathinos was not on mission nor was he in party. In fact, I have not even encountered him on the map yet.
However, Donnchadh was not in party nor had he been encountered on the map as of yet.
There were no error messages scrolling up the screen when this event occurred.

module file lines:
Here is the line from module_scripts.py for Ceawlin:

      (troop_set_slot, "trp_npc10", slot_troop_kingsupport_opponent, "trp_npc15"), #Agathinos

Here are the corresponding lines from module_troops.py:

  ["npc13","Helgi","Helgi",tf_alto|tf_hero|tf_unmoveable_in_party_window, ...
  ["npc15","Agathinos","Agathinos",tf_bajo|tf_hero|tf_unmoveable_in_party_window, ...

The correct companion who should've complained is Donnchadh (trp_npc4)

      (troop_set_slot, "trp_npc4", slot_troop_kingsupport_opponent, "trp_npc13"), #helgi
 
Back
Top Bottom