If you instead save the strings into a hashtable, using the unit-type as the key, then you can just load the string from the key of the unit-type of (Triggering unit) or whatever, instead of having a lot of if/then/else functions.
This sounds like a solution. :thup:
False; Unit Is Attacked happens at the very start of an attack, right before the animation plays and some time before the attack actually fires.
Set its base damage to 1, its dice sides to 1, and number of dice to -1 (by shift-clicking).
Alternately, a unit can still show some damage in its stats but actually deal 0 damage by giving it a modified Critical Strike or Elune's Grace ability with the damage modifiers set to 0%.
The event Unit stops casting is fired when channeling stops, whether interrupted or the duration is successfully completed. The event Unit finishes casting fires only when the duration completes. Alternately, you could periodically check whether the unit's current order is still the order of...
You would just alter the maximum health using traditional flat-amount methods, but calculate the amount as a percent of the unit's current maximum HP (eg. 0.2*Max. HP is 20%).
I have not tried it myself, but based on how Ayanami programmed his Dark Lady spell pack (and I trust his methods), it appears that ability cannot be leveled and you must make a separate ability for each different value.
Re-read the tutorial; those are not the correct paths. In fact, the tutorial even has a section about how to fix things if you get a green icon...
The paths need to be:
ReplaceableTextures\CommandButtons\BTNFrostImpale2.blp
ReplaceableTextures\CommandButtonsDisabled\DISBTNFrostImpale2.blp
Orb of Slow with Orb of Darkness works, I just tried it. Be sure you lower the buff duration from Orb of Darkness (eg. to 0.01) so that it only has a chance to raise a skeleton if that hit is a deathblow (otherwise the buff will persist longer and another damage source could cause it to raise a...
Considering that not even the Warcraft 3 First Person Shooter had a custom UI, I'm pretty sure you're in uncharted territory here. You, or someone else, will need to figure it out. Maybe then, if it's even possible, you can write the first tutorial on it. :cool:
No. However, if you do:
Actions
Unit - Grant shared vision of TempUnit to Player 1 (Red)
Unit - Order TempUnit2 to Human Mountain King - Storm Bolt TempUnit
Unit - Deny shared vision of TempUnit to Player 1 (Red)
...it will allow you to cast at the unit without actually...
Sure, here you go.
:D
This would be a difficult task, if it's even possible. It would probably require a reworking of the UI models, UI textures, and modification of the (undocumented) FrameDef files in UI\FrameDef\UI\.
False. Check their model paths in the editor.
Make a copy of the model (or, if the model has a separate portrait model, copy that), and edit the portrait camera to face a different direction. Then, import it. (Sorry, I can't help you do the edit; I've never done it myself.)
Dunno, I've...