- Joined
- Oct 15, 2010
- Messages
- 71
Can anyone show me the GUI trigger of borrowed time? (The Lord of Avernus Ultimate in DotA)
You just used up our ideas to fit into your map, how ORIGINAL eh ?
Plus, you used Wait action, which is NOT wise to use it, as it can cause the trigger to be non-MUI spell
Replace Wait action with Timer (as suggested by Raven0) for better efficiency
But, his trigger leaks of Timer
Destroy it by using this:
Custom script: call DestroyTimer(udg_variable)
Well, no need for war over here...
Thanks for the test map though, I'm just asking for a CREDITS or at least a proper "thank you" to us all who had given the basic ideas of the trigger, nothing more, really.
Do not plagiarism.
I'm just saying, if the answer has already been given (you said it yourself, 4/7 triggers), JUST let the thread goes on, don't repeat other people's answer as it will show you're a copy-cat
Haha, that's enough for arguing, we'll just wait for the Thread Starter to come back here and sort things out
Peace ;D
Status: Out of evil-state ;D (667) !
As far as i know the ability in DotA bugs sometimes. The solution above will not work in some cases:
1.
Unit - Set life of (Triggering unit) to ((Life of (Triggering unit)) + ((Damage taken) x 2.00))
- is bigger than the units max life -> therefore the calculation is wrong
2. The unit has less max life than the damage -> the unit will still die
You have to remeber that the damage event runs before the unit actually takes the damage!
is the trigger GUI in the map? (cause i can't load vjass maps into my warcraft 3 even when saving it with JNGP) and it has to be MUI.
Then how come i can't load vjass maps onto my warcraft 3?
As far as i know the ability in DotA bugs sometimes. The solution above will not work in some cases:
1.- is bigger than the units max life -> therefore the calculation is wrong
Unit - Set life of (Triggering unit) to ((Life of (Triggering unit)) + ((Damage taken) x 2.00))
2. The unit has less max life than the damage -> the unit will still die
You have to remeber that the damage event runs before the unit actually takes the damage!
axe's ultimate can cut through abadons ulti because it does more dmg than his max life -> killing the unit
i believe i made it MUI in it