Warcraft III resources & community, 2003–2006 · archived

i need help with this

11 posts
#1

i need help with this

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?
#2

Summon hero via circle of power

Summon Hero With Circle of Power

-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.
#3
I would be better to use the trigger "Unit - Remove (entering unit"
#4
Or you can also open warcheasers map and look at the trigger. Its helped me very much.
#5

wow

i tried it out and i got past the regoin part then i got lost
#6
i cant get that condition
#7
i also cant get the action
#8

ok ok

ok i got that stuff done but do u know how to make text pop up at the start of the game and how to edit the quest thing?
#9
Text? As in the white or colored text that you see in the bottom right corner? It's under game.

Game - Text message

or someting.

And for the quests, it's either under game or quests (if there is a quests section).

I've forgotten as my WE isn't open. If you want more detail, PM me.
#10

creep spawn

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.)

That should do it. Good Luck
-Blue
#11
thank u all