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!
Orb of Lightning doesn't seem to work on heroes until you've attacked a normal unit. The purge doesn't trigger, even with 100% until you've attacked a unit.
Not that exact issue but I found that the Orbs only trigger their abilities if the Orb user is manually ordered to attack a target. Perhaps this is what you're experiencing.
You may need to rely on a Damage Engine and trigger the effects with a Dummy unit in order to get around this issue.
Not that exact issue but I found that the Orbs only trigger their abilities if the Orb user is manually ordered to attack a target. Perhaps this is what you're experiencing.
You may need to rely on a Damage Engine and trigger the effects with a Dummy unit in order to get around this issue.
I have a single hero that have a passive based on an orb. In order to fix this issue I do:
Trigger - Add to ForceOrb <gen> the event (<your-unit-variable> Acquires a target)
ForceOrb
Events
Conditions
Actions
Unit - Order (Triggering unit) to Attack . (Targeted unit)
Note that it's not a good idea in general, but could be useful tool some times.
The bad thing with this is that it will add an event to <your-unit-variable>-unit that is impossible(?) to remove, thereby causing an "event leak", when it's not needed. Also make sure it does not add multiple times for the same reason.
In general, use a Damage Engine and solve the issue in other ways.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.