• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[Trigger] Passive Ability Problems.

Status
Not open for further replies.
Level 8
Joined
Sep 25, 2007
Messages
382
hi ppl .. i was thinking in make a "Passive" abilty , that it is like DotA's Radiance. if you dont play DotA , i will explain you what the Passive does.

well , the Passive is lika inmolation , but it is Passive , and the Effect is Different on Affected Units ( the unit that have the ability doesnt have any Aura ... but the Affected Creeps , Heros , Neutral , Etc. Have Like a "Bright" that gives them 8% chances to miss and Hurt them for 35 every 1.5 secs...)

i was planning on making it this way.
I dunno how to Use trigger Tags so sry.

Event:
A Unit Starts the Effect of an Ability.
Conditions:
Ability Being Cast = Radiance
Actions:
Set Radiance_Point: (Position of Triggering Unit)
Set Radiance_Unit: (Position of Attacked Unit)
Unit - Cause (Triggering Unit) to damage circular area After 1.5 seconds of Radius 400 at Radiance_Point , dealing 35 damage of Attack Type Magic and Damage type Normal.
Special Effect - Create Special Effect (Healing Spray) at Radiance_Unit.
Custom Script - call RemoveLocation(udg_Radiance_Point)
Custom Script - call RemoveLocation(udg_Radiance_Unit)
Special Effect - Destroy Last Special Effect.


i got that idea... any1 that can help me do it? also , i dunno how to make the 8% miss chances to enemies. and the Bright special effect doesnt show T_T.
HELp xD.
 
Level 15
Joined
Jan 16, 2008
Messages
1,244
You complicated things beyond all bounds... Use of triggers is completely unnecessary in this case. Just base your ability of the Infernal's permanent immolation. It's passive and does damage per second. Now about that missing part. You should set triggers to cast pandaren's missing thing(can't remember the name) witch's chance to miss is set to 8% and set a dummy unit to cast it on all units affected by the radiance. Set the dummy unit to cast it periodically and set it's duration on the casting period. That should do it.
 
Level 8
Joined
Sep 25, 2007
Messages
382
ok ... i will use Infernal Thing... but any clue of which is the Special Effect? (the bright/lights one.).
 
Status
Not open for further replies.
Top