Quest summon champions

I am working on a quest where I need to summon an NPC hero to join the player.

When I use:

Code: xml
  1.   <GameModifier InternalName="UnitJoin">
  2.    <ModType>Unit</ModType>
  3.    <Attribute>UnitJoinArmy</Attribute>
  4.    <StrVal>EukLok</StrVal>
  5.    <UnitClasS>Euklok</UnitClasS>
  6.   </GameModifier>

The champion shows up in the stack as a normal solider unit, dechampionified. The only reference I can find is from the maps <NPCSpawn> which wont work as it needs a grid number.

It is not nessisary that the spawned champion is in the stack with the quest advancing unit(s) but it would be nice.

3,962 views 2 replies
Reply #1 Top

Change unitclass to champion.

Reply #2 Top

Danke schoen!

Works like a charm. I wish there was a roadmap of this stuff :grin: