Is there something wrong with the shockwave issue order, other spells i use the same way and they work i know the custom spell is based off shockwave the spell works when i cast it with a unit that has it its something to do with this trigger it wont cast the spell, Again i have another trigger for another unit that cast spells like this and it works im using Zwiebelchens Threat system its working fine.
Edit: the second one works fine but the other one does not
Edit: the second one works fine but the other one does not
-
GjHenchmenAI
-
Events
-
Unit - A unit owned by Neutral Hostile Is issued an order targeting an object
-
Unit - A unit owned by Neutral Hostile Is issued an order with no target
-
-
Conditions
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Or - Any (Conditions) are true
-
Conditions
-
(Unit-type of (Triggering unit)) Equal to |cffffff00Ginger|r
-
(Unit-type of (Triggering unit)) Equal to |cffffff00Nicky|r
-
(Unit-type of (Triggering unit)) Equal to |cffffff00Sansho|r
-
-
-
-
Then - Actions
-
Custom script: if not ZTS_IsEvent() then
-
Custom script: return
-
Custom script: endif
-
Custom script: set udg_TempUnit = ZTS_GetThreatSlotUnit(GetTriggerUnit(), 1)
-
Unit - Order (Triggering unit) to Orc Tauren Chieftain - Shockwave (Position of TempUnit)
-
-
Else - Actions
-
-
-
-
[/hidden]
-
Bite
-
Events
-
Unit - A unit owned by Neutral Hostile Is issued an order targeting an object
-
Unit - A unit owned by Neutral Hostile Is issued an order with no target
-
-
Conditions
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Or - Any (Conditions) are true
-
Conditions
-
(Unit-type of (Triggering unit)) Equal to Wolf
-
(Unit-type of (Triggering unit)) Equal to Wolf (2)
-
-
-
-
Then - Actions
-
Custom script: if not ZTS_IsEvent() then
-
Custom script: return
-
Custom script: endif
-
Custom script: set udg_TempUnit = ZTS_GetThreatSlotUnit(GetTriggerUnit(), 1)
-
Unit - Order (Triggering unit) to Human Sorceress - Slow TempUnit
-
-
Else - Actions
-
-
-
-
[/hidden]