• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Someone that's good with WC3TFT mapeditor please help me

Status
Not open for further replies.
Level 1
Joined
Feb 7, 2005
Messages
1
I am trying to make a hero that can chance his apperance in to any of the other heroes(in my map) when he wants and for as long as he wants.
Now making the ground spell wasn't hard I just tok the metamorpis spell that the demon hunter has and and made it so that it lastet as long as i whanted(sat the duration to zero and gave the the unit he would metamorph in to the ability so he could change back)
This is were the tricky part comes in i whanted to give my hero a spell bok like ability, that i could select and then get all the deifrent people he could change in to in that spell book(changed the spell book so that it was a unit ability instead of a item ability)but sadly it wouldn't work all that happened was that my hero got a larger damage and would lose all his mana and play his own deadt scene.
If any one got time and think they know a way to fiks this i would realy appreciat it!

Please exuse my bad English!
 
Level 5
Joined
Jul 20, 2004
Messages
156
Well, I believe that there is a simple solution to this. This really isn't exact, PM me if you want the EXACT trigger.

Events:
Unit - A unit begins casting an ability

Conditions:
Ability - Ability being cast equal to your ability

Actions:
Dialogue - Create a dialogue something (I don't know exact name)
Dialogue - Create a dialog button name (if this doesn't work, you'll have to set the variable first)


New trigger

Events:
Dialogue - A dialogue button is clicked

Conditions:
Button clicked equal to your button

Actions:
Unit - Move (instatly) your unit to your region and give to player 12 (or something (the region is in the top right in a boundary-protected area))
Unit - Move your "transformation unit" to region where your unit was (use a moving region) (the moving region can stop moving once your normal stage unit enters that region in the top right (boundary-protected))

This way you don't even need a spell. I can do this for you, just send the map to [email protected]
 
Status
Not open for further replies.
Top