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

[Trigger] Do items need abilities?

Status
Not open for further replies.
Level 3
Joined
Jun 16, 2016
Messages
50
Hello , last few hours im tryin' to make work this trigger , so i just wanted to ask if Items do need abilities to be able to run triggers?

  • Raw Meat
    • Events
      • Unit - A unit Uses an item
    • Conditions
      • (Item-type of (Item being manipulated)) Equal to |cff80ff80 Meat
    • Actions
      • Game - Display to (All players) the text: ha"
 
Level 13
Joined
May 10, 2009
Messages
868
Yes. Otherwise, that event won't fire the trigger.


EDIT/OFF:
I noticed that after a power up item like tome of agility is picked up, the RemoveItem function doesn't work properly - only the tome model disappears. Also, EnumItemsInRect native still detects it.
 
Last edited:
Level 3
Joined
Jun 16, 2016
Messages
50
Hi BloodSoul , thanks for your reply,

so... I have to use Different abilities everytime i want to do e.g. increment any of the vars? i mean as ex.

I got var called "points" & if i got more items incrementing this var by x depending on item. do i have to use different abilities or it can be done by one ability ?
 
Level 3
Joined
Jun 16, 2016
Messages
50
So theoreticaly (if i understand dummy casters) i can have infinite possibilities of spells casted through dummy caster? Dummy caster wont trigger all of the order strings at once?
 
Level 13
Joined
May 10, 2009
Messages
868
Dummy casters? I thought you were talking about executing a trigger upon an item being used. When I said "dummy ability", I meant one that has no effect at all; creating an empty ability and giving it to an item, so that you be able of detecting whenever such item is used.
 
Level 3
Joined
Jun 16, 2016
Messages
50
Well i was talking about that , but right now i'm confused as you're , so could you make a simple trigger on how i could done that u've just said?
 
Level 13
Joined
May 10, 2009
Messages
868
6 different items that have the same ability. Each item creates a different special effect via triggers. Though, there's a little problem that I forgot to consider: All of them have the same mana cost, cooldown, and their ability is "immediate"/instant (like thunder clap, war stomp, fan of knives, etc...).
 

Attachments

  • ItemFireEvent.w3x
    17.6 KB · Views: 34
Status
Not open for further replies.
Top