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

Item with more than 4 abilities

Status
Not open for further replies.
Level 2
Joined
Mar 18, 2009
Messages
10
Hi, i have got a simple question: How is it possible to add more than 4 abilities to an item? Or if it's impossible: How can I combine 2 abilities like +damage and +Strength (just an example)? I only found the solution to add an ability to the unit which is picking up the item and remove it if the unit drops the item but thats not what i want. Any suggestions?
thanking you in anticipation
Vex

Don't need an answer anymore but i think it could be interesting anyway
 
Last edited:
Level 10
Joined
Mar 16, 2009
Messages
354
Adding the abillities

Event
- Generic Unit event - A unit obtains item
Condition
- Item type comparision - Item type of item carried by triggering unit of type (your item) is equal to (your item)
Action
- Unit - Add Abillity - add abillity1 to triggering unit
- Unit - Add Abillity - add abillity2 to triggering unit
- Unit - Add Abillity - add abillity3 to triggering unit
- Unit - Add Abillity - add abillity4 to triggering unit

Removing them when item is droped

Event
- Generic Unit event - A unit drops an item
Condition
- Item type comparision - Item type of item carried by triggering unit of type (your item) is not equal to (your item)
Action
- Unit - remove Abillity - remove abillity1 to triggering unit
- Unit - remove Abillity - remove abillity2 to triggering unit
- Unit - remove Abillity - remove abillity3 to triggering unit
- Unit - remove Abillity - remove abillity4 to triggering unit
 
Level 2
Joined
Mar 18, 2009
Messages
10
HOLD SHIFT, click the abilitys part on the item, then you can input the raw codes for abilitys.... (display rawcodes, is above in options)

really suprised this wasnt answered... lol?

Doesn't seem to work. It shows all the abilities but only the abilities 1-4 will work.
 
Status
Not open for further replies.
Top