| 08-27-2007, 03:12 PM | #1 |
I want to do a mana burn that effects the units mana in percentage. I mean like decreasing the units maximum mana by X% for some time... but i can't seem to make it work i put this trigger for it Unit cast spell, spell = to mana burn, set targeted unit mana to X%... This should of been the right trigger...does triggers work for hero spells? Oh ohh another question! ... How do you make this increase % after each lvl learned ex: lvl1- 70% lvl2- 50% lvl3- 30% If you need anymore clarification well...ask |
| 08-27-2007, 03:20 PM | #2 |
You have to make that mana burn ability with mana burn amount = 0.01, and trigger the effect. If you want this damage over time, then I have to ask, the caster will be channeling the effect or it's instant cast and the effect is over time?? |
| 08-27-2007, 03:22 PM | #3 |
Of course they work. You must completely trigger the spell, such spells are usually based on channel. You must then make a trigger with "Unit strats effect of an ability" and ability comparsion as condition. In the trigger body then simply put Set hero property() and calculate the percentage here (use some divisions). Or maybe there already is oercentage, I don't remember. |
| 08-27-2007, 03:32 PM | #4 |
The caster will only strike the target once and decrease his mana in one second. This will last for about 30 seconds before the units mana recovers and goes back to 100% -There isnt a percentage to put on mana burn, mana siphon has it but i dont want to trade manas points between units... |
| 08-30-2007, 10:45 PM | #6 |
i did try to trigger the spell but after searching with search- on editor and trying to find some trigger related to a unit but i didn't find any. Anyway your explinations were great :) I just have something that doesnt quite work and im trying to fix it. Thanks |
| 08-30-2007, 11:09 PM | #7 |
It would really help us help you if you elaborated on what you want the spell to do. Does it lower max mana, or just burn it? Because I could trigger both of those easily, and really help you get what you want. |
