HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Dummy Spells not firing

06-29-2007, 04:15 PM#1
Castlemaster
In my programming, I've noticed that dummy spells that have a reticle will not fire. Infernal meteor and death and decay will not fire at all after I isolate every other possibility. I've found work arounds, but has anyone ever had a line like "order (dummy unit) to (death and decay) position of (target unit of ability being cast)" simply not fire?

Am I doing something wrong or is this actually a known bug?
06-30-2007, 07:35 AM#2
Pyrogasm
No, it works. I use a dummy unit casting a modified Death and Decay in the spell Defabricate in my Nether Mage hero if you want proof (It's in the JASS version).

You're probably using "death and decay" when you should be using "deathanddecay"; no spaces or caps.
06-30-2007, 10:41 AM#3
Av3n
I agree. Its propaly the order string got mixed upped. They are found in the actual ability object it self(in the object editor of course)

-Av3n
07-01-2007, 09:51 PM#4
Castlemaster
I'm using GUI though, with the issue a point at a target. Maybe I need to try again