Warcraft III resources & community, 2003–2006 · archived

dummys^^

14 posts
#1

dummys^^

sorry this is i think a very stupid question
but how to make the dummys invisible when they should cast sth???
they always get visible when i made them
#2
there are two possibilities
you can make your dummy invisible by using a trigger
Unit - hide (last created unit)
or just make it look like nothing by going into the object editor and make its model to none.mdx
this is the was i make them invisible
but if you do it this way dont give him a shade and add the locust ability
my first post^^
#3
The second one is better since you can see effects caused by the dummy unit. And it reduces the number of triggers if you forget to hide the dummy for example. Moreover, I'm not sure if you can order the dummy unit to damage other unit (never tried), which is the only way to trigger damage and make it cause bounty.

~Daelin
#4

thx^^

ahh now i understand
all then people talked about dummys but i never get them invisible^^
but what is when u use dummys and u end the spell u r doing before the normal end.....how to kill the dummys then?? :?: :?: :roll: :roll:
#5
If you know how much your dummy should last (for example just to cast a simple spell) then make it last 1.00 with the Unit - Add Expiration Timer. That will make the unit disappear by itself after a number of seconds.

~Daelin
#6

ok

ok
thank u veeeeeeeeeeeeeeeeeeeeeeeeeery much now i can make more spells which i couldnt make before^^
#7
or you can add actions like; wait ## secs & remove last created unit. This only works if you only have 1 dummy unit.

Another way is to create another trigger like;

E: A unit finishes casting a unit
C: unit type of casting unit = dummy unit & ability being cast = spell
A: remove casting unit


I hope it will work. :D
#8

ill try

ok thx to all for ur help ill try how u told me
#9
It's pointless to create too many triggers. In the second part, you mostly know how much the spell lasts (like Starfall, Tranquility, Volcano and other channeling spells) but for spells like Drain Life indeed, you don't know how much it will last. So you should orientate. My version is much simpler since you know for sure when the dummy unit is removed, forcerfully.

~Daelin
#10

next problem.....

i have a new problem with dummys now.......:

i want to create dummys which send a shockwave to an targeted unit
i do it on this way:

unit cast a spell
spell=modified stormbolt
create 3 dummy shockwave near the positon of casting unit
order last created unit group to Shockwave targeted unit



but this doesnt work the dummys dont use the spell i want them to use.....
why???i mean the ice and fire starfall worked too so why not this shockwave????


and i want to say thank u too all people who are writting in here and helping other people.....u are the best!!!!!!!!!
#11
Shockwave targets a point and not an unit...

~Daelin
#12

......

ah thats the problem^^
#13
Hmm Daelin for the effects caused by a spell cast by a dummy unit just remove it from the spell, for spells that you don't know how long they will stick around just make it the max amount of time they could cast the spell
#14
Wrong... Because if you are casting a challenging starfall in tandem with a dummy unit and both of you cast the starfall so that you obtain the ice/fire effect, if you stop casting the starfall, with your method the dummy will continue casting it. In this case you have to forcefully remove it.

~Daelin