Andrewgosu
The Silent Pandaren Helper
- Reaction score
- 716
Object Editor – Dummy spell, fields.
First of all, copy paste the Undead spell Frost Armor. Not the one with the (autocast) editor prefix behind, but the other. Now, we need to change the fields to suit our needs.
Starting from the top, change the icon to Divine Shield. Then change the Data – armor bonus to 0 for all levels, but the armor duration for level 1 to 15, level 2 to 30 and for level 3 to 45. Then change the Stats – buffs to Divine Shield. After that, change the cooldown for level 1 to 35, level 2 to 50 and for level 3 to 65. Finally, change the Duration Normal, Hero as for the armor duration: 15, 30 and 45 and the mana cost 25 for all levels and don’t forget to change the tooltips. You should see something like this:
Trigger Editor – Spell itself.
Now, you should have completed the part above. Load your trigger editor and make this simple trigger.
The Custom Script (JASS) is needed, to give the spell MUI. The wait action Real part is found under Conversion – Convert Integer to Real. Well, thats about it, you are done (wasnt so hard, was it?)! Happy map making, you can use this with another similiar spells, you want to be castable.
First of all, copy paste the Undead spell Frost Armor. Not the one with the (autocast) editor prefix behind, but the other. Now, we need to change the fields to suit our needs.
Starting from the top, change the icon to Divine Shield. Then change the Data – armor bonus to 0 for all levels, but the armor duration for level 1 to 15, level 2 to 30 and for level 3 to 45. Then change the Stats – buffs to Divine Shield. After that, change the cooldown for level 1 to 35, level 2 to 50 and for level 3 to 65. Finally, change the Duration Normal, Hero as for the armor duration: 15, 30 and 45 and the mana cost 25 for all levels and don’t forget to change the tooltips. You should see something like this:
Trigger Editor – Spell itself.
Now, you should have completed the part above. Load your trigger editor and make this simple trigger.
The Custom Script (JASS) is needed, to give the spell MUI. The wait action Real part is found under Conversion – Convert Integer to Real. Well, thats about it, you are done (wasnt so hard, was it?)! Happy map making, you can use this with another similiar spells, you want to be castable.