Search results

  1. H

    System Replace Terrain

    I noticed in your demo map ([Snippet] Change Terrain Types5.w3m) that there are no cliffs. I copied the library into my map and tried to replace cliffs by calling: call ReplaceGlobalTerrain(LORDAERONSUMMER_GRASS_CLIFF, LORDAERONWINTER_SNOW_CLIFF) But it didn't work. Does this library...
  2. H

    What makes unit a hero?

    Thanks, I would never have figured that out :) I'm actually curious, how did you two figure that out?
  3. H

    What makes unit a hero?

    I wanted to create units using Object Merger so I did this: //! external ObjectMerger w3u hfoo CRE1 unam "MyCustomUnit" (hfoo stands for footman CRE1 is just my object id unam is the name of the unit) works fine, except the unit generated is classified as a Hero! So what parameter...
Top