HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Any ideas ? Gargoyle Form prob

02-10-2003, 01:17 PM#1
Guest
I want a GROUND unit to be able to cast a (edited) Gargoyle Stone Form spell, but the problem is that WarCraft III only lets FLYING units casts this spell. And these properties are not in the abilitydata.slk, so ... is this hardcoded into the game emote_confused if so do any of you people know if it's possible to make this work trough triggers ?
02-10-2003, 05:16 PM#2
Guest
Maybe you could use an edited morph skill (ie bear form), and change the the unit to one which doesn't have any movement. Thats basically exactly what stone form does minus the air to ground unit conversion.
02-10-2003, 10:35 PM#3
Izidkiel
I think this is the problem, this is the orginal
Order=stoneform
Unorder=unstoneform


Try making it this
Order=unstoneform
Unorder=stoneform


I think it lets ground units to go into the air instead of going down.