#Multiple NPC id, in one trigger how?

9 messages · Page 1 of 1 (latest)

white mulch
#

So I made a trigger

Player/Unit INfo >
Unit Characteristics >
Target >
Npc ID

And added all IDs with comma like this 32930, 32933, 32934

But it's not working.

If I just let one id stand in there it works.

How would I add multiple npc's here ?

winged hamlet
#

use multiple triggers

white mulch
winged hamlet
#

not significant amounts more no

white mulch
#

would it be possible to make a custom checking those 3 npc ids in one trigger, and if so can you or somebody else show me how it could be done?

winged hamlet
#

It COULD be done yes but it's usually better to use the built in options if you can.

#

For someone to code up a custom version they would need to know a lot more information about what exactly you want to do with your aura.

white mulch
#

I just want help to include multiple ids in one trigger, rest I will study on and figure out my self and then ask again if I need help :P

white mulch
#

function()
return UnitExists("target") and UnitCreatureType("target") == "Elemental" or UnitCreatureType("target") == "Totem"
end

This is basicly something like this I would like to achieve, as simple as that but just where I put in npc id instead.