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

Would Like Assistance With Item-Related-Triggers

Status
Not open for further replies.
Level 10
Joined
Jun 10, 2007
Messages
557
First off, yes, I am using the GUI, yes I know JASS is probably better. Sue me.

Anyway, onto the question. I am making an item in one of my maps, a Castle Defense/Hero Siege, which is called the Bracers of Magic Amplification, it increases Magic and Spell damage taken by 200%, but enhances healing taken by 400%. How would I trigger this effect? Since I didn't find any "Hero holds <item> in inventory" Events available.

Thanks in advance!
 
Level 3
Joined
May 4, 2007
Messages
66
For spell damage use Spell Damage Reduction with negative reduction (in ure case -2.00) and for healing there are lot of options like Unholy Aura. U dont need triggers at all.
 
Level 5
Joined
May 27, 2007
Messages
132
Event: Unit Aquires Item
Conditions: Item is Equal to Bracers of Magic Amplification
Action: Give unit Ability (Amplification(Passive))

Event: Unit has Ability (Amplification(Passive))
Action: I'll let you take it from here. Add the effect yourself

Also add one where if the unit drops the item, to remove the ability. The ability should be passive and give no bonus effects.
 
Level 10
Joined
Jun 10, 2007
Messages
557
Event: Unit Aquires Item
Conditions: Item is Equal to Bracers of Magic Amplification
Action: Give unit Ability (Amplification(Passive))

Event: Unit has Ability (Amplification(Passive))
Action: I'll let you take it from here. Add the effect yourself

Also add one where if the unit drops the item, to remove the ability. The ability should be passive and give no bonus effects.

Thank you very much! :grin:

EDIT: Also, is there a way to make items never run out of charges? What I mean is that I have a few items that cast spells when clicked, and aren't perishable (already un-ticked that), but they can only have 1000 charges, instead of unlimited, which is what I want, I've seen it done before but I can't figure out how. If someone could help me here I would be so very happy.
 
Last edited:
Level 24
Joined
Jun 26, 2006
Messages
3,406
Hmm. I understand that you unclicked "Perishable", but not setting amount to 0 is something easily overlooked. Glad to help :smile:
 
Status
Not open for further replies.
Top