P
pert_of_jb
Guest
Hi
I am trying to make a campaign and I have almost finished the first map. So I am trying to save my hero from the first to load into the second. Once the first map is completed the victory screen + score screens appear and the second level loads but no hero. I also added triggers to make a default custom hero load if the hero loading failed. I have checked and double checked the triggers and they are:
At the end of the first level:
Game Cache - Create a game cache from W2OrcCampaign.w3v
Game Cache - Store Orgrim Doomhammer 0000 <gen> as Doomhammer of W2Orc02 in (Last created game cache)
Game Cache - Save (Last created game cache)
Game - Show custom campaign button 2
Trigger - Run Next Level Run <gen> (checking conditions)
Next level trigger:
Game - Set the next level to Maps\War2\W2Orc02.w3x
Game - Victory Blackrock (Show dialogs, Show scores)
At the start of the second level the triggers are:
-------- Load Level Data --------
Game Cache - Create a game cache from W2OrcCampaign.w3v
Game Cache - Restore Doomhammer of W2Orc02 from (Last created game cache) for Player 1 (Red) at (Center of DoomhammerStart <gen>) facing 50.00
Set Doomhammer = (Last restored unit)
If (Doomhammer Not equal to No unit) then do (Skip remaining actions) else do (Do nothing)
Unit - Create 1 Orgrim Doomhammer for Player 1 (Red) at (Center of DoomhammerStart <gen>) facing 50.00 degrees
Hero - Set (Last created unit) Hero-level to 2, Hide level-up graphics
Hero - Learn skill for (Last created unit): Battle Roar
Hero - Learn skill for (Last created unit): Thunder Clap
Set Doomhammer = (Last created unit)
Even the Doomhammer hero that is created does not appear
Secondly when playing the maps the map interface is random. Bu the player is set to Orc.
Finally, on the score screen how do you make it say a specific name e.g. Blackrock Clan, rather than WorldEdit?
Thanks
I am trying to make a campaign and I have almost finished the first map. So I am trying to save my hero from the first to load into the second. Once the first map is completed the victory screen + score screens appear and the second level loads but no hero. I also added triggers to make a default custom hero load if the hero loading failed. I have checked and double checked the triggers and they are:
At the end of the first level:
Game Cache - Create a game cache from W2OrcCampaign.w3v
Game Cache - Store Orgrim Doomhammer 0000 <gen> as Doomhammer of W2Orc02 in (Last created game cache)
Game Cache - Save (Last created game cache)
Game - Show custom campaign button 2
Trigger - Run Next Level Run <gen> (checking conditions)
Next level trigger:
Game - Set the next level to Maps\War2\W2Orc02.w3x
Game - Victory Blackrock (Show dialogs, Show scores)
At the start of the second level the triggers are:
-------- Load Level Data --------
Game Cache - Create a game cache from W2OrcCampaign.w3v
Game Cache - Restore Doomhammer of W2Orc02 from (Last created game cache) for Player 1 (Red) at (Center of DoomhammerStart <gen>) facing 50.00
Set Doomhammer = (Last restored unit)
If (Doomhammer Not equal to No unit) then do (Skip remaining actions) else do (Do nothing)
Unit - Create 1 Orgrim Doomhammer for Player 1 (Red) at (Center of DoomhammerStart <gen>) facing 50.00 degrees
Hero - Set (Last created unit) Hero-level to 2, Hide level-up graphics
Hero - Learn skill for (Last created unit): Battle Roar
Hero - Learn skill for (Last created unit): Thunder Clap
Set Doomhammer = (Last created unit)
Even the Doomhammer hero that is created does not appear
Secondly when playing the maps the map interface is random. Bu the player is set to Orc.
Finally, on the score screen how do you make it say a specific name e.g. Blackrock Clan, rather than WorldEdit?
Thanks


