how do u make it so u step on a circle of pwer and u pick taht hero? how do u make cirlce of powers teleport u to another circle of power and how do u make creeps spawn?
-First you must make the circle of power and also put a hero behind it. Make a regoion inside the circle and open make a unit to enter the circle of power.
-Next use this trigger: Events: Unit enters region (region inside circle) Conditions: (Entering unit) equal to (Wisp/Soul/etc.) Actions: *Create (Archmage/Paladin/Mountain King/Bloodmage) for (owner of (entering unit) at (Hero Summons) facing (270 [south]) *Kill entering unit.
Creep spawn is simpler that you think. Create regions where you want the creep to spawn. Then make the trigger something like this: Event: Periodic Event (However often you want them to respawn) Condition: (Region Name) does not contains any units (0, 1, 2, 3 units etc.)=True (Not required, but you dont have a control system like this, then creeps continue to spawn and you'll find theres about 20 of them spawned when you go to hunt them.) Actions: Units-Create (number of units) for (player x) in the center of the region. (If you had a big region and wanted them to spawn at random places, then use random places in the region.)