How to make heros spawn somewhere

diamondhero5

New Member
Reaction score
9
ok so i have a alter closed off in an area, and i want the heros to respawn by their base far away,
how do i do that?
 

a j j bones

New Member
Reaction score
3
heres a simple way

Code:
Untitled Trigger 001
    Events
        Unit - Hero <gen> Dies
    Conditions
    Actions
        Set L = (Center of (Playable map area))
        Hero - Instantly revive (Dying unit) at L, Hide revival graphics
        Custom script:   call RemoveLocation (udg_L)
 

diamondhero5

New Member
Reaction score
9
no i mean
if i pick a hero from a alter
(kinda like footmen frenzy)
i want the hero to spawn at his base
 

nomadian

Member
Reaction score
9
think theres a field in the object editor on building where it says: Revives dead heroes, true or false. Never used it so not quite sure how it works.
 

Mr.Tutorial

Hard in the Paint.
Reaction score
42
When you choose your hero it spawns by the altar or hero tavern right? Then you just make a region around the altar or hero tavern and right when a unit enters it instantly order that unit to move to the place you want it to.

Code:
enter region
    Events
        Unit - A unit enters (Your Region)
    Conditions
        ((Entering unit) is A ground unit) Equal to True
    Actions
        Unit - Move (Entering unit) instantly to (Center of (Your Region))

Hope that helps :)
 

diamondhero5

New Member
Reaction score
9
i figured it out
i had to make it so it trains the heros
then once trained
move instantly to starting spot
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top