Warcraft III resources & community, 2003–2006 · archived

ger/eng plz]How to make that can choose hero like in dota

4 posts
#1

ger/eng plz]How to make that can choose hero like in dota

(english)Hi i want ask how to choose hero like in dota and that he after this ll come on the place that i want.
(German)Hi ich wollte mal fragen wie man helden auswaehlen kann wie z.B. in dota mit diese kreisen und irrwisches und so und das die dann an einen bestimmten platz nach der auswahl kommen.

Thx im vorraus :roll:
#2

..

That didint make much sence..
You click on the building, then you click on a heros face.
#3
i dont mean how i make heroes in editor i mean how i can make it so that a builder or anyone go in a sircle that are for a hero to take this hero...
#4
You need to do it using triggers. You need to first have a selection/spawning region.
Events
Unit - Enters region(selection)
Conditions
Triggering unit equal to unit(whatever type of unit you are using as a selecter)
Actions
Unit - Create 1 unit(whatever hero you want) for owner of (triggering unit) at region(spawning) facing default building facing
Unit - kill triggering unit

Thats about it i don't have WE open at the moment but that should give you the idea.