World Editor Help

jonathancz

New Member
Reaction score
0
I need some help plz.
Q:How can I make a building that if the enemy destroys that building, they win.

Q: How can I make the hero that I buy to spawn in a specific location instead of being beside to tavern.

Q:How can I make the Spawn units from a region to move to a region THEN to another region?

Q:How can I make the hero revive in a certain spot every desired time.
 

TechHead

New Member
Reaction score
1
Q:How can I make a building that if the enemy destroys that building, they win.
Make a trigger and select Specific Unit Event, choose the building and let the variable be when it dies. For action, put Game - victory.

Q:How can I make the Spawn units from a region to move to a region THEN to another region?
The best way off the top of my head would be to make an event where a unit enters your region, take action for unit group to move to the next region, and create the same trigger for the next region for the following region

I'm not really sure about the rest, but good luck :p
 

KaerfNomekop

Swim, fishies. Swim through the veil of steel.
Reaction score
613
2: How can I make the hero that I buy to spawn in a specific location instead of being beside to tavern.
Trigger:
  • Auto Move
    • Events
      • Unit - A unit Sells a unit
    • Conditions
      • (Unit-type of (Triggering unit)) Equal to Tavern
      • ((Sold unit) is A Hero) Equal to True
    • Actions
      • Set TempPoint = (Center of HeroSpawn <gen>)
      • Unit - Move (Sold unit) instantly to TempPoint
      • Custom script: call RemoveLocation (udg_TempPoint)

Replace HeroSpawn with the region you want the hero to spawn in.


Q4: How can I make the hero revive in a certain spot every desired time.
Simply designate the location you want heroes to respawn in, then apply the Hero - Revive Instantly action when necessary.
 

Inflicted

Currently inactive
Reaction score
63
Q: How can I make the hero that I buy to spawn in a specific location instead of being beside to tavern.
Unit is trained, move Trained unit to Region.

Q:How can I make the Spawn units from a region to move to a region THEN to another region?
Set a large amount of regions, one for each point in which a new order is issued.
When a unit enters that region, check that it is of the type and owned by the Player you want it to be and then order it to move to the next region.

Also note that you are meant to only ask one question per thread and that your headings need to be more specific.
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Staff online

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top