#Multiple NPC id, in one trigger how?
9 messages · Page 1 of 1 (latest)
use multiple triggers
I did that in beginning, but wont that just use more cpu and memory in the long run if you start to build some bigger scrits?
not significant amounts more no
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?
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.
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
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.