[Trigger] Auto-target spell

Status
Not open for further replies.
Level 3
Joined
Aug 25, 2012
Messages
30
Hello, i am making a spell, that will boost AS, MS and dmg (everything in %) so i based in on Cripple (using -0.20 for +20%)
I added to targets only self but i want, when i cast this spell, to auto-target the spell on me (like for example windwalk)
could anybody help me please?
 
I have got a problem, i used trigger 'unit finishes casting of ability' to remove dummy, dummy is removed bud spell do simply nothing :(

EDIT: Fixed, i add there 'wait' ;)
 
You can also use Unit - Add expiration timer

Then another trigger that removes dummy units from the game on death.
Are you sure units die in natural way will cause leaks ?
I think it's a small leak, you don't have to UnitRemove it anyway (it's too small).
But if you generate units like 100 units per second, you might have problem with it, but only crazy person would design games to be like that.
 
Are you sure units die in natural way will cause leaks ?
I think it's a small leak, you don't have to UnitRemove it anyway (it's too small).
But if you generate units like 100 units per second, you might have problem with it, but only crazy person would design games to be like that.
Yep, here we go again. "do dead units leak?" part 2. I was expecting it. Shall we talk about globals, sir? :ogre_haosis:
 
by the way if you add exparation timer to the unit it will kill it and after some time(specified in gameplay constants) it will decay which will cause the unit to be removed from the game naturally so you dont even need the trigger for removing the unit
natural decay cause the same leak as simple Unit - Remove unit from game or maybe even less
 
by the way if you add exparation timer to the unit it will kill it and after some time(specified in gameplay constants) it will decay which will cause the unit to be removed from the game naturally
(I was asking this question in the other thread about "dead unit leak ?" and this question is for DSG but he did not answer me)

Well, he said that provided that the unit has a decay duration (Object Editor), when the unit dies, it will not leak because once a unit dies, it will start the decay and once the decay duration has ended, the unit is naturally removed via game engine.

What I want to know, I always taught by tutorials that by setting my dummy unit's Combat - Death Type: Can't raise , Does not decay
Meaning my dummy unit all this while, leak ?

If you have a solid evidence for this (rather than comparing your RAM speed, lol), I'd be glad to change my opinion on Combat - Death Type.
 
Status
Not open for further replies.
Back
Top