• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!

Custom heroes added to hero limit

Status
Not open for further replies.
Level 2
Joined
May 18, 2012
Messages
18
Hi,

I made a map where you can give a hero the abilities you want, but I was wondering if I could add them to the hero limit somehow

I made a tavern where you buy the dummy, which is a normal unit, not a hero.
And the dummy gets changed into the hero and teleported to the spell selection area.

Like this one for the orc Blademaster:
  • Blademaster
    • Events
      • Unit - A unit enters Hero pick region <gen>
    • Conditions
      • (Unit-type of (Triggering unit)) Equal to Blademaster (Dummy)
    • Actions
      • Unit - Move (Triggering unit) instantly to (Center of Main stat pic area <gen>)
      • Unit - Replace (Triggering unit) with a Blademaster using The new unit's max life and mana
Spamming heroes is unbalanced tho, so any ideas how I could add a limit to them?
 
Here you go copied from one of my altered melee maps

Event - Map initialisation

attachment.php
 

Attachments

  • Screen shot 2015-07-13 at 04.29.12.png
    Screen shot 2015-07-13 at 04.29.12.png
    20.3 KB · Views: 233
Level 2
Joined
May 18, 2012
Messages
18
The tavern isn't somewhere in a corner, is accesable for all your units by just standing in range.
For the heroes being reviveable from the tavern too, this is the only option I saw
 
Status
Not open for further replies.
Top