HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Need help with armor break spell

10-17-2007, 10:16 AM#1
NoobMapmaker
I attemped to create the armor break spell base on the fairie fire of dott. Couldnt get rid of the auto-cast option and make the model animate for the spell, the current model im using to cast it is a footman. Can someone create that skill in GUI or JASS for me? The spell basically lowers an amount of armor off an enemy unit.

Im also trying to make a magic break spell which cuts down the amount of damage of all the spells that the targeted enemy unit is casting, but cnat find a way to start on that.

Hope some1 help me soon.
10-18-2007, 03:26 PM#2
Captain Griffen
Wrong forum. Moved.
10-18-2007, 10:03 PM#3
Pyrogasm
To make your armor break spell make the ability based off of faerie fire as you normally would, then make a trigger like this to "remove" the autocast:
Trigger:
Collapse Events
Unit - A unit is issued an order with no target
Collapse Conditions
(String (Issued Order)) equal to (faeriefireon)
Collapse Actions
Custom script: call IssueImmediateOrder(GetTriggerUnit(), "faeriefireoff")

You might be able to find an equivalent line in GUI, but I'm not sure.
10-19-2007, 06:31 AM#4
blu_da_noob
Or use Acid Bomb instead of Faerie Fire (unless you want the sight).

Magic Break: trigger the damage on all your spells.