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

[General] Adding abilities through items and etc

Status
Not open for further replies.
Level 3
Joined
Nov 24, 2009
Messages
29
Hi i am trying to make the triggers that the makers of custom hero arena and CHLW use for their maps. The part where they pick their own skills and the heroes get it unlearnt.

Example:I get 4 abilities (item form) then step onto a circle and presto my hero has those 4 abilities in the learn abilities part.

My trigger seems to add the ability at level 1 to the hero and it does not appear in the Learn hero skills tab. (The red plus)

I have looked through a buying abilities tutorial on the hive workshop but it doesnt tell me how to add the abilities to the hero as I have mentioned above.

Events
Unit - A unit enters "Enter" (region)

Condition
Item-type of item carried by entering unit in slot 1 equal to spirit wolves

Actions
Unit - Add spirit wolves to triggering unit
Item - remove item carried by entering unit in slot 1
Unit- Move triggering unit instantly to center of "Receive" (region)

However what my trigger does is to add the spell to the hero as a learned spell at level 1 and doesn't appear in the menu when you press the Red Plus to learn hero skills.

Anyone can help? I am working a nearly fully customized hero game.
 
Level 17
Joined
Nov 13, 2006
Messages
1,814
Hi i am trying to make the triggers that the makers of custom hero arena and CHLW use for their maps. The part where they pick their own skills and the heroes get it unlearnt.

Example:I get 4 abilities (item form) then step onto a circle and presto my hero has those 4 abilities in the learn abilities part.

My trigger seems to add the ability at level 1 to the hero and it does not appear in the Learn hero skills tab. (The red plus)

maybe make more hero each with spell set and replace it when unit entered to circle coz allways when u add a ability its alreadt leaned
 
Level 3
Joined
Nov 24, 2009
Messages
29
Thanks people. Maker's web link really helped. I dont get what shadow is saying. Do you mean to replace the units with ones that already have the abilities?
 
Status
Not open for further replies.
Top