HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Drain Life Effect in Triggers help!

09-02-2006, 11:15 AM#1
Project_Aura
i'm making a drain life lightning effect(lazer effect in that beam ball game that kills you and also the lazer in dark_baron_prot's maps) on these guys to make a electric gate but the effect don't show up! It only shows up if someone has a map hack. Some one HElp!!

Heres my trigger:
Trigger:
Electric Gate
Collapse Events
Unit - A unit enters Region 205 <gen>
Conditions
Collapse Actions
Set ElectricGates[1] = Electric Gate 0135 <gen>
Set ElectricGates[2] = Electric Gate 0136 <gen>
Lightning - Create a Drain Life lightning effect from source (Position of ElectricGates[1]) to target (Position of ElectricGates[2])
Set LightningEffect[2] = (Last created lightning effect)
Set ElectricGates[3] = Electric Gate 0133 <gen>
Set ElectricGates[4] = Electric Gate 0134 <gen>
Lightning - Create a Drain Mana lightning effect from source (Position of ElectricGates[3]) to target (Position of ElectricGates[4])
Set ElectricGates[5] = Electric Gate 0137 <gen>
Set ElectricGates[6] = Electric Gate 0138 <gen>
Set LightningEffect[1] = (Last created lightning effect)
Lightning - Create a Drain Mana lightning effect from source (Position of ElectricGates[5]) to target (Position of ElectricGates[6])
Set LightningEffect[3] = (Last created lightning effect)
Trigger - Turn off (This trigger)
09-02-2006, 11:24 AM#2
DioD
what is is must to do?
09-02-2006, 11:28 AM#3
Project_Aura
Attach to one guy and the other like a straight line going vertical.
09-04-2006, 04:31 AM#4
Project_Aura
Never mind, i fixed it. Had to reveal the damn effect. Thanks for the helps guys(no one helped).