Warcraft III resources & community, 2003–2006 · archived

Lightning Effects and Triggers

2 posts
#1

Lightning Effects and Triggers

Could someone give me a list of lightning effect codes and triggers that would make a unit spin around a targeted unit or point without using regions?

It would be better if these triggers wouldn't be in Jass code :-)

Thanx (in advance)
#2
You'd probably want to create lightning effects from point-to-point around the unit using a "point with offset" on the location of the unit. Then give it offset values of -50,100, etc., so that the points that the lightning is jumping to are nearby.

Give that a shot and if it doesn't work for you, post your triggers here.